Player List Name
Module responsible for the player's name in the TAB
If your player's head is duplicated on a premium account, it means you have an authentication plugin that changes the premium UUID to an offline UUID, and because of this FlectonePulse cannot tell whether the player is playing with a premium account or not. To fix this, many plugins, such as FastLogin, have a premiumUuid option, which needs to be enabled EVERYWHERE, including on the proxy if the plugin is installed there

š Localization
Pathlocalizations ā language.yml ā message.tab.playerlistname
playerlistname:
format: "<!shadow><white><player_head></white></!shadow><world>ā <reset><prefix><stream><fcolor:2><nickname><afk><mute><suffix>"playerlistname:
format: "<!shadow><white><player_head></white></!shadow><world>ā <reset><prefix><stream><fcolor:2><nickname><afk><mute><suffix>"format
Message in the TAB list
āļø Setting
Pathmessage.yml ā tab.playerlistname
playerlistname:
enable: true
hide_invisible: false
hide_spectator: false
spectator_list_order: false
proxy_mode: true
ticker:
enable: true
period: 100enable
Enables or disables the functionality of the module
hide_invisible
If enabled, invisible players will not be shown in the TAB
hide_spectator
If enabled, players in spectator mode will not be shown in the TAB
spectator_list_order
If enabled, spectators will be displayed in the same position in the TAB, without being shifted down
proxy_mode
If enabled, players on different servers will be synchronized in a single TAB. This requires enabling proxy mode in FlectonePulse
- This works on versions 1.19.4 and higher
- 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)
- Correct skin display requires SkinsRestorer in proxy mode
ticker
Updating every specific interval of time
š Permissions
Pathpermission.yml ā message.tab.playerlistname
playerlistname:
name: "flectonepulse.module.message.tab.playerlistname"
type: "TRUE"
hide_invisible:
name: "flectonepulse.module.message.tab.playerlistname.hide_invisible"
type: "TRUE"
hide_spectator:
name: "flectonepulse.module.message.tab.playerlistname.hide_spectator"
type: "TRUE"name
Permission name
type
Permission type
| Type | Explanation |
|---|---|
TRUE | Available to any player |
FALSE | Available to no one, must be granted separately (e.g., using LuckPerms) |
OP | Available to server operators |
NOT_OP | Available to NON-operators of the server |
hide_invisible
Permission to be hidden in TAB while invisible
hide_spectator
Permission to be hidden in TAB while in spectator mode
Last updated on
Edit on GitHub
FlectonePulse