Below name
ScoreBoard value displayed below a player's nickname
More details about this ScoreBoard value
Warning
If the name display is disabled in the scoreboard module (name_visible: false), the value below the name will not be shown.

Localization
Pathlocalizations → language.yml → message.belowname
belowname:
score: "<replacement:ping>"
display_format: "<fcolor:1>ms"
score_format: "<fcolor:1><score>"belowname:
score: "<replacement:ping>"
display_format: "<fcolor:1>мс"
score_format: "<fcolor:1><score>"score
Placeholder format <score>
display_format
The message displayed under the nickname on the right (static, i.e., does not update)
score_format
The message displayed under the nickname on the left (dynamic, i.e., updates)
Setting
Pathmessage.yml → objective.belowname
belowname:
enable: false
distance: 64.0
ticker:
enable: true
period: 100enable
Enables or disables the functionality of the module
distance
Warning
This only works for Minecraft versions 26.2 and newer
How far away in blocks the text below name will be displayed
ticker
Updating every specific interval of time
Permissions
Pathpermission.yml → message.objective.belowname
belowname:
name: "flectonepulse.module.message.scoreboard.objective.belowname"
type: "TRUE"name
Permission name
type
Permission type
| Type | Explanation |
|---|---|
TRUE | Available to any player |
FALSE | Available to no one, must be granted separately (e.g., using LuckPerms) |
OP | Available to server operators |
NOT_OP | Available to NON-operators of the server |
Last updated July 21, 2026
Edit on GitHub
FlectonePulse