Flectone Logo FlectonePulse

Sidebar

Messages on the right side of the screen

scoreboard


🌍 Localization

Path localizations → language.yml → message.sidebar
sidebar:
  values:
  - - "<fcolor:1>FlectonePulse"
    - " "
    - "<fcolor:1>Hello, <nickname>!"
    - "<fcolor:1>Ping <replacement:ping> ms"
  - - "<fcolor:2>FlectonePulse"
    - " "
    - "<fcolor:2>TPS <replacement:tps>"
sidebar:
  values:
  - - "<fcolor:1>FlectonePulse"
    - " "
    - "<fcolor:1>Привет, <nickname>!"
    - "<fcolor:1>Пинг <replacement:ping> мс"
  - - "<fcolor:2>FlectonePulse"
    - " "
    - "<fcolor:2>ТПС <replacement:tps>"

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

Width of the panel in pixels

height

Height of the panel in pixels

top

Distance from the top of the screen to the panel

Distance from the right side of the screen to the panel

label_top

Top margin of each line

label_left

Left margin of each line

background

Panel color

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