🎥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.

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

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

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.

Last updated