Flectone Logo FlectonePulse

Scoreboard

Module responsible for the correct operation of teams and modules

Objectives Tab

Warning

If you encounter issues with TAB (e.g., sorting in the TAB list) or another plugin using scoreboard, you should disable this module.

⚙️Setting

Path message.yml → format.scoreboard
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 the display of the name above the player

color

The color of the player's team; if name_visible is enabled, the name will be this color

prefix

The message displayed before the name above the head

suffix

The message displayed after the name above the head

ticker

Updating every specific interval of time

How to use the ticker?

Replace false with true

Restart FlectonePulse using the command /flectonepulse reload

Additional parameters for configuring the delay will appear automatically

enable

Whether to update

period

How often to update, measured in ticks

🔐Permissions

Path permission.yml → message.format.scoreboard
scoreboard:
  name: "flectonepulse.module.message.format.scoreboard"
  type: "TRUE"

name

Permission name

type

Permission type

TypeExplanation
TRUEAvailable to any player
FALSEAvailable to no one, must be granted separately (e.g., using LuckPerms)
OPAvailable to server operators
NOT_OPAvailable to NON-operators of the server

Last updated on

Edit on GitHub

On this page

Authors of page