πŸŽ₯Billboards

Display entities support 4 different billboard styles.

UnlimitedNameTags supports four different billboard styles for displaying name tags. Each style controls how the name tag behaves relative to the player.

Available Billboards:

  • CENTER (Default)

  • HORIZONTAL

  • VERTICAL

  • FIXED


CENTER πŸ”˜

The Center billboard is the default style. The name tag stays centered above the player’s head and does not move along any axis.

CENTER Billboard
Centered Billboard (Default)

HORIZONTAL ➑️

The Horizontal billboard moves along the X-axis. The name tag moves left or right as the player moves.

HORIZONTAL Billboard
Horizontal Billboard (Moves along the X-axis)

VERTICAL ⬆️

The Vertical billboard moves along the Y-axis. The name tag moves up or down as the player changes elevation.

VERTICAL Billboard
Vertical Billboard (Moves along the Y-axis)

FIXED πŸ”’

The Fixed billboard does not move with the player’s view. It stays fixed in the world space but follows the player's movement in the world.

FIXED Billboard
Fixed Billboard (Follows the player's movement in the world)

Last updated