mirror of
https://github.com/kaboomserver/extras.git
synced 2025-04-22 09:23:40 -04:00
Block give in execute
This commit is contained in:
parent
8fe96bcc2b
commit
9cbd803690
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ public final class ServerCommand implements Listener {
|
|||
private static final String[] COMMANDS = { "execute", "clone", "fill", "forceload", "kick",
|
||||
"locate", "locatebiome", "me", "msg", "reload", "save-all", "say", "spreadplayers",
|
||||
"stop", "summon", "teammsg", "teleport", "tell", "tellraw", "tm", "tp", "w", "place",
|
||||
"fillbiome", "ride" , "tick", "jfr"};
|
||||
"fillbiome", "ride" , "tick", "jfr", "give" };
|
||||
|
||||
public static boolean checkExecuteCommand(final String cmd) {
|
||||
for (String command : COMMANDS) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue