Display Type
Configure the default display type.
Last updated
Configure the default display type.
Last updated
In Vitalo, there are two different display types. Look and static. Players can choose between the two with the . You can disable players changing their display type by toggling can-change-display-type in the config.
Here is what a typical config would look like:
can-change-display-type: Whether or not to allow players to change their display type.
default-display-type: The default display type for a player who has not changed theirs, either , , or .
static:
max-distance: The max distance an entities health will be shown at.
look:
max-distance: The max distance an entities health will be shown at.
Look is a raytrace based system, where Vitalo only shows the health above an entity when it is being looked at by a player. You can configure the max distance through the configuration section found in the generated config as shown above.
Static is a more simplified system, where it shows all entities health at all times. Switch between the two with the display-type config value in either the default profile or entity profiles.
If you wish to by default show no health over an entities head, then choose the "none" option.