Name Tags

Learn how to customize an entities nametag.

Nametags within Vitalo are extremely customizable. By default they appear above the health bars and hearts, but through an entities config you can adjust the bars and hearts upwards, and then you can bring the nametag down.

Sample entity config:

config.yml
name-tag:
  enabled: true 
  height: 0.5 
  • enabled: Determines whether or not Vitalo will show the built-in nametags.

  • height: If there are no hearts or bars showing, how high should the nametag will be.

Last updated