diff --git a/src/main/java/dev/marcospaulo/canalhandia/Canalhandia.java b/src/main/java/dev/marcospaulo/canalhandia/Canalhandia.java index 9e6d8bc..e5029c9 100644 --- a/src/main/java/dev/marcospaulo/canalhandia/Canalhandia.java +++ b/src/main/java/dev/marcospaulo/canalhandia/Canalhandia.java @@ -161,6 +161,7 @@ public final class Canalhandia extends JavaPlugin implements Listener { getServer().getPluginManager().registerEvents(this, this); getServer().getPluginManager().registerEvents(new TitleChatListener(this), this); getServer().getPluginManager().registerEvents(new ChunkLoaderListener(this), this); + getServer().getPluginManager().registerEvents(new XpAndItemMergeListener(this), this); rescheduleTimer(); rescheduleMilestones();