Nameplate

Basics

Nameplate is made up of three parts: left middle and right. The left and right parts will be distributed on both sides of the player name, while the middle part will copy itself to fit the length of the player name.

Add a new nameplate configuration

Nameplate config contains 3 images and a YAML config file.

display-name: Sad Cat
left:
  image: cat_left
  height: 16
  ascent: 12
middle:
  image: cat_middle
  height: 16
  ascent: 12
right:
  image: cat_right
  height: 16
  ascent: 12

display-name: The nameplate's display name

height/ascent:

  • height: The height of the character, measured in pixels. Can be negative. This tag is separate from the area used in the source texture and just rescales the displayed result.

  • ascent: The ascent of the character, measured in pixels. This value adds a vertical shift to the displayed result.

Note: In default config, most nameplate images are square, but it's not a must

Last updated