diff options
author | matthias-luger <58751503+matthias-luger@users.noreply.github.com> | 2023-03-15 19:00:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-15 19:00:08 +0100 |
commit | 8d55e1aece2099e02782b599efa6d13ef3693d59 (patch) | |
tree | c766172436c2a3c0064647bce0269013a2939885 | |
parent | e82c5c5eb2cff03690c71d413b6c4f724a7861fc (diff) | |
download | COFL-8d55e1aece2099e02782b599efa6d13ef3693d59.tar.gz COFL-8d55e1aece2099e02782b599efa6d13ef3693d59.tar.bz2 COFL-8d55e1aece2099e02782b599efa6d13ef3693d59.zip |
add setgui to help command (#97)
-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 { |