-
Notifications
You must be signed in to change notification settings - Fork 0
Installation.md
Alice Soraya edited this page Apr 30, 2026
·
1 revision
- Minecraft Bedrock Dedicated Server running Endstone
- Endstone
0.11 - ScoreHud binary for your operating system
- Download the ScoreHud binary for your platform.
- Put it in the server
plugins/folder. - Start the server.
- Confirm ScoreHud is listed in the plugin load output.
Install CMake and a C++20 compiler.
Linux:
CC=clang CXX=clang++ cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build buildWindows:
cmake -B build
cmake --build build --config ReleaseBuild outputs:
- Linux:
build/endstone_scorehud.so - Windows:
build/Release/endstone_scorehud.dll
On first startup, ScoreHud creates:
config.yml
scorehud.yml
Restart the server after editing these files.