Flectone LogoFlectonePulse

Scoreboard

Module responsible for the correct name above player


Localization

Path localizations → language.yml → message.scoreboard
scoreboard:
  prefix: "<prefix><stream>"
  suffix: "<afk><suffix>"

prefix

The message displayed before the name above the head

suffix

The message displayed after the name above the head


Setting

Path message.yml → scoreboard
scoreboard:
  enable: true
  name_visible: false
  name_distance: -1.0
  hide_name_when_sneaking: false
  color: "<white>"
  ticker:
    enable: false

enable

Enables or disables the functionality of the module

name_visible

Enables the display of the name above the player

name_distance

Attention

Not supported in Hytale

hide_name_when_sneaking

Hides the name above the player if they are sneaking (only works if name_visible is enabled)

color

Attention

Not supported in Hytale

ticker

Updating every specific interval of time


Permissions

Path permission.yml → message.scoreboard
scoreboard:
  name: "flectonepulse.module.message.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 update August 14, 2026
Edit on Github

On this page

Authors of page