Add new abusable 1.19.4 commands to execute blocklist

This commit is contained in:
Allink 2023-04-01 23:51:51 +01:00
parent 634661e1fa
commit 4d0d1bb69b
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,9 @@ public final class ServerCommand implements Listener {
|| "tm".equalsIgnoreCase(cmd)
|| "tp".equalsIgnoreCase(cmd)
|| "w".equalsIgnoreCase(cmd)
|| "place".equalsIgnoreCase(cmd)
|| "fillbiome".equalsIgnoreCase(cmd)
|| "ride".equalsIgnoreCase(cmd)
);
}