ScoreTag
ScoreTag is a plugin for PowerNukkitX that displays additional information below a player's name, such as their health, platform, or account balance.
The display updates automatically and can be customized through a simple configuration file.
Requirements
- A Minecraft Bedrock server running PowerNukkitX
- Optional: PlaceholderAPI for dynamic values such as health or money
ScoreTag also works without PlaceholderAPI. However, placeholders such as %player_health% will not be replaced with actual values.
Installation
- Download
ScoreTag.jarfrom the Releases page or Jarbage. - Stop your server.
- Copy
ScoreTag.jarinto your server'spluginsfolder. - If needed, install PlaceholderAPI
- Start the server. ScoreTag will create its configuration file automatically.
Customizing the display
After the first server start, you can find the configuration file here:
plugins/ScoreTag/config.yml
The default configuration looks like this:
tag: |
%player_health% §c❤
§e%player_platform%
§a$%money%
After saving the file, restart the server to make sure your changes are applied.
Support
If you have found a bug, you can report it through GitHub Issues. Please describe what happened and include any relevant error messages from the server console.