Moved dependencies to nexus

This commit is contained in:
Ashijin 2021-08-17 21:12:09 -06:00
parent 93eddaf411
commit 21ced13319

View File

@ -277,7 +277,7 @@ public class MMOItems extends LuminePlugin {
getLogger().log(Level.INFO, "Hooked onto GlowAPI (Item Glow)");
} else
Bukkit.getPluginManager().registerEvents(new NoGlowListener(), this);
}
}
if (Bukkit.getPluginManager().getPlugin("RealDualWield") != null) {
Bukkit.getPluginManager().registerEvents(new RealDualWieldHook(), this);