Flectone Logo FlectonePulse

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.

below name


Localization

Path localizations → 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

Path message.yml → objective.belowname
belowname:
  enable: false
  distance: 64.0
  ticker:
    enable: true
    period: 100

enable

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

Path permission.yml → message.objective.belowname
belowname:
  name: "flectonepulse.module.message.scoreboard.objective.belowname"
  type: "TRUE"

name

Permission name

type

Permission type

TypeExplanation
TRUEAvailable to any player
FALSEAvailable to no one, must be granted separately (e.g., using LuckPerms)
OPAvailable to server operators
NOT_OPAvailable to NON-operators of the server
Last updated July 21, 2026
Edit on GitHub

On this page

Authors of page