❓ Frequently Asked Questions (FAQ)
Having an issue? You might find the solution here!
Q: Why isn't my health bar showing up?
A: Check these common issues:
Mob Name: Make sure the name in
mob_assignments.yml
is spelled correctly (ALL CAPS for vanilla mobs, Internal Name for MythicMobs).Layout Name: Double-check that the
layout:
value inmob_assignments.yml
exactly matches your filename in thelayouts/
folder.YAML Errors: Use an online YAML validator to check your file for formatting errors (like using tabs instead of spaces).
Q: My bar is inside the mob's head! How do I move it up?
A: Easy! Go to mob_assignments.yml
and find your mob's section. Increase the number for the vertical-offset:
option. Save the file and run /sbreload
. Repeat until it's at the perfect height.
Q: The bar is way above my 3D modeled mob. What do I do?
A: This is what vertical-offset
is for. Decrease the value of this option in mob_assignments.yml
to lower the bar.
Last updated