private void registerCommands() {
this.commandHandler = this.core.getCommandHandler();
this.commandHandler.registerCommand(new EnableCommand(this));
this.commandHandler.registerCommand(new DisableCommand(this));
this.commandHandler.registerCommand(new FlushCommand(this));
this.commandHandler.registerCommand(new SetTemplateCommand(this));
this.commandHandler.registerCommand(new ListCommand(this));
this.commandHandler.registerCommand(new ResetCommand(this));
for (com.pneumaticraft.commandhandler.multiverse.Command c : this.commandHandler.getAllCommands()) {