How to Set Up a Tebex Store for Your Minecraft Server
Learn how to create a Tebex webstore to sell ranks, items, and perks on your server.
Tebex (formerly Buycraft) is the most popular webstore platform for Minecraft servers. It lets you sell ranks, items, kits, and other perks that are automatically delivered in-game.
Setting Up Tebex
Create a Tebex account
Go to tebex.io and create a free account. Select "Minecraft Java" as your game.
Set up your store
Follow the Tebex setup wizard to configure your store name, currency, and theme.
Install the Tebex plugin
Go to Plugins on the XGamingServer panel and search for "Tebex", or download from Tebex's plugin page.
Restart your server
Restart from Console to load the plugin.
Link your server
Run in the console or in-game:
/tebex secret <your-secret-key>Find your secret key in the Tebex dashboard under Game Servers.
Verify the connection
Run /tebex info to confirm the link is working.
Creating Products
Adding a Rank Package
In the Tebex dashboard:
- Go to Packages → Create Package
- Set a name (e.g., "VIP Rank")
- Set a price
- Under Commands, add the commands to run on purchase:
lp user {username} parent set vipThis uses LuckPerms to assign the VIP group.
Common Delivery Commands
| Product Type | Example Command |
|---|---|
| Rank (LuckPerms) | lp user {username} parent set <group> |
| Items | give {username} diamond 64 |
| Money (Vault) | eco give {username} 10000 |
| Kit | essentials:kit <kitname> {username} |
Available Placeholders
| Placeholder | Description |
|---|---|
{username} | Player's username |
{uuid} | Player's UUID |
{price} | Package price |
{currency} | Store currency |
Store Customization
Tebex offers:
- Custom domain — Use your own domain for the store
- Theme customization — Match your server's branding
- Discount codes — Run sales and promotions
- Subscription packages — Recurring monthly ranks
- Gift cards — Let players gift purchases
⚠️ Warning: Follow Mojang's EULA when selling items. You cannot sell gameplay advantages that affect PvP fairness. Cosmetic ranks, pets, and particles are safe. Pay-to-win items risk your server being blacklisted.
💡 Tip: Tebex's free plan supports up to 3 packages. Their paid plans offer unlimited packages, custom domains, and more payment methods.
See also: LuckPerms | Monetize Your Server | EssentialsX
If you need help, join our Discord.
How is this guide?
