Header
Module responsible for the text at the top of the TAB

🌍 Localization
Pathlocalizations → language.yml → message.tab.header
header:
lists:
- - " "
- "<fcolor:1>❤"
- " "
- - " "
- "<fcolor:1>👾"
- " "header:
lists:
- - " "
- "<fcolor:1>❤"
- " "
- - " "
- "<fcolor:1>👾"
- " "lists
List of messages, where - - separates different formats
⚙️ Setting
Pathmessage.yml → tab.header
header:
enable: true
random: true
destination:
type: "TAB_HEADER"
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.header
header:
name: "flectonepulse.module.message.tab.header"
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