Skip to content

Troubleshooting.md

Alice Soraya edited this page Apr 30, 2026 · 1 revision

Troubleshooting

The Plugin Does Not Load

Check that the binary matches your server platform:

  • Linux: .so
  • Windows: .dll

Check that the server is running a compatible Endstone version.

The Sidebar Does Not Appear

Try:

/scorehud on

Also check that the player has:

sh.command.sh

Tags Are Blank

Unknown tags render as empty text.

Check the tag name carefully:

- "{scorehud.online}"

If using a custom tag, confirm the C++ code calls setServerTag or setPlayerTag.

Memory Tags Are Blank

Enable memory tags:

tag-factory:
  enable-memory-tags: true

On non-Linux platforms, process memory tags may not provide the same values because this port reads Linux /proc/self/status.

Config Changes Do Not Apply

Restart the server after editing:

config.yml
scorehud.yml

Per-World Boards Do Not Work

Per-world boards are not supported in this Endstone port because Endstone does not currently expose PocketMine-style multiworld APIs.

Use default-board.

Clone this wiki locally