Skip to content

Scoreboard ​

Messages on the right side of the screen scoreboard

🌍 Localization ​

πŸ“‚ Path localizations β†’ language.yml β†’ message.scoreboard

βš–οΈ Default ​

yml
scoreboard:
  values:
    - - "<fcolor:2>FlectonePulse"
      - " "
      - "<fcolor:2>ВПБ <tps>"
      - " "
    - - "<fcolor:1>FlectonePulse"
      - " "
      - "<fcolor:1>Пинг <ping>"
      - " "
yml
scoreboard:
  values:
    - - "<fcolor:2>FlectonePulse"
      - " "
      - "<fcolor:2>TPS <tps>"
      - " "
    - - "<fcolor:1>FlectonePulse"
      - " "
      - "<fcolor:1>Ping <ping>"
      - " "

values ​

List of messages where - - separates different formats

βš™οΈ Setting ​

πŸ“‚ Path message.yml β†’ scoreboard

βš–οΈ Default ​

yml
scoreboard:
  enable: false
  random: true
  ticker:
    enable: true
    period: 100

enable ​

Enables or disables the functionality of the module

random ​

If enabled, messages will be selected randomly; otherwise, they will be selected in order

ticker ​

Updates every certain interval of time

Whether to update or not

How often in ticks it should update

πŸ” Permissions ​

πŸ“‚ Path permission.yml β†’ message.scoreboard

βš–οΈ Default ​

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

name ​

Permission name

type ​

Permission type

TypeExplanation
TRUEAvailable for any player
FALSEAvailable if granted separately (e.g., via LuckPerms)
OPAvailable for server operators
NOT_OPAvailable if granted separately (e.g., via LuckPerms)