this.commandHandler.registerCommand(new DebugCommand(this));
this.commandHandler.registerCommand(new RemoveCommand(this));
this.commandHandler.registerCommand(new ModifyCommand(this));
this.commandHandler.registerCommand(new SelectCommand(this));
this.commandHandler.registerCommand(new WandCommand(this));
this.commandHandler.registerCommand(new ConfigCommand(this));
for (com.pneumaticraft.commandhandler.multiverse.Command c : this.commandHandler.getAllCommands()) {
if (c instanceof HelpCommand) {
c.addKey("mvp");
}
}