Skip to content

Playerlistname

Module responsible for the player's name in the TAB player list name

🌍 Localization

📂 Path localizations → язык.yml → message.tab.playerlistname

⚖️ Default

yml
playerlistname:
  format: "<world_prefix>▋ <reset><vault_prefix><stream_prefix><fcolor:2><player><afk_suffix><vault_suffix>"
yml
playerlistname:
  format: "<world_prefix>▋ <reset><vault_prefix><stream_prefix><fcolor:2><player><afk_suffix><vault_suffix>"

format

Message in the TAB list

⚙️ Setting

📂 Path message.yml → tab.playerlistname

⚖️ Default

yml
playerlistname:
  enable: true
  ticker:
    enable: true
    period: 100

enable

Enables or disables the functionality of the module

ticker

Updates every certain interval of time

Whether to update or not

How often in ticks it should update

🔐 Permissions

📂 Path permission.yml → message.tab.playerlistname

⚖️ Default

yml
playerlistname:
  name: "flectonepulse.module.message.tab.footer"
  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