Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MythicMob #133

Open
xFedeT opened this issue Dec 5, 2024 · 1 comment
Open

MythicMob #133

xFedeT opened this issue Dec 5, 2024 · 1 comment

Comments

@xFedeT
Copy link

xFedeT commented Dec 5, 2024

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

@Esophose
Copy link
Member

Esophose commented Dec 5, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants