Skip to content

Feature guide: Belowname

NEZNAMY edited this page Dec 7, 2020 · 114 revisions

About

The scoreboard objective with BELOW_NAME display slot that adds another line of text below nametag of players.

This line automatically appears on all player entities when enabled. Therefore, it is not possible to only display it on some players or not display it on NPCs.

The line is formatted as white number + space + text, where the text must be same on all players. Therefore, text doesn't support placeholders with player-specific output such as a faction. Only the number can be per-player.

Enabling

Open config.yml and find this section:

classic-vanilla-belowname:
  enabled: true
  number: "%health%"
  text: "Health"

Enabling this option enables the feature.

Configuration

number: "%health%"
An integer from -2147483648 to 2147483647, doesn't support decimal values. The number is always white. Supports placeholders with player-specific output, such as player health.

text: "Health"
Shared text that is displayed on all players, doesn't support placeholders with player-specific output.

Additional Info

The feature is affected by nametag visibility rule. This means that when nametag is set to invisible, belowname will be invisible as well. This is important to know, especially when enabling unlimited nametag mode which makes nametags invisible so it can display armor stands instead. To make it visible again, configure belowname property for your groups again (for example by running /tab group _OTHER_ belowname <text>).

Tips & Tricks

If you want to show health of players and display a heart symbol as text, you can use this one: . Make sure you save config in UTF-8 encoding so it's loaded correctly.

Limitations

  • The format is a white number + space + shared text.
  • The text is same on all players, therefore cannot be personalized (such as player's faction). Only the number can be per-player.
  • Color of the number doesn't seem to be configurable.
  • It appears on all entites of player type. This includes player NPCs.
  • Text length is limited to 32 characters on <1.13 As you can see, options are very limited. All of these limits can be bypassed by enabling unlimited nametag mode and configuring belowname property for your groups (for example by running /tab group _OTHER_ belowname <text>).

Clone this wiki locally