another whoops

This commit is contained in:
Chayapak 2023-07-01 16:36:30 +07:00
parent acf1f4bcf5
commit 1f05bd06d3

View file

@ -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
); );