One stats
Extension that allow multiple addons that introduces stats system to game coexist
1,115
📊 One Stats – Universal Stat Compatibility Layer
Designed for Minecraft Bedrock addon creators who add stat systems to the game.
One Stats is a backend utility addon that ensures multiple stat-based addons can work together without conflicting. It introduces a shared protocol for how stats are stored and applied, allowing independent developers to build separate systems while maintaining full compatibility.
✅ Core Features:
- 🧩 Compatibility Layer: Prevents stat stacking from multiple addons by using a shared detection tag and scoreboards.
- 🔍 Tag Detection: Automatically adds the tag
CYoneStatsVertXto the player when active. - 📛 Scoreboard Prefixing: Requires stat scoreboards to start with your custom prefix (e.g.
mysys_) to avoid overwrites. - ⚙️ Lightweight & Easy to Integrate: No runtime overhead or commands unless a compatible addon is loaded.
📘 Developer Notes
To make your addon compatible with One Stats, follow these simple guidelines:
- 📌 Detect Compatibility Tag: If the player has the tag
CYoneStatsVertX, your addon should not apply its own stat effects directly. - 📋 Prefix Scoreboards: All scoreboards used to store stats must begin with your unique prefix (e.g.
mypack_). This prevents collision with other addons. - 🔗 Optional Integration: You can build full integration by reading existing scoreboard values and contributing to shared stats, if desired.
This system is purely backend-focused and doesn't include stat mechanics itself. Instead, it enables others to coexist smoothly with yours.
Changelog:None
More versions