Sidebar
Messages on the right side of the screen

🌍 Localization
Pathlocalizations → language.yml → message.sidebar
sidebar:
values:
- - "<fcolor:1>FlectonePulse"
- " "
- "<fcolor:1>Hello, <nickname>!"
- "<fcolor:1>Ping <replacement:ping> ms"
- - "<fcolor:2>FlectonePulse"
- " "
- "<fcolor:2>TPS <replacement:tps>"sidebar:
values:
- - "<fcolor:1>FlectonePulse"
- " "
- "<fcolor:1>Привет, <nickname>!"
- "<fcolor:1>Пинг <replacement:ping> мс"
- - "<fcolor:2>FlectonePulse"
- " "
- "<fcolor:2>ТПС <replacement:tps>"values
List of messages, where - - separates different formats
⚙️ Setting
Pathmessage.yml → sidebar
sidebar:
enable: false
random: true
width: 250
height: 300
top: 300
right: 5
label_top: 0
label_left: 4
background: "#1E1E1E60"
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.
width
Width of the panel in pixels
height
Height of the panel in pixels
top
Distance from the top of the screen to the panel
right
Distance from the right side of the screen to the panel
label_top
Top margin of each line
label_left
Left margin of each line
background
Panel color
ticker
Updating every specific interval of time
🔐 Permissions
Pathpermission.yml → message.sidebar
sidebar:
name: "flectonepulse.module.message.sidebar"
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