Tebex Addon
The Tebex Bedrock Addon is a feature-rich, unofficial (yet!) integration that brings the full power of Tebex to Minecraft Bedrock Dedicated Servers. This addon allows server owners to fully integrate their Tebex store into the Bedrock environment, offering in-game purchasing, package browsing, and seamless command execution — all tailored to work within the limitations of Bedrock.
Perfect for server monetization, this addon simplifies the entire Tebex setup process into a smooth, command-based experience. It empowers admins with all the tools they need to connect, test, and manage their store directly from within Minecraft — no web UI required.
🚀 Core Features
✅ Complete Tebex Store Integration
Players can browse available packages, use a shopping basket system, and purchase directly in-game.
🔧 Command-Based Setup
Set up and manage your store using simple in-game commands like /tebex:setup and /tebex:ui.
🔐 SSL Handling via Proxy
Uses a secure proxy to handle SSL certificate requirements and falls back to direct API calls if necessary.
🧪 Built-In Testing & Debugging
Diagnose and fix issues with /tebex:test and /tebex:status commands.
🛠️ Admin Tools Only
Designed to be safe and secure — only users with operator privileges can configure or access admin commands.
⚙️ Requirements
To use this addon successfully, your Bedrock server must have the following:
- ✅ Beta APIs Enabled in the world settings
- ✅ A properly configured
permissions.jsonfile with required module access:
{
"allowed_modules": [
"@minecraft/server-gametest",
"@minecraft/server",
"@minecraft/server-ui",
"@minecraft/server-admin",
"@minecraft/server-net",
"@minecraft/server-editor"
]
}
