Sidebar
Messages on the right side of the screen 
🌍 Localization
📂 Path localizations → language.yml → message.sidebar
⚖️ Default
yml
sidebar:
values:
- - " "
- "<fcolor:1>Пинг <replacement:ping>"
- " "
- "<fcolor:1>FlectonePulse"
- - " "
- "<fcolor:2>ТПС <replacement:tps>"
- " "
- "<fcolor:2>FlectonePulse"yml
sidebar:
values:
- - " "
- "<fcolor:1>Ping <replacement:ping>"
- " "
- "<fcolor:1>FlectonePulse"
- - " "
- "<fcolor:2>TPS <replacement:tps>"
- " "
- "<fcolor:2>FlectonePulse"values
List of messages where - - separates different formats
⚙️ Setting
📂 Path message.yml → sidebar
⚖️ Default
yml
sidebar:
enable: false
random: true
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
ticker
Updates every certain interval of time
HOW TO USE TICKER?
Change false to true and restart FlectonePulse using the /flectonepulse reload command. Additional ticker settings will appear AUTOMATICALLY
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 |
