Vitalo
  • Configuration
    • Getting Started
    • Resource Pack
    • Entity Profiles
      • Mythic Mobs
    • Hearts or Bars
    • Display Type
    • Players
    • Mob Blacklist
    • Name Tags
    • Commands
  • Customization
    • Health Bars
      • Provided Examples
      • Change Textures
    • Hearts
      • Changing Textures
Powered by GitBook
On this page
  1. Configuration

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-blacklist: # 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-blacklist: A list of entity types that will not show health. The default are the ender dragon and the wither.

PreviousPlayersNextName Tags

Last updated 12 months ago