Skip to content

Tabname ​

ScoreBoard value displayed in the TAB list
player list

βš™οΈ Setting ​

πŸ“‚ Path message.yml β†’ objective.tabname

βš–οΈ Default ​

yml
tabname:
  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
player list

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.tabname

βš–οΈ Default ​

yml
tabname:
  name: "flectonepulse.module.message.objective.tabname"
  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)