Mob Blacklist

How to toggle health on specific mobs.

Enabling or Disabling Mobs

If you wish to enable or disable mobs, you can do so through the config. Here are the related config options:

config.yml
passive-mobs: display # display or hide the health bar for passive mobs
hostile-mobs: display # display or hide the health bar for hostile mobs

mob-mask: # mobs that are in this list will not have a health bar
  - WITHER
  - ENDER_DRAGON
  • passive-mobs: Whether to display or hide the health for passive mobs.

  • hostile-mobs: Whether to display or hide the health for hostile mobs.

  • mob-mask: A list of entity types that will not show health. The default are the ender dragon and the wither.

Last updated