This commit is contained in:
Chayapak 2023-09-24 15:30:25 +07:00
parent b9481f1bf9
commit 94f5524c32

View file

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