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
WARNING
If disabled, player names will be visible, the mark
module will malfunction, and FlectonePulse
tab sorting won't work
⚙️ Setting
📂 Path message.yml → format.scoreboard
⚖️ Default
yml
scoreboard:
enable: true
name-visible: false
color: "<white>"
prefix: "<vault_prefix><stream_prefix>"
suffix: "<afk_suffix><vault_suffix>"
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
🔐 Permissions
📂 Path permission.yml → message.format.scoreboard
⚖️ Default
yml
scoreboard:
name: "flectonepulse.module.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 |