Skip to content

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

yml
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

Setting ticker

enable

Whether to update or not

period

How often in ticks it should update

🔐 Permissions

📂 Path permission.yml → message.format.scoreboard

⚖️ Default

yml
scoreboard:
  name: "flectonepulse.module.format.scoreboard"
  type: TRUE

name

Permission name

type

Permission type

TypeExplanation
TRUEAvailable to any player
FALSENot available to anyone, must be granted separately (e.g., using LuckPerms)
OPAvailable to server operators
NOT_OPAvailable to not server operators