Mob Grinding Utils

Mob Grinding Utils

83M Downloads

[Bug] BossBarHiding not worked on other lang except English due to hard coding name on BossBarHidingEvent

SakuraPuare opened this issue ยท 0 comments

commented

On the other language, the boss event of ender dragon and wither has differant name compare to english name. However, due to the hard coding on the name, the Boss bar hiding not work.

For example, in Chinese

image

In english
image

if (event.getBossEvent().getName().getString().contains("Wither"))
event.setCanceled(true);
}
if (nbt.getBoolean("MGU_DragonMuffle")) {
if (event.getBossEvent().getName().getString().contains("Dragon"))

this also affect all version