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
ticker:
enable: true
period: 100enable
Enables or disables the functionality of the module
ticker
Updating every specific interval of time
π Permissions
Pathpermission.yml β message.objective.belowname
belowname:
name: "flectonepulse.module.message.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 on
Edit on GitHub
FlectonePulse