From 8d55e1aece2099e02782b599efa6d13ef3693d59 Mon Sep 17 00:00:00 2001 From: matthias-luger <58751503+matthias-luger@users.noreply.github.com> Date: Wed, 15 Mar 2023 19:00:08 +0100 Subject: add setgui to help command (#97) --- src/main/java/de/torui/coflsky/CoflSkyCommand.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 { -- cgit