A lightweight Fabric mod that tracks player block mining, block placing and many other statistics, integrating them with Minecraft’s scoreboard system.
Perfect for servers that want to display and compare player activity.
- 🪓 Count how many blocks a player has mined
- 🧱 Count how many blocks a player has placed
- ⚔️ Count how many entities a player has killed
- ☠️ Count how many times a player has dead
- 📊 Show results with the vanilla scoreboard system
- 🔄 Multiple display modes:
- Show single scoreboard
- Rotate among several scoreboards
- Hide
- ⚡ Supports multiple Minecraft versions (1.14.4 ~ 1.21.10)
- Install Fabric Loader.
- Install the Fabric API.
- Download the latest
.jarfile from the Releases or Modrinth. - Place the
.jarinto your Minecraftmodsfolder.
- The mod automatically tracks many statistics when players are in-game.
- Stats are stored in the scoreboard system.
- Server admins can use commands like:
/simplestatisticlist display cycle
- You can also use methods like
/simplestatisticlist method removeScoresWithSuffixInPlayerName bot_
- to batch process some operations related to scoreboards.
- This project is licensed under MIT.
- See the
LICENSEandNOTICEfile to check project license.
- Built with the Fabric API.
- Thanks to Fallen_Breath for fabric-mod-template.
- Inspiration and some code sources: TheStarryMiningList.
- Thanks to all Minecraft server owners who inspired this project.