Add descriptions to all gm 6 commands

This commit is contained in:
P0nk
2021-04-06 20:08:57 +02:00
parent 3b59f95f20
commit b80d98f36e
16 changed files with 41 additions and 41 deletions

View File

@@ -23,14 +23,14 @@
*/
package client.command.commands.gm6;
import client.command.Command;
import client.MapleClient;
import client.MapleCharacter;
import client.MapleClient;
import client.command.Command;
import server.quest.MapleQuest;
public class ClearQuestCacheCommand extends Command {
{
setDescription("");
setDescription("Clear all quest cache.");
}
@Override

View File

@@ -23,14 +23,14 @@
*/
package client.command.commands.gm6;
import client.command.Command;
import client.MapleClient;
import client.MapleCharacter;
import client.MapleClient;
import client.command.Command;
import server.quest.MapleQuest;
public class ClearQuestCommand extends Command {
{
setDescription("");
setDescription("Clear cache of a quest.");
}
@Override

View File

@@ -23,15 +23,15 @@
*/
package client.command.commands.gm6;
import client.command.Command;
import client.MapleClient;
import client.MapleCharacter;
import client.MapleClient;
import client.command.Command;
import net.server.Server;
import net.server.world.World;
public class DCAllCommand extends Command {
{
setDescription("");
setDescription("Disconnect all players (online or logged in).");
}
@Override

View File

@@ -23,13 +23,13 @@
*/
package client.command.commands.gm6;
import client.command.Command;
import client.MapleClient;
import client.command.Command;
import server.life.MaplePlayerNPC;
public class EraseAllPNpcsCommand extends Command {
{
setDescription("");
setDescription("Remove all player NPCs.");
}
@Override

View File

@@ -23,13 +23,13 @@
*/
package client.command.commands.gm6;
import client.command.Command;
import client.MapleClient;
import client.MapleCharacter;
import client.MapleClient;
import client.command.Command;
public class GetAccCommand extends Command {
{
setDescription("");
setDescription("Show account name of an online player.");
}
@Override

View File

@@ -23,15 +23,15 @@
*/
package client.command.commands.gm6;
import client.command.Command;
import client.MapleClient;
import client.MapleCharacter;
import client.MapleClient;
import client.command.Command;
import net.server.Server;
import net.server.world.World;
public class MapPlayersCommand extends Command {
{
setDescription("");
setDescription("Show all players on the map.");
}
@Override

View File

@@ -23,16 +23,16 @@
*/
package client.command.commands.gm6;
import client.command.Command;
import client.MapleClient;
import client.MapleCharacter;
import client.MapleClient;
import client.command.Command;
import net.server.Server;
import net.server.world.World;
import tools.MaplePacketCreator;
public class SaveAllCommand extends Command {
{
setDescription("");
setDescription("Save all characters.");
}
@Override

View File

@@ -24,14 +24,14 @@
package client.command.commands.gm6;
import client.MapleCharacter;
import client.command.Command;
import client.MapleClient;
import client.command.Command;
import net.server.Server;
import server.ThreadManager;
public class ServerAddChannelCommand extends Command {
{
setDescription("");
setDescription("Add a new channel to a world.");
}
@Override

View File

@@ -24,14 +24,14 @@
package client.command.commands.gm6;
import client.MapleCharacter;
import client.command.Command;
import client.MapleClient;
import client.command.Command;
import net.server.Server;
import server.ThreadManager;
public class ServerAddWorldCommand extends Command {
{
setDescription("");
setDescription("Add a new world.");
}
@Override

View File

@@ -24,14 +24,14 @@
package client.command.commands.gm6;
import client.MapleCharacter;
import client.command.Command;
import client.MapleClient;
import client.command.Command;
import net.server.Server;
import server.ThreadManager;
public class ServerRemoveChannelCommand extends Command {
{
setDescription("");
setDescription("Remove channel from a world.");
}
@Override

View File

@@ -24,14 +24,14 @@
package client.command.commands.gm6;
import client.MapleCharacter;
import client.command.Command;
import client.MapleClient;
import client.command.Command;
import net.server.Server;
import server.ThreadManager;
public class ServerRemoveWorldCommand extends Command {
{
setDescription("");
setDescription("Remove a world.");
}
@Override

View File

@@ -23,13 +23,13 @@
*/
package client.command.commands.gm6;
import client.command.Command;
import client.MapleClient;
import client.MapleCharacter;
import client.MapleClient;
import client.command.Command;
public class SetGmLevelCommand extends Command {
{
setDescription("");
setDescription("Set GM level of a player.");
}
@Override

View File

@@ -23,16 +23,16 @@
*/
package client.command.commands.gm6;
import client.command.Command;
import client.MapleClient;
import client.MapleCharacter;
import client.MapleClient;
import client.command.Command;
import net.server.Server;
import net.server.world.World;
import server.TimerManager;
public class ShutdownCommand extends Command {
{
setDescription("");
setDescription("Shut down the server.");
}
@Override

View File

@@ -23,14 +23,14 @@
*/
package client.command.commands.gm6;
import client.command.Command;
import client.MapleClient;
import client.MapleCharacter;
import client.MapleClient;
import client.command.Command;
import server.life.MaplePlayerNPC;
public class SpawnAllPNpcsCommand extends Command {
{
setDescription("");
setDescription("Spawn player NPCs of all existing players.");
}
@Override

View File

@@ -26,7 +26,7 @@ import config.YamlConfig;
public class SupplyRateCouponCommand extends Command {
{
setDescription("");
setDescription("Set availability of coupons in Cash Shop.");
}
@Override

View File

@@ -23,9 +23,9 @@
*/
package client.command.commands.gm6;
import client.command.Command;
import client.MapleClient;
import client.MapleCharacter;
import client.MapleClient;
import client.command.Command;
import net.server.Server;
import tools.MaplePacketCreator;
@@ -34,7 +34,7 @@ import java.net.UnknownHostException;
public class WarpWorldCommand extends Command {
{
setDescription("");
setDescription("Warp to a different world.");
}
@Override