Allow teleportation

This commit is contained in:
mirkokral 2025-02-08 17:07:31 +01:00 committed by GitHub
parent 531c27b11d
commit e09a8ed99d
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) {