Minecraft plugin Tebex
Information about the Minecraft plugin Tebex and servers where it is used
🔌 About the plugin Tebex
Tebex — is a plugin for Minecraft servers that allows you to connect your server to a Tebex webstore, automatically fulfil purchases and execute server commands defined in your store.
🎯 Purpose
Tebex connects an in‑game server to a Tebex webstore so purchases made on the webstore are delivered in‑game automatically. Tebex solves the manual fulfilment problem for server owners: instead of running commands by hand, Tebex executes configured commands on purchase.
Tebex is built for servers that want a managed monetization solution and integrates with common server platforms (Spigot, Paper, Bungee, Velocity). The plugin is open‑source and maintained by Tebex.
⚙ Main capabilities
- Connects your Minecraft server to a Tebex webstore and authenticates with a secret key.
- Automatic fulfilment: Tebex checks and fulfills purchases on a regular schedule (official README: every two minutes).
- Executes server commands (e.g. give items, add groups) as configured in the Tebex control panel.
- Supports multiple server platforms: Bukkit/Spigot/Paper, BungeeCord and Velocity (commands available may vary by platform).
- Administrative commands for sending links, lookup, banning users from the store, and reporting to Tebex.
🧩 Who it suits
Tebex fits server owners and administrators who:
- run public or private servers and want automated delivery of store purchases;
- use Spigot/Paper or proxy setups (Bungee/Velocity) and need a supported integration;
- prefer managed payment processing and chargeback/fraud protection provided by Tebex's platform.
🏗 Usage examples
- Connect your server by placing the Tebex .jar into plugins/ and run
tebex.secret <your-key>to link the store. - Configure store packages on the Tebex dashboard to run server commands that grant items or ranks. Tebex will execute these commands when the player next appears or on the next fulfilment cycle.
- Use
tebex.checkout <packId> <username>to create a payment link from the server (where supported).
⌨️ Commands
| Command | Description | Permission | Access |
|---|---|---|---|
tebex.help | Shows available commands (platform‑specific list) | tebex.help | Player/Console |
tebex.secret <key> | Sets your store's secret key (connects server) | tebex.secret | Admin/Console |
tebex.info | Shows store information | tebex.info | Player/Admin |
tebex.checkout <packId> <username> | Creates a payment link for a package | tebex.checkout | Admin/Console |
tebex.sendlink <name> <package> | Sends payment link to player | tebex.sendlink | Admin |
tebex.report <message> | Reports a problem to Tebex | tebex.report | Admin |
tebex.ban <name> | Bans a user from the webstore | tebex.ban | Admin |
tebex.lookup <name> | Looks up user transaction info | tebex.lookup | Admin |
tebex.debug <true/false> | Enables debug logging | tebex.debug | Admin/Console |
tebex.forcecheck | Force runs all time‑based events / fulfilment | tebex.forcecheck | Admin/Console |
tebex.refresh | Reloads store and package info | tebex.refresh | Admin/Console |
Note: The README states "Not all commands are available on all platforms. Proxy servers may have a reduced set of commands." Use
tebex.helpon your platform to confirm the available commands.
🔐 Permissions
All commands expose a permission node that matches the exact command name (per official README). Example: tebex.help is required to view commands.
| Permission | Description | Default |
|---|---|---|
tebex.help | View available Tebex commands on this platform | not specified in official sources |
tebex.secret | Set the store secret key (connect server) | not specified in official sources |
tebex.info | View store information | not specified in official sources |
tebex.checkout | Create payment links from server | not specified in official sources |
tebex.sendlink | Send payment link to player | not specified in official sources |
tebex.report | Report an issue to Tebex | not specified in official sources |
tebex.ban | Ban a buyer from the webstore | not specified in official sources |
tebex.lookup | Lookup a user's transaction history | not specified in official sources |
tebex.debug | Toggle debug logging | not specified in official sources |
tebex.forcecheck | Force a fulfilment/refresh cycle | not specified in official sources |
tebex.refresh | Reload store and package data | not specified in official sources |
(Official README: "All commands have a permission node which matches with the exact command name." The README does not list default permission values.)
⚙ Installation
📥 Installation
- Download the Tebex
.jarfrom the official Releases (GitHub releases or your Tebex control panel). - Place the
.jarinto your server'splugins/folder. - Restart the server (do not rely on /reload).
- As a server admin run:
tebex.secret <your-key>to connect the server to your Tebex store (your secret key is available from the Tebex control panel).
📦 Dependencies
- Official sources (repository README and docs) do not list required third‑party plugin dependencies. The plugin implements Tebex's Plugin API and runs on supported server platforms (Spigot/Paper/Bungee/Velocity).
- If you require additional integrations (chat placeholders, economy plugins), configure those separately — official README does not mandate Vault/PlaceholderAPI/etc.
🧾 Configuration
- The README documents using
tebex.secretto provide your store secret key. - The README and docs describe linking the plugin to your Tebex store; explicit details about generated config filenames or MySQL/SQLite usage are not specified in the plugin README.
- If you need persistent configuration details, check the plugin folder after first run or consult the Tebex control panel for store settings.
🧠 Additional information
- Supported platforms: Bukkit/Spigot/Paper, BungeeCord, Velocity (README).
- Fulfilment frequency: official README states purchases are fulfilled every two minutes.
- Open‑source: repository and releases available on GitHub (GPL‑3.0).
- Environment/build requirements (for building from source): JDK 17 and Gradle 8.2 (README).
⚠ Known limitations / notes
- "Not all commands are available on all platforms. Proxy servers may have a reduced set of commands." — check
tebex.helpfor platform specifics. - The plugin coordinates with the Tebex cloud service; merchant/payment features are handled by Tebex (web dashboard) rather than local DBs — official docs do not describe local SQL usage.
❓ FAQ
Q1 — How do I connect my server to my Tebex store?
A1 — Put the .jar in plugins/, restart the server, then run tebex.secret <your-key> as an admin (README).
Q2 — How often does Tebex fulfil purchases?
A2 — The official README states purchases are fulfilled every two minutes.
Q3 — Does Tebex require Vault or PlaceholderAPI?
A3 — Official README does not list Vault or PlaceholderAPI as required dependencies. If your store packages use commands needing those systems, configure them separately.
Q4 — Is the plugin compatible with proxy setups (Bungee/Velocity)?
A4 — Yes; README lists Bungee and Velocity support but warns some commands may be reduced on proxy platforms.
🤝 When this plugin is useful
Use Tebex when you want a proven, managed webstore integration that automatically delivers purchases to players and runs server commands via a supported Spigot/Paper/Bungee/Velocity plugin. Tebex centralizes payments and fulfilment without manual command execution.
Sources: official Tebex GitHub repository (tebexio/Tebex-Minecraft) and Tebex Plugin API documentation.
Useful links
- https://github.com/tebexio/Tebex-Minecraft
- https://docs.tebex.io/plugin/official-plugins
- https://tebex.io/
- https://github.com/tebexio/Tebex-Minecraft/releases
- https://github.com/tebexio/Tebex-Minecraft/issues
- https://creator.tebex.io/game-servers
- A Minecraft Server
Player‑driven Survival SMP with economy, PvP duels, auctions and cross‑play. Friendly community, custom features and competitive events.
4058.98 - SansCraft Network 1.9 - 1.21 BOXPVP SEASON 4!
BoxPvP-focused PvP server (Season 4): fast boxed duels, kits, ranked matches, voting and store support — competitive but friendly.
1354.29 - Press Start852.78
- Restarting...1352.74
- |
Whitelisted Java survival SMP: no planned wipes, player-driven economy, weekly events and optional PvP. Friendly adult community — join via site or Discord.
951.5 - DaemoniaCraft
Towny‑based RPG Survival with Solo‑Leveling vibes, custom mobs, economy and Bedrock support — deep progression for grindy RPG fans.
448.23 - A Minecraft Server547.9
- PocketMine-MP Server745.42
- Arivium Survival742.98
- &41| In onderhoud |1137.96
- A Minecraft Server033.65
- Bienvenue sur le serveur minecraft officiel de Village Square
Friendly French Survival server with Towny towns, player economy, Bedrock support and regular events — cosy community play.
232.48 - FoxyCraft232
Minecraft plugin Tebex is used on public servers to extend gameplay, add new mechanics, or improve server management. This page contains up-to-date information about the plugin's purpose, usage, and popularity among servers.
The catalog of servers with Tebex is generated automatically based on real data. You can see which Minecraft servers have this plugin installed, how often it is used, and what role it plays in gameplay.
Tebex usage statistics help assess its relevance and distribution. Data is updated regularly and reflects the real state of the Minecraft server ecosystem without manual input.
The Minecraft plugin Tebex page is useful for server owners choosing functionality for their project and for players who want to understand what features a server with this plugin offers.
Use this page to find Minecraft servers with the Tebex plugin, analyze its popularity, and make an informed decision about using the plugin on your server.