feat: add players as an alias to list

This commit is contained in:
ChomeNS
2024-12-17 16:23:17 +07:00
parent e72d9c8bb8
commit 0995c12b70

View File

@@ -22,7 +22,7 @@ public class ListCommand extends Command {
"list",
"Lists all players in the server (including vanished)",
new String[] {},
new String[] {},
new String[] { "players" },
TrustLevel.PUBLIC,
false
);