mirror of
https://github.com/songoda/EpicBosses.git
synced 2025-02-01 11:41:20 +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
|
||||
this.commandManager = new CommandManager(this);
|
||||
this.commandManager.addCommand(new CommandBoss())
|
||||
this.commandManager.addMainCommand("boss")
|
||||
.addSubCommands(
|
||||
new CommandCreate(bossEntityContainer),
|
||||
new CommandDebug(debugManager),
|
||||
|
Loading…
Reference in New Issue
Block a user