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