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 the config you can adjust the bars and hearts upwards, and then you can bring the nametag down.

Sample config:

config.yml
name-tag:
  enabled: true
  base-vertical-offset: 0.5
  bar:
    vertical-offset: 1.3
    bubbles-vertical-offset: 1.2
  hearts:
    vertical-offset: 1
    bubbles-vertical-offset: 0.5
    absorption-vertical-offset: 0.4
  • enabled: Determines whether or not Vitalo will show the built-in nametags.

  • base-vertical-offset: If there are no hearts or bars showing, how high should the nametag will be.

  • bar:

    • vertical-offset: How many blocks above the entity the name tag is.

    • bubbles-vertical-offset: How much additional height should there be when bubbles are active.

  • hearts:

    • vertical-offset: How many blocks above the entity the name.

    • bubbles-vertical-offset: How much additional height should there be when bubbles are active.

    • absorption-vertical-offset: How much additional height should there be when absorption is active.

Last updated