core
This commit is contained in:
parent
b9481f1bf9
commit
94f5524c32
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ public class CommandBlockCommand extends Command {
|
|||
"cb",
|
||||
"Executes a command in the command core and return its output",
|
||||
new String[] { "<command>" },
|
||||
new String[] { "cmd", "commandblock", "run" },
|
||||
new String[] { "cmd", "commandblock", "run", "core" },
|
||||
TrustLevel.PUBLIC,
|
||||
false
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue