This commit is contained in:
mirkokral 2025-03-08 22:15:08 +02:00 committed by GitHub
commit 03abd441e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@ public final class ServerCommand implements Listener {
private static final String[] COMMANDS = {"clone", "datapack", "fill", "forceload",
"give", "kick", "locate", "locatebiome", "me", "msg", "reload", "save-all",
"say", "spawnpoint", "spreadplayers", "stop", "summon", "teammsg",
"teleport", "tell", "tellraw", "tm", "tp", "w", "place", "fillbiome", "ride",
"tell", "tellraw", "tm", "w", "place", "fillbiome", "ride",
"tick", "jfr"};
public static boolean checkExecuteCommand(final String cmd) {