forked from kaboomserver/extras
Re-add summon command to /execute block list
This commit is contained in:
parent
613df684e8
commit
a2d7885182
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ public final class ServerCommand implements Listener {
|
|||
|| "say".equalsIgnoreCase(cmd)
|
||||
|| "spreadplayers".equalsIgnoreCase(cmd)
|
||||
|| "stop".equalsIgnoreCase(cmd)
|
||||
|| "summon".equalsIgnoreCase(cmd)
|
||||
|| "teammsg".equalsIgnoreCase(cmd)
|
||||
|| "teleport".equalsIgnoreCase(cmd)
|
||||
|| "tell".equalsIgnoreCase(cmd)
|
||||
|
|
Loading…
Reference in a new issue