Scoreboard
Module responsible for proper team
functionality and integration with:
WARNING
If you experience issues with TAB
(such as sorting problems) or other plugins using scoreboard
, you should disable this module
⚙️ Setting
📂 Path message.yml → format.scoreboard
⚖️ Default
scoreboard:
enable: true
name-visible: false
color: "<white>"
prefix: "<vault_prefix><stream_prefix>"
suffix: "<afk_suffix><vault_suffix>"
ticker:
enable: false
enable
Enables or disables the functionality of the module
name-visible
Enables player name display above heads
color
Team color (if name-visible
is enabled, names will use this color)
prefix
Text displayed before player names
suffix
Text displayed after player names
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.format.scoreboard
⚖️ Default
scoreboard:
name: "flectonepulse.module.message.format.scoreboard"
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 |