Skip to content

tab

server.tab

The tab module is responsible for the text shown in the TAB window

tab

  1. header
  2. footer
  3. player-list-name
  4. player-list

Customizing messages

header

You can change the messages in the header in the localization file by changing/adding a line in server.tab.header.message

yaml
    tab:
      header:
        message:
          - " "
          - "&&1❤"
          - " "
    tab:
      header:
        message:
          - " "
          - "&&1❤"
          - " "

Animation

You can animate the header by adding new frames to the server.tab.header.message and separating them with the word <next>

yaml
    tab:
      header:
        message:
          - " "
          - "&&1❤" 
          - " "
          - "<next>"
          - " "
          - "&&2❤"
          - " "
    tab:
      header:
        message:
          - " "
          - "&&1❤" 
          - " "
          - "<next>"
          - " "
          - "&&2❤"
          - " "
footer

You can change the messages in the header in the localization file by changing/adding a line in server.tab.footer.message

yaml
    tab:
      footer:
        message:
          - " "
          - "&&1❤"
          - " "
    tab:
      footer:
        message:
          - " "
          - "&&1❤"
          - " "

Animation

You can animate the footer by adding new frames to server.tab.footer.message and separating them with the word <next>

yaml
    tab:
      footer:
        message:
          - " "
          - "&&1❤"
          - " "
          - "<next>"
          - " "
          - "&&2❤"
          - " "
    tab:
      footer:
        message:
          - " "
          - "&&1❤"
          - " "
          - "<next>"
          - " "
          - "&&2❤"
          - " "
player-list-name

It is possible to change the name of a player in a tab in player.name.tab in the config

yaml
  player:
    name:
      tab: "<player_prefix>&f<player_name_real><player_suffix>"
  player:
    name:
      tab: "<player_prefix>&f<player_name_real><player_suffix>"

Module customization

server.tab.player-list

ParameterDescriptionTypeDefault
modeplayer-list text mode. Could be one of: health level ping food armor attackstringping

server.tab.update

ParameterDescriptionTypeDefault
enableenable message update (for animations)booleantrue
rateframe rate (in ticks)number40