Playerlistname
Module responsible for the player's name in the TAB
🌍 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
enable
Whether to update or not
period
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
Type | Explanation |
---|---|
TRUE | Available to any player |
FALSE | Not available to anyone, must be granted separately (e.g., using LuckPerms) |
OP | Available to server operators |
NOT_OP | Available to not server operators |