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
  ticker:
    enable: true
    period: 100

enable

Enables or disables the functionality of the module

ticker

Updating every specific interval of time


πŸ” Permissions

Path permission.yml β†’ message.objective.belowname
belowname:
  name: "flectonepulse.module.message.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 on

Edit on GitHub

On this page

Authors of page