-
Notifications
You must be signed in to change notification settings - Fork 3
FAQ
Q: Does this work with ScoreboardStatsX or NametagEdit?
A: The standard API does not promote compatibility between plugins. They use their own system and this could lead to players crashing and overwriting the main board (saved on disk) used by HealthBar. It seems, however, that ScoreboardStats is compatible with HealthBar.
Q: Could you add health bars under the player's name?
A: I cannot set an individual text for each player, like on mobs. I can change only the number, and I cannot change the position or the color of that number.
Q: Is it possible to remove the health bar of Citizens NPCs?
A: If the NPCs are mobs (e.g. horse, mule, skeleton...) the plugin automatically does not set the health bar.
In the same way if they are players the bar after the name is not shown.
If they are players and the health bar under the name is enabled (and always shown) then it will be shown. However, you can try changing the worlds where HealthBar is disabled, disabling the bar below the name or not making it always visible.
Q: Is it possible to remove the health bar from MythicMobs mobs?
A: Yes, just set MythicMobs: true
in the hooks section (in the config.yml
).
Q: Is it possible to remove the HealthBar bar from LevelledMobs mobs?
A: Yes, just set LevelledMobs: LevelledMobs
in the hooks section (in the config.yml
).
Q: Can I set the bar configured in HealthBar also on LevelledMobs mobs?
A: Yes, just set LevelledMobs: HealthBar
in the hooks section (in the config.yml
).
Q: Is it possible to remove the health bar from AuraMobs mobs?
A: Yes, just set AuraMobs: true
in the hooks section (in the config.yml
).
Q: Is it possible to remove the health bar from mobs stacked by WildStacker?
A: Yes, just set WildStacker: true
in the hooks section (in the config.yml
).
Q: Is it possible to add support for versions lower than Java 17?
A: Unfortunately, no. Although the plugin is developed with Java 8 syntax, MythicMobs requires Java 16 and LevelledMobs requires Java 17. Therefore, in order to hook into them, HealthBar must also be compiled with Java 17.
Q: Could you set a range to see the health?
A: I'm limited by minecraft client, so I cannot change this, nor the position of the bar. You can use the option to see the bar of the mob only looking directly at him, and even this is limited.
What this plugin cannot do:
- Add more lines to mobs
- Set individual text below the players' name
- Set a color before the number of the health below
- Display the health below only for some players, while others have it hidden
- Change the range from which you can see the health below
- Use options on mobs, like range, height, width, etc.. of the health bar