forked from kaboomserver/extras
Unblock selector
in some commands (#324)
This commit is contained in:
parent
5ed49c99b4
commit
03a2fec6f4
1 changed files with 0 additions and 6 deletions
|
@ -178,14 +178,8 @@ public final class ServerCommand implements Listener {
|
|||
return String.join(" ", arr);
|
||||
}
|
||||
break;
|
||||
case "/minecraft:bossbar":
|
||||
case "/minecraft:setblock":
|
||||
case "/minecraft:tellraw":
|
||||
case "/minecraft:title":
|
||||
case "/bossbar":
|
||||
case "/setblock":
|
||||
case "/tellraw":
|
||||
case "/title":
|
||||
final String charCommand = parseCharCodes(command);
|
||||
if (charCommand.contains("selector")) {
|
||||
return "cancel";
|
||||
|
|
Loading…
Reference in a new issue