Flectone Logo FlectonePulse

Sidebar

Messages on the right side of the screen

scoreboard


🌍 Localization

Path localizations → language.yml → message.sidebar
sidebar:
  values:
  - - " "
    - "<fcolor:1>Ping <replacement:ping>"
    - " "
    - "<fcolor:1>FlectonePulse"
  - - " "
    - "<fcolor:2>TPS <replacement:tps>"
    - " "
    - "<fcolor:2>FlectonePulse"
sidebar:
  values:
  - - " "
    - "<fcolor:1>Пинг <replacement:ping>"
    - " "
    - "<fcolor:1>FlectonePulse"
  - - " "
    - "<fcolor:2>ТПС <replacement:tps>"
    - " "
    - "<fcolor:2>FlectonePulse"

values

List of messages, where - - separates different formats


⚙️ Setting

Path message.yml → sidebar
sidebar:
  enable: false
  random: true
  width: 250
  height: 300
  top: 300
  right: 5
  label_top: 0
  label_left: 4
  background: "#1E1E1E60"
  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.

width

Not supported in Minecraft

height

Not supported in Minecraft

top

Not supported in Minecraft

Not supported in Minecraft

label_top

Not supported in Minecraft

label_left

Not supported in Minecraft

background

Not supported in Minecraft

ticker

Updating every specific interval of time


🔐 Permissions

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