Sidebar
Messages on the right side of the screen
🌍 Localization
📂 Path localizations → language.yml → message.sidebar
⚖️ Default
yml
sidebar:
values:
- - "<fcolor:2>FlectonePulse"
- " "
- "<fcolor:2>ТПС <tps>"
- " "
- - "<fcolor:1>FlectonePulse"
- " "
- "<fcolor:1>Пинг <ping>"
- " "
yml
sidebar:
values:
- - "<fcolor:2>FlectonePulse"
- " "
- "<fcolor:2>TPS <tps>"
- " "
- - "<fcolor:1>FlectonePulse"
- " "
- "<fcolor:1>Ping <ping>"
- " "
values
List of messages where - -
separates different formats
⚙️ Setting
📂 Path message.yml → sidebar
⚖️ Default
yml
sidebar:
enable: false
random: true
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
ticker
Updates every certain interval of time
enable
Whether to update or not
period
How often in ticks it should update
🔐 Permissions
📂 Path permission.yml → message.sidebar
⚖️ Default
yml
sidebar:
name: "flectonepulse.module.message.sidebar"
type: TRUE
name
Permission name
type
Permission type
Type | Explanation |
---|---|
TRUE | Available to any player |
FALSE | Not available to anyone, must be granted separately (e.g., using LuckPerms) |
OP | Available to server operators |
NOT_OP | Available to not server operators |