mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-02-05 07:01:38 +01:00
i18n: Register root command
This commit is contained in:
parent
1dadaa1a73
commit
6a5e8d2522
@ -202,6 +202,7 @@ public class MultiverseCore extends JavaPlugin implements MVCore {
|
||||
*/
|
||||
private void registerCommands() {
|
||||
this.commandManager = new MVCommandManager(this);
|
||||
this.commandManager.registerCommand(new RootCommand(this));
|
||||
this.commandManager.registerCommand(new CheckCommand(this));
|
||||
this.commandManager.registerCommand(new CloneCommand(this));
|
||||
this.commandManager.registerCommand(new ConfirmCommand(this));
|
||||
|
Loading…
Reference in New Issue
Block a user