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 {
{
setDescription("");
setDescription("Revive yourself after a death.");
}
@Override

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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