mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-01-22 09:31:20 +01:00
Disabled Denizen hook until it can be fixed properly
This commit is contained in:
parent
0d5edb202b
commit
c094ac8650
@ -304,10 +304,10 @@ public class MMOItems extends LuminePlugin {
|
||||
}).runTaskLater(this, 1L);
|
||||
}
|
||||
|
||||
if (Bukkit.getPluginManager().getPlugin("Denizen") != null) {
|
||||
/*if (Bukkit.getPluginManager().getPlugin("Denizen") != null) {
|
||||
new DenizenHook();
|
||||
getLogger().log(Level.INFO, "Hooked onto Denizen");
|
||||
}
|
||||
}*/
|
||||
|
||||
// compatibility with /reload
|
||||
Bukkit.getScheduler().runTask(this, () -> Bukkit.getOnlinePlayers().forEach(PlayerData::load));
|
||||
|
Loading…
Reference in New Issue
Block a user