mirror of
https://github.com/BentoBoxWorld/AcidIsland.git
synced 2025-02-24 00:01:20 +01:00
Using new GameMode API for command declaration
This commit is contained in:
parent
35f2cbe563
commit
8ca438640f
@ -60,8 +60,8 @@ public class AcidIsland extends GameModeAddon {
|
||||
manager.registerEvents(new AcidEffect(this), this.getPlugin());
|
||||
manager.registerEvents(new LavaCheck(this), this.getPlugin());
|
||||
// Register commands
|
||||
new AcidCommand(this, settings.getAdminCommand());
|
||||
new AiCommand(this, settings.getIslandCommand());
|
||||
adminCommand = new AcidCommand(this, settings.getAdminCommand());
|
||||
playerCommand = new AiCommand(this, settings.getIslandCommand());
|
||||
// Burn everything
|
||||
acidTask = new AcidTask(this);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user