Scoreboard β
Messages on the right side of the screen
π Localization β
π Path localizations β language.yml β message.scoreboard
βοΈ Default
β
yml
scoreboard:
values:
- - "<fcolor:2>FlectonePulse"
- " "
- "<fcolor:2>Π’ΠΠ‘ <tps>"
- " "
- - "<fcolor:1>FlectonePulse"
- " "
- "<fcolor:1>ΠΠΈΠ½Π³ <ping>"
- " "
yml
scoreboard:
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 β scoreboard
βοΈ Default
β
yml
scoreboard:
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.scoreboard
βοΈ Default
β
yml
scoreboard:
name: "flectonepulse.module.message.scoreboard"
type: TRUE
name
β
Permission name
type
β
Permission type
Type | Explanation |
---|---|
TRUE | Available for any player |
FALSE | Available if granted separately (e.g., via LuckPerms) |
OP | Available for server operators |
NOT_OP | Available if granted separately (e.g., via LuckPerms) |