diff --git a/src/main/java/xyz/etztech/minealert/commands/MainCommand.java b/src/main/java/xyz/etztech/minealert/commands/MainCommand.java index 2df9b60..13b0b33 100644 --- a/src/main/java/xyz/etztech/minealert/commands/MainCommand.java +++ b/src/main/java/xyz/etztech/minealert/commands/MainCommand.java @@ -61,7 +61,7 @@ public class MainCommand implements CommandExecutor { .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 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()) .create(); commandSender.spigot().sendMessage(message);