feat: 添加管理员指令

This commit is contained in:
2024-08-08 03:48:17 +08:00
parent 3570930b1f
commit 518517a4e0
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ public class BallCommand extends ParentCommand {
private BallCommand() {
addChildCommand(PlayerInfoCommand.INSTANCE);
addChildCommand(SudoPlayerCommand.INSTANCE);
addChildCommand(SudoAllConsoleCommand.INSTANCE);
addChildCommand(SudoAllPlayerCommand.INSTANCE);
addChildCommand(SudoConsoleCommand.INSTANCE);
addChildCommand(SudoAllConsoleCommand.INSTANCE);
}