Scoreboard
Module responsible for the correct operation of teams and modules
If you encounter issues with TAB (e.g., sorting in the TAB list) or another plugin using scoreboard, you should disable this module.
Localization
Pathlocalizations → language.yml → message.scoreboard
scoreboard:
prefix: "<prefix><stream>"
suffix: "<afk><suffix>"scoreboard:
prefix: "<prefix><stream>"
suffix: "<afk><suffix>"prefix
The message displayed before the name above the head
suffix
The message displayed after the name above the head
Setting
Pathmessage.yml → format.scoreboard
scoreboard:
enable: true
name_visible: false
name_distance: -1.0
hide_name_when_sneaking: false
color: "<white>"
ticker:
enable: falseenable
Enables or disables the functionality of the module
name_visible
Enables the display of the name above the player
name_distance
This only works for Minecraft versions 1.20.2 and newer
The distance at which the player's name is visible. A value of -1.0 disables this change.
hide_name_when_sneaking
Hides the name above the player if they are sneaking (only works if name_visible is enabled)
color
The color of the player's team; if name_visible is enabled, the name will be this color
ticker
Updating every specific interval of time
Permissions
Pathpermission.yml → message.format.scoreboard
scoreboard:
name: "flectonepulse.module.message.scoreboard"
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 |
FlectonePulse