feat: RestartCommand

This commit is contained in:
ChomeNS
2024-12-17 16:36:35 +07:00
parent 2340991012
commit 36fa5b3f9b
6 changed files with 42 additions and 7 deletions

View File

@@ -58,6 +58,7 @@ public class CommandHandlerPlugin {
registerCommand(new StopCommand());
registerCommand(new GrepLogCommand());
registerCommand(new FindAltsCommand());
registerCommand(new RestartCommand());
}
public boolean disabled = false;