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