Flectone Logo FlectonePulse

Footer

Module responsible for the text at the bottom of the TAB

footer


🌍 Localization

Path localizations → language.yml → message.tab.footer
footer:
  lists:
  - - " "
    - "<fcolor:1>Hello <fcolor:2><player><fcolor:1>!"
    - " "
  - - " "
    - "<fcolor:1>TPS <replacement:tps>, Online <replacement:online>"
    - " "
footer:
  lists:
  - - " "
    - "<fcolor:1>Привет <fcolor:2><player><fcolor:1>!"
    - " "
  - - " "
    - "<fcolor:1>ТПС <replacement:tps>, Онлайн <replacement:online>"
    - " "

lists

List of messages, where - - separates different formats


⚙️ Setting

Path message.yml → tab.footer
footer:
  enable: true
  random: true
  destination:
    type: "TAB_FOOTER"
  ticker:
    enable: true
    period: 100

enable

Enables or disables the functionality of the module

random

If enabled, messages will be selected randomly; otherwise, they will be selected in order.

destination

Where the message will be sent

TypeExplanationRequires additional configuration?
ACTION_BARMessage above the player's inventoryYes
BOSS_BARMessage at the top of the screenYes
BRANDMessage in F3No
CHATMessage in chatNo
TEXT_SCREENMessage anywhere on the screenYes
TITLEFull-screen messageYes
SUBTITLEFull-screen message (bottom line)Yes
TAB_HEADERMessage in TAB (top)No
TAB_FOOTERMessage in TAB (bottom)No
TOASTMessage in the top right corner (achievement)Yes

ticker

Updating every specific interval of time


🔐 Permissions

Path permission.yml → message.tab.footer
footer:
  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