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 for any player
FALSEAvailable if granted separately (e.g., via LuckPerms)
OPAvailable for server operators
NOT_OPAvailable if granted separately (e.g., via LuckPerms)