Compatibility
Minecraft: Java Edition
1.21.4
Platforms
Tags
Creators
Details
Licensed Apache-2.0
Published yesterday
UltraTrackStats
UltraTrackStats is a lightweight Bukkit/Spigot plugin designed to act as a shared statistics backbone for your server. It tracks player activities, mob kills, blocks broken, and blocks placed and stores everything in a local SQLite database.
What makes it powerful is its public API: any plugin on your server can read or write player stats in just one line of code, and listen to real-time stat change events to build rewards, leaderboards, quests, or any other stat-driven feature on top of it.
Key features
- 📦 Centralized stats — one database, accessible by all your plugins
- ⚡ Simple API — getStat, addStat, setStat, resetStat
- 🔔 Event system — react to every stat change via StatUpdateEvent
- 🧱 Built-in tracking — mob kills, block breaks, block placements (toggleable)
- 🗄️ SQLite storage — no external database required
Built for developers, UltraTrackStats handles the data layer so you don't have to reinvent it in every plugin you write.
UltraTrackStats is open source, contributions and feedback are welcome.


