Health Boss Bar

Health Boss Bar 1.4

Fixing the bar display and refactoring the plugin
Added command to reload configs.

Usage:
/hpbar help - help
/hpbar about - about the plugin
/hpbar reload - reloading configs
Permissions:
healthbossbar.reload
1670296709589.png
1670296727818.png
Added a file mobs.yml in which you can configure which mobs will display a boss bar, and which do not.

Code:
enable: true

# Available: blacklist, whitelist.
type: "blacklist"

# Enter the networkid of mobs for which you do not want to display the boss bar.
# You can find out the networkid of each mob at
# https://github.com/PowerNukkitX/PowerNukkitX/tree/master/src/main/java/cn/nukkit/entity/
mobs:
  - 53
  - 52
  - 131
Top