This is a versatile plugin designed to display various player statistics and information on the scoreboard or HUD. It supports multiple economy systems and provides customizable tags for displaying player balances, online players, ping status, and more.
- Display player balances from multiple economy systems (EconomyAPI, BedrockEconomy, etc.).
- Show the number of online players and maximum players on the server.
- Visualize player ping status with customizable colors (red for high ping, yellow for moderate, green for low, and purple for very high).
- Support for external plugins such as RankSystem to display player ranks.
- Install the plugin in your PocketMine-MP server.
- Customize the plugin settings and economy system in the
config.yml
. - Configure the ScoreHud plugin (if applicable) to display the provided tags.
- Enjoy the updated scoreboard or HUD with player statistics!
You can use the following tags in your ScoreHud configuration:
{balances.player}
: Displays the player's balance from the configured economy system.{coinapi.api}
: Displays the player's coin balance from the CoinAPI plugin.{player.online}
: Shows the number of online players on the server.{max.online}
: Shows the maximum number of players allowed on the server.{ping.player}
: Displays the player's ping with customizable colors:- Green: Low ping
- Yellow: Moderate ping
- Orange: High ping
- Red: Very high ping
{name.player}
: Displays the player's name.{date.score}
: Shows the current date ind-m-Y
format.{rank.player}
: Displays the player's rank(s) if using the RankSystem plugin.
- libPiggyEconomy: A virion for easy support of multiple economy providers.
- BedrockEconomy or EconomyAPI
- RankSystem
For any issues or feature requests, please create an issue on the ScoreTag Issues.
Contributions are welcome! If you have any improvements or new features to suggest, feel free to open a pull request on the ScoreTag Pulls.
This plugin is licensed under the MIT License. See the LICENSE file for details.