Community listing page, reviews here may not be monitored by the author.
StatsWebUI
No reviews yet
Live competitive rankings web ui for your Minecraft server
Community voices
Reviews
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
⛏️ mc-stats-webui
Live competitive rankings for your Minecraft survival server.
A Fabric server mod that embeds a small web UI + API. Players open it in a browser — no client mod needed.

MORE SCREENSHOTS
✨ Features
- 🏆 Home podium with Champion, Most dedicated, and Most efficient crowns
- 📋 Player profiles with skins, grades, and full vanilla stats
- 🆚 Side-by-side player compare
- 📊 Leaderboards for the whole vanilla stats catalog (custom, mined, killed, …)
- 🧮 Transparent scoring (“How we rank”) — farms inflate some boards on purpose
- 🌐 UI in English / Español / Français · light / dark / system theme
- 🏷️ Branding via
config/mc-stats-webui.json(title, slogan, tagline, window title, bind, port) - ⚡ In-memory stats cache (see below)
🧠 Stats cache
On world start the mod loads every player stats file into RAM. The API serves that snapshot — it does not re-scan the disk on each request.
When a connected player gains stats, their UUID is marked dirty. Every ~15 s (and before each API snapshot) dirty players are flushed with vanilla save(), then that one entry is reloaded into the cache. Offline players drop out of the dirty set and reload from disk if needed.
| URL | What |
|---|---|
http://localhost:25580/ |
Web UI |
http://localhost:25580/api/players |
JSON API |
More detail: endpoints · stats & champion
🛠️ Development
Needs: Java 25 · Node 24+ · Yarn via Corepack · Fabric 26.2
cd web
corepack yarn install
corepack yarn dev
UI: http://localhost:5173 (proxies /api → 25580)
./gradlew build
The SvelteKit UI is built static and shipped inside the JAR.
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources