Skip to content

Belowname

ScoreBoard value displayed under the player's name
below name

🌍 Localization

📂 Path localizations → язык.yml → message.belowname

⚖️ Default

yml
belowname:
  format: "<fcolor:1>мс"
yml
belowname:
  format: "<fcolor:1>ms"

format

The message that will be displayed below the nickname

⚙️ Setting

📂 Path message.yml → objective.belowname

⚖️ Default

yml
belowname:
  enable: false
  mode: "PING"
  ticker:
    enable: true
    period: 100

enable

Enables or disables the functionality of the module

mode

Mode for displaying the value, with available options

ModeWhat it returns
HEALTHCurrent player's HP value
LEVELCurrent player's level value
FOODCurrent player's saturation value
PINGCurrent player's ping
ARMORCurrent player's armor value
ATTACKCurrent player's attack damage value

EXAMPLE MODE PING

This will return the player's ping
below name

ticker

Updates every certain interval of time

HOW TO USE TICKER?

Change false to true and restart FlectonePulse using the /flectonepulse reload command. Additional ticker settings will appear AUTOMATICALLY

enable

Whether to update or not

period

How often in ticks it should update

🔐 Permissions

📂 Path permission.yml → message.objective.belowname

⚖️ Default

yml
belowname:
  name: "flectonepulse.module.message.objective.belowname"
  type: "TRUE"

name

Permission name

type

Permission type

TypeExplanation
TRUEAvailable to any player
FALSENot available to anyone, must be granted separately (e.g., using LuckPerms)
OPAvailable to server operators
NOT_OPAvailable to not server operators