Brand
Module responsible for the brand message in F3

Warning
If a proxy (Velocity or BungeeCord) is used, changing the brand completely is impossible
Localization
Pathlocalizations → language.yml → message.brand
brand:
values:
- "<white>Minecraft"
- "<aqua>Minecraft"values
List of messages for the brand
Setting
Pathmessage.yml → brand
brand:
enable: true
random: true
destination:
type: "BRAND"
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.brand
brand:
name: "flectonepulse.module.message.brand"
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 July 21, 2026
Edit on GitHub
FlectonePulse