mirror of
https://github.com/songoda/EpicBosses.git
synced 2025-02-01 19:51:25 +01:00
switch to use core for main command
This commit is contained in:
parent
6d2808000c
commit
035b007ea8
@ -156,7 +156,7 @@ public class EpicBosses extends SongodaPlugin implements IReloadable {
|
|||||||
|
|
||||||
// Register commands
|
// Register commands
|
||||||
this.commandManager = new CommandManager(this);
|
this.commandManager = new CommandManager(this);
|
||||||
this.commandManager.addCommand(new CommandBoss())
|
this.commandManager.addMainCommand("boss")
|
||||||
.addSubCommands(
|
.addSubCommands(
|
||||||
new CommandCreate(bossEntityContainer),
|
new CommandCreate(bossEntityContainer),
|
||||||
new CommandDebug(debugManager),
|
new CommandDebug(debugManager),
|
||||||
|
Loading…
Reference in New Issue
Block a user