Add descriptions to all gm 6 commands
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -26,7 +26,7 @@ import config.YamlConfig;
|
||||
|
||||
public class SupplyRateCouponCommand extends Command {
|
||||
{
|
||||
setDescription("");
|
||||
setDescription("Set availability of coupons in Cash Shop.");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user