feat: 添加管理员指令
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user