/** Register commands to Multiverse's CommandHandler so we get a super sexy single menu */
private void registerCommands() {
this.commandHandler = this.core.getCommandHandler();
this.commandHandler.registerCommand(new InfoCommand(this));
this.commandHandler.registerCommand(new ListCommand(this));
this.commandHandler.registerCommand(new CreateCommand(this));
this.commandHandler.registerCommand(new DebugCommand(this));
this.commandHandler.registerCommand(new RemoveCommand(this));
this.commandHandler.registerCommand(new ModifyCommand(this));
this.commandHandler.registerCommand(new SelectCommand(this));