This mod adds a simple /stats command, which players can use to see their statistics, share them with other players,
and see a leaderboard of a statistic.
This mod is licensed under the MIT license.
If you like this mod, consider donating.
For support and/or any questions you may have, feel free to join my discord.
| Minecraft Version | Status |
|---|---|
| 26.1.x | ✅ Current |
I try to keep support up for the latest drop of Minecraft. Updates to newer Minecraft versions may be delayed from time to time, as I do not always have the time to immediately update my mods.
Unsupported versions are still available to download, but they won't receive new features or bugfixes.
The mod is available for both Fabric and NeoForge, the Fabric API is required on Fabric. This mod is not required on clients when playing on multiplayer.
The mod adds a single new command, /stats, which can be used as follows:
/stats get <type> <key>- Requires the
statistics_info.getpermission or operator level 2. - Displays a statistic for you. If you have the
statistics_info.sharepermission (or operator level 2), a[share]button is displayed as well. - Pressing the
[share]button shares your statistic with everyone online. - Examples:
/stats get minecraft:used minecraft:torchYou have used Torch 5043 times [share]/stats get mined stoneYou have mined Stone 30213 times [share]
- Requires the
/stats get <type> <key> <target- Requires the
statistics_info.getandstatistics_info.get.otherpermissions, or operator level 2. - Displays a statistic of
<target>. - Examples:
/stats get minecraft:killed minecraft:villager Player123Player123 has killed Villager 67 times/stats get crafted beacon Player987Player987 has crafted Beacon 42 times
- Requires the
/stats top <type> <key>- Requires the
statistics_info.leaderboardpermission or operator level 2. - Displays a leaderboard for the given statistic.
- Examples:
/stats top minecraft:picked_up minecraft:elytraLeaderboard for picked up Elytra:
1. Player271 (198)
2. Player709 (79)
3. Player818 (36)
4. Player734 (34)
5. Player753 (23)/stats top custom play_timeLeaderboard for Time Played:
1. Player271 (11.01 h)
2. Player709 (5.05 h)
3. Player818 (2.1 h)
4. Player734 (11.05 min)
5. Player753 (5.49 min)
- Requires the