Add the new grow listener to Bukkit

This commit is contained in:
BuildTools 2019-09-22 19:16:44 -06:00
parent 3acef806e9
commit 5e4517aeb1

View File

@ -156,6 +156,7 @@ public class SkyBlock extends JavaPlugin {
pluginManager.registerEvents(new Chat(this), this);
pluginManager.registerEvents(new Spawner(this), this);
pluginManager.registerEvents(new Food(this), this);
pluginManager.registerEvents(new Grow(this), this);
if (pluginManager.isPluginEnabled("EpicSpawners"))
pluginManager.registerEvents(new EpicSpawners(this), this);