Add descriptions to all gm 0 commands

This commit is contained in:
P0nk
2021-04-06 19:40:05 +02:00
parent 5656dcb7ff
commit 70d895fef5
26 changed files with 47 additions and 47 deletions

View File

@@ -29,7 +29,7 @@ import client.processor.action.BuybackProcessor;
public class BuyBackCommand extends Command { public class BuyBackCommand extends Command {
{ {
setDescription(""); setDescription("Revive yourself after a death.");
} }
@Override @Override

View File

@@ -23,12 +23,12 @@
*/ */
package client.command.commands.gm0; package client.command.commands.gm0;
import client.command.Command;
import client.MapleClient; import client.MapleClient;
import client.command.Command;
public class ChangeLanguageCommand extends Command { public class ChangeLanguageCommand extends Command {
{ {
setDescription(""); setDescription("Change language settings.");
} }
@Override @Override

View File

@@ -23,15 +23,15 @@
*/ */
package client.command.commands.gm0; package client.command.commands.gm0;
import client.command.Command;
import client.MapleClient; import client.MapleClient;
import client.command.Command;
import scripting.npc.NPCScriptManager; import scripting.npc.NPCScriptManager;
import scripting.quest.QuestScriptManager; import scripting.quest.QuestScriptManager;
import tools.MaplePacketCreator; import tools.MaplePacketCreator;
public class DisposeCommand extends Command { public class DisposeCommand extends Command {
{ {
setDescription(""); setDescription("Dispose to fix NPC chat.");
} }
@Override @Override

View File

@@ -29,7 +29,7 @@ import config.YamlConfig;
public class DropLimitCommand extends Command { public class DropLimitCommand extends Command {
{ {
setDescription(""); setDescription("Check drop limit of current map.");
} }
@Override @Override

View File

@@ -23,13 +23,13 @@
*/ */
package client.command.commands.gm0; package client.command.commands.gm0;
import client.command.Command;
import client.MapleClient; import client.MapleClient;
import client.command.Command;
import net.server.coordinator.login.MapleLoginBypassCoordinator; import net.server.coordinator.login.MapleLoginBypassCoordinator;
public class EnableAuthCommand extends Command { public class EnableAuthCommand extends Command {
{ {
setDescription(""); setDescription("Enable PIC code by resetting the cooldown.");
} }
@Override @Override

View File

@@ -23,12 +23,12 @@
*/ */
package client.command.commands.gm0; package client.command.commands.gm0;
import client.command.Command;
import client.MapleClient; import client.MapleClient;
import client.command.Command;
public class EquipLvCommand extends Command { public class EquipLvCommand extends Command {
{ {
setDescription(""); setDescription("Show levels of all equipped items.");
} }
@Override @Override

View File

@@ -23,14 +23,14 @@
*/ */
package client.command.commands.gm0; package client.command.commands.gm0;
import client.command.Command;
import client.MapleClient; import client.MapleClient;
import client.command.Command;
import server.MapleItemInformationProvider; import server.MapleItemInformationProvider;
import server.gachapon.MapleGachapon; import server.gachapon.MapleGachapon;
public class GachaCommand extends Command { public class GachaCommand extends Command {
{ {
setDescription(""); setDescription("Show gachapon rewards.");
} }
@Override @Override

View File

@@ -24,8 +24,8 @@
package client.command.commands.gm0; package client.command.commands.gm0;
import client.MapleCharacter; import client.MapleCharacter;
import client.command.Command;
import client.MapleClient; import client.MapleClient;
import client.command.Command;
import net.server.Server; import net.server.Server;
import tools.FilePrinter; import tools.FilePrinter;
import tools.MaplePacketCreator; import tools.MaplePacketCreator;
@@ -33,7 +33,7 @@ import tools.Randomizer;
public class GmCommand extends Command { public class GmCommand extends Command {
{ {
setDescription(""); setDescription("Send a message to the game masters.");
} }
@Override @Override

View File

@@ -28,7 +28,7 @@ import client.command.Command;
public class HelpCommand extends Command { public class HelpCommand extends Command {
{ {
setDescription(""); setDescription("Show available commands.");
} }
@Override @Override

View File

@@ -24,14 +24,14 @@
package client.command.commands.gm0; package client.command.commands.gm0;
import client.MapleCharacter; import client.MapleCharacter;
import client.command.Command;
import client.MapleClient; import client.MapleClient;
import client.command.Command;
import server.events.gm.MapleEvent; import server.events.gm.MapleEvent;
import server.maps.FieldLimit; import server.maps.FieldLimit;
public class JoinEventCommand extends Command { public class JoinEventCommand extends Command {
{ {
setDescription(""); setDescription("Join active event.");
} }
@Override @Override

View File

@@ -24,12 +24,12 @@
package client.command.commands.gm0; package client.command.commands.gm0;
import client.MapleCharacter; import client.MapleCharacter;
import client.command.Command;
import client.MapleClient; import client.MapleClient;
import client.command.Command;
public class LeaveEventCommand extends Command { public class LeaveEventCommand extends Command {
{ {
setDescription(""); setDescription("Leave active event.");
} }
@Override @Override

View File

@@ -23,15 +23,15 @@
*/ */
package client.command.commands.gm0; package client.command.commands.gm0;
import client.command.Command;
import client.MapleCharacter; import client.MapleCharacter;
import client.MapleClient; import client.MapleClient;
import client.command.Command;
import config.YamlConfig; import config.YamlConfig;
import server.maps.MapleMap; import server.maps.MapleMap;
public class MapOwnerClaimCommand extends Command { public class MapOwnerClaimCommand extends Command {
{ {
setDescription(""); setDescription("Claim ownership of the current map.");
} }
@Override @Override

View File

@@ -24,14 +24,14 @@
package client.command.commands.gm0; package client.command.commands.gm0;
import client.MapleCharacter; import client.MapleCharacter;
import client.command.Command;
import client.MapleClient; import client.MapleClient;
import client.command.Command;
import net.server.Server; import net.server.Server;
import net.server.channel.Channel; import net.server.channel.Channel;
public class OnlineCommand extends Command { public class OnlineCommand extends Command {
{ {
setDescription(""); setDescription("Show all online players.");
} }
@Override @Override

View File

@@ -24,17 +24,17 @@
package client.command.commands.gm0; package client.command.commands.gm0;
import client.MapleCharacter; import client.MapleCharacter;
import client.command.Command;
import client.MapleClient; import client.MapleClient;
import client.command.Command;
import net.server.Server; import net.server.Server;
import tools.MaplePacketCreator; import tools.MaplePacketCreator;
import tools.Pair;
import java.util.List; import java.util.List;
import tools.Pair;
public class RanksCommand extends Command { public class RanksCommand extends Command {
{ {
setDescription(""); setDescription("Show player rankings.");
} }
@Override @Override

View File

@@ -24,13 +24,13 @@
package client.command.commands.gm0; package client.command.commands.gm0;
import client.MapleCharacter; import client.MapleCharacter;
import client.command.Command;
import client.MapleClient; import client.MapleClient;
import client.command.Command;
import config.YamlConfig; import config.YamlConfig;
public class RatesCommand extends Command { public class RatesCommand extends Command {
{ {
setDescription(""); setDescription("Show your rates.");
} }
@Override @Override

View File

@@ -6,7 +6,7 @@ import client.command.Command;
public class ReadPointsCommand extends Command { public class ReadPointsCommand extends Command {
{ {
setDescription(""); setDescription("Show point total.");
} }
@Override @Override

View File

@@ -24,15 +24,15 @@
package client.command.commands.gm0; package client.command.commands.gm0;
import client.MapleCharacter; import client.MapleCharacter;
import client.command.Command;
import client.MapleClient; import client.MapleClient;
import client.command.Command;
import net.server.Server; import net.server.Server;
import tools.FilePrinter; import tools.FilePrinter;
import tools.MaplePacketCreator; import tools.MaplePacketCreator;
public class ReportBugCommand extends Command { public class ReportBugCommand extends Command {
{ {
setDescription(""); setDescription("Send in a bug report.");
} }
@Override @Override

View File

@@ -24,13 +24,13 @@
package client.command.commands.gm0; package client.command.commands.gm0;
import client.MapleCharacter; import client.MapleCharacter;
import client.command.Command;
import client.MapleClient; import client.MapleClient;
import client.command.Command;
import config.YamlConfig; import config.YamlConfig;
public class ShowRatesCommand extends Command { public class ShowRatesCommand extends Command {
{ {
setDescription(""); setDescription("Show all world/character rates.");
} }
@Override @Override

View File

@@ -28,7 +28,7 @@ import client.command.Command;
public class StaffCommand extends Command { public class StaffCommand extends Command {
{ {
setDescription(""); setDescription("Show credits. These people made the server possible.");
} }
@Override @Override

View File

@@ -30,7 +30,7 @@ import config.YamlConfig;
public class StatDexCommand extends Command { public class StatDexCommand extends Command {
{ {
setDescription(""); setDescription("Assign AP into DEX.");
} }
@Override @Override

View File

@@ -23,14 +23,14 @@
*/ */
package client.command.commands.gm0; package client.command.commands.gm0;
import client.command.Command;
import client.MapleClient;
import client.MapleCharacter; import client.MapleCharacter;
import client.MapleClient;
import client.command.Command;
import config.YamlConfig; import config.YamlConfig;
public class StatIntCommand extends Command { public class StatIntCommand extends Command {
{ {
setDescription(""); setDescription("Assign AP into INT.");
} }
@Override @Override

View File

@@ -30,7 +30,7 @@ import config.YamlConfig;
public class StatLukCommand extends Command { public class StatLukCommand extends Command {
{ {
setDescription(""); setDescription("Assign AP into LUK.");
} }
@Override @Override

View File

@@ -23,14 +23,14 @@
*/ */
package client.command.commands.gm0; package client.command.commands.gm0;
import client.command.Command;
import client.MapleClient;
import client.MapleCharacter; import client.MapleCharacter;
import client.MapleClient;
import client.command.Command;
import config.YamlConfig; import config.YamlConfig;
public class StatStrCommand extends Command { public class StatStrCommand extends Command {
{ {
setDescription(""); setDescription("Assign AP into STR.");
} }
@Override @Override

View File

@@ -33,7 +33,7 @@ import java.util.TimeZone;
public class TimeCommand extends Command { public class TimeCommand extends Command {
{ {
setDescription(""); setDescription("Show current server time.");
} }
@Override @Override

View File

@@ -23,12 +23,12 @@
*/ */
package client.command.commands.gm0; package client.command.commands.gm0;
import client.command.Command;
import client.MapleClient; import client.MapleClient;
import client.command.Command;
public class ToggleExpCommand extends Command { public class ToggleExpCommand extends Command {
{ {
setDescription(""); setDescription("Toggle enable/disable all exp gain.");
} }
@Override @Override

View File

@@ -23,13 +23,13 @@
*/ */
package client.command.commands.gm0; package client.command.commands.gm0;
import client.command.Command;
import client.MapleClient; import client.MapleClient;
import client.command.Command;
import net.server.Server; import net.server.Server;
public class UptimeCommand extends Command { public class UptimeCommand extends Command {
{ {
setDescription(""); setDescription("Show server online time.");
} }
@Override @Override