
Stats Command
A simple Fabric mod that provides player statistics and leaderboards in one command.
Screenshots



About this Mod
This mod allows players to view statistics view leaderboards for any tracked metric in the game. It is engineered for scalability, utilizing memory-mapped files and incremental indexing to ensure zero impact on server performance, even with potentially tens of thousands of unique player files. It uses the built-in vanilla stat system and can show stats for any player that have, at any time, been playing on the server.
Features
- Instant Lookups: specific stats for any player (mined, crafted, broken, killed, dropped, etc.).
- Leaderboards: View top rankings for any category with
/stats top. - Custom Stats: Support for custom statistics registered by datapacks.
- High Performance:
- Uses memory-mapped I/O for nanosecond-level access times.
- Non-blocking, incremental indexing system.
- Zero main-thread lag, suitable for large production servers.
Usage
Lookup a player:
/stats <player> <category> <stat>
/stats Steve mined diamond_ore
View leaderboard:
/stats top <category> <stat> [page]
/stats top killed creeper
Installation
Requires Fabric Loader and Fabric API. Place the mod .jar file in your server's mods folder.
Have been tested on 1.21.11
Available Versions
How to Install Stats Command on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set fabric Loader
In the panel under "Egg", select the fabric loader and matching Minecraft version (26.1.2).
Install Mod
Open the mod browser in the dashboard and search for "Stats Command". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
26.1.2, 26.1.1, 26.1 (+1 more)
Server-side
✓ RequiredRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
Stats Command server crashes on startup – what to do?
Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (26.1.2). You can switch loaders with one click in the panel.
Is Stats Command compatible with fabric?
Stats Command officially supports fabric for Minecraft 26.1.2, 26.1.1, 26.1. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with Stats Command – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Stats Command consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Similar Mods
Rent Modded Server
Install Stats Command with just one click on your server.
Details
- License
- Creative Commons Attribution Non Commercial No Derivatives 4.0 International
- Server-side
- Required