add servereval lmfao

This commit is contained in:
ChomeNS
2023-03-25 16:15:19 +07:00
parent 0438ebd641
commit 39196aef5b
3 changed files with 64 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ public class CommandHandlerPlugin {
registerCommand(new UrbanCommand());
registerCommand(new ClearChatCommand());
registerCommand(new ListCommand());
registerCommand(new ServerEvalCommand());
}
public void registerCommand (Command command) {