Entity Profiles
Each entities has its own "profile" which allows it to have unique properties completely configurable by you!
What are entity profiles?
An entity profile is a config file found in Vitalo/profiles/[entity_type].yml
. These profiles contain all related information to displaying health for entities. Here is what an example entity profile will look like:
health-type: Whether the entity should have hearts or bars above their head.
visibility-mode: What visibility mode the entity should use. Constant is always there, dynamic is there when the entities health is below full, and dynamic-short is there only when the entity is actively being damaged.
name-tag: Name Tags
health-bar: Health Bars
bubbles: Bubble type is determined by health type
bar-color: The color of the bubble bar
height: The height of the bubbles/bubble bar is from the entities head.
height-with-nametag: The height of the bubble-bar from the entities head when there is a nametag.
hearts: Hearts
unicode: Unicode information, more information in the Customization section.
Last updated