Footer
Module responsible for the text at the bottom of the TAB

🌍 Localization
Pathlocalizations → 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
Pathmessage.yml → tab.footer
footer:
enable: true
random: true
destination:
type: "TAB_FOOTER"
ticker:
enable: true
period: 100enable
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
| Type | Explanation | Requires additional configuration? |
|---|---|---|
ACTION_BAR | Message above the player's inventory | Yes |
BOSS_BAR | Message at the top of the screen | Yes |
BRAND | Message in F3 | No |
CHAT | Message in chat | No |
TEXT_SCREEN | Message anywhere on the screen | Yes |
TITLE | Full-screen message | Yes |
SUBTITLE | Full-screen message (bottom line) | Yes |
TAB_HEADER | Message in TAB (top) | No |
TAB_FOOTER | Message in TAB (bottom) | No |
TOAST | Message in the top right corner (achievement) | Yes |
ticker
Updating every specific interval of time
🔐 Permissions
Pathpermission.yml → message.tab.footer
footer:
name: "flectonepulse.module.message.tab.footer"
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 |
Last updated on
Edit on GitHub
FlectonePulse