Skip to content

Belowname

ScoreBoard value displayed under the player's name
below name

⚙️ 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

Whether to update or not

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