aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatthias-luger <58751503+matthias-luger@users.noreply.github.com>2023-03-15 19:00:08 +0100
committerGitHub <noreply@github.com>2023-03-15 19:00:08 +0100
commit8d55e1aece2099e02782b599efa6d13ef3693d59 (patch)
treec766172436c2a3c0064647bce0269013a2939885
parente82c5c5eb2cff03690c71d413b6c4f724a7861fc (diff)
downloadCOFL-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.java3
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 {