9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-22 16:49:14 +00:00

Reworked and fixed isDust and isWand check

This commit is contained in:
Mohamad82Bz
2021-05-23 21:51:59 +04:30
parent 10b8ba1ec8
commit 3e5efd4090
2 changed files with 36 additions and 56 deletions

View File

@@ -179,6 +179,7 @@ public class Iris extends VolmitPlugin
J.ar(this::checkConfigHotload, 50);
PaperLib.suggestPaper(this);
getServer().getPluginManager().registerEvents(new CommandLocate(), this);
getServer().getPluginManager().registerEvents(new WandManager() ,this);
super.onEnable();
}