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>ā–‹ <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

Path message.yml → tab.playerlistname
playerlistname:
  enable: true
  hide_invisible: false
  hide_spectator: false
  spectator_list_order: false
  proxy_mode: true
  ticker:
    enable: true
    period: 100

enable

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

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

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

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

On this page

Authors of page