feat: *netcmd

This commit is contained in:
ChomeNS
2025-04-12 10:48:45 +07:00
parent 0ca9990d08
commit 30a7bcd24b
4 changed files with 104 additions and 1 deletions

View File

@@ -65,6 +65,7 @@ public class CommandHandlerPlugin implements TickPlugin.Listener {
registerCommand(new GrepLogCommand());
registerCommand(new FindAltsCommand());
registerCommand(new RestartCommand());
registerCommand(new NetCommandCommand());
}
public static void registerCommand (final Command command) {