

📊 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.
- Edition: Minecraft Bedrock
- File type: .mcpack or .mcaddon
- Minecraft versions listed: 1.21.90, 1.21.93, 1.21.94
- How to install: Download the .mcpack or .mcaddon file. → Open it — Minecraft imports it. → In your world: Behavior Packs → Available → Activate, then the same under Resource Packs.
- Where to get it: Opens on CurseForge — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Bedrock addons & mods walks through it step by step.
- Pack type: .mcaddon
- Manifest requires Minecraft 1.21.80 or newer
- Needs Beta APIs switched on in the world settings
- Ships one half — this pack asks for another pack that is not included
- Download size: 88 KB
- Download link checked 16 Sept 2026 — working
These come from our own check of the pack file, not from the source page.