TheNextLvlTheNextLvl
Manage

Nametags

Manage your character's name tags.

GitHub Edit on GitHub

You can customize your character's nametag using the /character tag command.

Usage

/character tag [reset|set] <option> [<value>]
  • reset will reset the specified option to its default value.
  • set will set the specified option to the provided value.

Options

OptionType / ValuesDescription
alignmentcenter, left, rightText alignment
background-colorColor name or hex (no #, supports alpha)Background color
billboardfixed, vertical, horizontal, centerBillboard mode
brightnessBlock light (0-15), Sky light (0-15)Nametag brightness
default-backgroundBooleanUse default background
left-rotationQuaternion (float) (x, y, z, w)Left rotation
line-widthInteger (non-negative)Line width
offsetVector (float) (x, y, z)Offset position
right-rotationQuaternion (float) (x, y, z, w)Right rotation
scaleFloat (0.05 - 10)Scale of nametag
see-throughBooleanWhether nametag is see-through
textString (MiniMessage supported)Nametag text
text-opacityFloat (percentage, 100% = invisible, 0% = no opacity)Text opacity
text-shadowBooleanEnable text shadow
visibilityBooleanNametag visibility

Examples

Set the nametag text:

/character tag set text <rainbow>Hello there!</rainbow><newline><blue>Welcome to the game!</blue>

Change the background color to red:

/character tag set background-color red

Reset the scale to default:

/character tag reset scale

Last updated on

On this page