Skip to content

Sidebar

Messages on the right side of the screen scoreboard

🌍 Localization

📂 Path localizations → language.yml → message.sidebar

⚖️ Default

yml
sidebar:
  values:
    - - "<fcolor:2>FlectonePulse"
      - " "
      - "<fcolor:2>ТПС <tps>"
      - " "
    - - "<fcolor:1>FlectonePulse"
      - " "
      - "<fcolor:1>Пинг <ping>"
      - " "
yml
sidebar:
  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 → sidebar

⚖️ Default

yml
sidebar:
  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.sidebar

⚖️ Default

yml
sidebar:
  name: "flectonepulse.module.message.sidebar"
  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