mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-02-10 09:31:51 +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() {
|
private void registerCommands() {
|
||||||
this.commandManager = new MVCommandManager(this);
|
this.commandManager = new MVCommandManager(this);
|
||||||
|
this.commandManager.registerCommand(new RootCommand(this));
|
||||||
this.commandManager.registerCommand(new CheckCommand(this));
|
this.commandManager.registerCommand(new CheckCommand(this));
|
||||||
this.commandManager.registerCommand(new CloneCommand(this));
|
this.commandManager.registerCommand(new CloneCommand(this));
|
||||||
this.commandManager.registerCommand(new ConfirmCommand(this));
|
this.commandManager.registerCommand(new ConfirmCommand(this));
|
||||||
|
Loading…
Reference in New Issue
Block a user