-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration.md
ScoreHud has two configuration files:
-
config.yml: refresh behavior and formatting -
scorehud.yml: sidebar title and displayed lines
config-version: 11
tag-factory:
enable: true
update-period: 5
enable-memory-tags: false
time:
zone: false
format:
time: "H:i:s"
date: "d-m-Y"Controls periodic refresh of built-in tags such as TPS, time, date, memory, ping, item, health, position, and online count.
Default:
enable: trueHow often built-in tags are refreshed, in seconds.
Default:
update-period: 5Enables memory-related tags. These read process memory information and should only be enabled when needed.
Default:
enable-memory-tags: falseControls the timezone used by {scorehud.time} and {scorehud.date}.
Use false to keep the server process timezone.
zone: falseExample:
zone: "Asia/Ho_Chi_Minh"ScoreHud accepts the common PocketMine/PHP-style tokens used by the original plugin:
| Token | Meaning |
|---|---|
H |
Hour, 24-hour format |
i |
Minute |
s |
Second |
d |
Day |
m |
Month |
Y |
Year |
scorehud-version: 3
titles:
flicker: false
period: 5
title: "§l§aServer §dName"
lines:
- "§l§aServer §dName"
- "§l§bServer §cName"
default-board:
- ""
- "§dName: §5{scorehud.name}"
- ""
- "§bOnline: §a{scorehud.online} §c/ §d{scorehud.max_online}"
- ""
- "§dTPS: §5{scorehud.tps}"
- "§bLoad: §a{scorehud.load}"When enabled, ScoreHud rotates through titles.lines.
flicker: trueHow often the title changes, in seconds.
period: 5The static title shown when flicker is disabled.
The rotating title list used when flicker is enabled.
The scoreboard lines shown to every player.
Minecraft sidebars can display up to 15 lines. Extra lines are ignored.
Empty lines are allowed:
- ""Endstone does not currently support PocketMine-style multiworld APIs. ScoreHud does not read multi-world, disabled-worlds, or scoreboards: sections.
Use default-board for all players.