parent
461a057eff
commit
e400508e99
|
@ -61,7 +61,7 @@ public class MainCommand implements CommandExecutor {
|
||||||
.append(String.format("===== MineAlert v%s =====", version)).color(Color.PRIMARY.getChatColor())
|
.append(String.format("===== MineAlert v%s =====", version)).color(Color.PRIMARY.getChatColor())
|
||||||
.append("\n/minealert help - Show this message").color(Color.INFO.getChatColor())
|
.append("\n/minealert help - Show this message").color(Color.INFO.getChatColor())
|
||||||
.append("\n/minealert reload - Reload the config").color(Color.INFO.getChatColor())
|
.append("\n/minealert reload - Reload the config").color(Color.INFO.getChatColor())
|
||||||
.append("\n/minealert status - Check the queue").color(Color.INFO.getChatColor())
|
.append("\n/minealert status - Check the cache, map, and queue").color(Color.INFO.getChatColor())
|
||||||
.append("\n/minealert webhook - Test the global webhook").color(Color.INFO.getChatColor())
|
.append("\n/minealert webhook - Test the global webhook").color(Color.INFO.getChatColor())
|
||||||
.create();
|
.create();
|
||||||
commandSender.spigot().sendMessage(message);
|
commandSender.spigot().sendMessage(message);
|
||||||
|
|
Loading…
Reference in New Issue