You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That code should be correct, if we don't allow mythicmobs stacking if needs to check if it's a mythic mob. I'm not sure why you're seeing your mythic mobs stacking, but it shouldn't be because of that code. If it were a problem with that code, changing the setting to true should make them stop stacking, does it?
even though I set false for stacking in the config, rosestacker does it anyway
I also think I found the problem in the code, class NPCsHook.java:
if (!npc && mythicMobsEnabled() && !SettingKey.MISC_MYTHICMOBS_ALLOW_STACKING.get())
npc = MythicBukkit.inst().getAPIHelper().isMythicMob(entity);
the exclamation point in front of SettingKey.MISC_MYTHICMOBS_ALLOW_STACKING.get() it shouldn't be there
The text was updated successfully, but these errors were encountered: