Flectone Logo FlectonePulse

Player List Name

Module responsible for the player's name in the TAB

player list name


šŸŒ Localization

Path localizations → language.yml → message.tab.playerlistname
playerlistname:
  format: "<!shadow><white><player_head></white></!shadow><world_prefix>ā–‹ <reset><vault_prefix><stream_prefix><fcolor:2><player><afk_suffix><mute_suffix><vault_suffix>"
playerlistname:
  format: "<!shadow><white><player_head></white></!shadow><world_prefix>ā–‹ <reset><vault_prefix><stream_prefix><fcolor:2><player><afk_suffix><mute_suffix><vault_suffix>"

format

Message in the TAB list


āš™ļø Setting

Path message.yml → tab.playerlistname
playerlistname:
  enable: true
  proxy_mode: true
  ticker:
    enable: true
    period: 100

enable

Enables or disables the functionality of the module

proxy_mode

If enabled, players on different servers will be synchronized in a single TAB. This requires enabling proxy mode in FlectonePulse

Warning
  1. This works on versions 1.19.4 and higher
  2. Players between servers will not be able to see another player's ping via TAB (it will always be -1 if the player is on another server)
  3. Correct skin display requires SkinsRestorer in proxy mode

ticker

Updating every specific interval of time


šŸ” Permissions

Path permission.yml → message.tab.playerlistname
playerlistname:
  name: "flectonepulse.module.message.tab.footer"
  type: "TRUE"

name

Permission name

type

Permission type

TypeExplanation
TRUEAvailable to any player
FALSEAvailable to no one, must be granted separately (e.g., using LuckPerms)
OPAvailable to server operators
NOT_OPAvailable to NON-operators of the server

Last updated on

Edit on GitHub

On this page

Authors of page