diff options
author | Matthias Luger <malua007@live.de> | 2023-03-16 18:47:08 +0100 |
---|---|---|
committer | Matthias Luger <malua007@live.de> | 2023-03-16 18:47:08 +0100 |
commit | 979448f6d7b16bf635a8c3f9990cc63af60aa932 (patch) | |
tree | 85d39dcd313caccf430dc6fa21da42198ddea5a2 /src | |
parent | c8b75f0c72164fefc3ba375f16bd717d8ce7212b (diff) | |
parent | 8d55e1aece2099e02782b599efa6d13ef3693d59 (diff) | |
download | COFL-979448f6d7b16bf635a8c3f9990cc63af60aa932.tar.gz COFL-979448f6d7b16bf635a8c3f9990cc63af60aa932.tar.bz2 COFL-979448f6d7b16bf635a8c3f9990cc63af60aa932.zip |
Merge remote-tracking branch 'origin/main' into main
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 { |