diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/de/torui/coflsky/CoflSkyCommand.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/java/de/torui/coflsky/CoflSkyCommand.java b/src/main/java/de/torui/coflsky/CoflSkyCommand.java index 880127c..515dd73 100644 --- a/src/main/java/de/torui/coflsky/CoflSkyCommand.java +++ b/src/main/java/de/torui/coflsky/CoflSkyCommand.java @@ -60,7 +60,8 @@ public class CoflSkyCommand extends CommandBase { + "§bstop: §7stops the connection\n" + "§bconnect: §7Connects to a different server\n" + "§breset: §7resets all local session information and stops the connection\n" - + "§bstatus: §7Emits status information\nServer-Only Commands:"; + + "§bstatus: §7Emits status information\n" + + "§bsetgui: §7Changes the auction purchase GUI\nServer-Only Commands:"; @Override public void processCommand(ICommandSender sender, String[] args) throws CommandException { |