T
T
Tebex Store
Search
⌃K

Minecraft: Java Edition

Tebex Store supports direct integration with your Minecraft: Java Edition server via our official plugins. Our Minecraft: Java Edition plugins support the following modding and server platforms:
  1. 1.
    Bukkit
  2. 2.
    Spigot
  3. 3.
    Sponge
  4. 4.
You can download the plugin specific to the modding software you are using by going to the Plugin section of the control panel.
Our Minecraft Plugins are called Buycraft - this is our old brand name. Any mention of the word Buycraft in your server logs actually means the Tebex Plugin.​

Bukkit/Spigot Installation

  1. 1.
    Download the Bukkit/Spigot plugin from the plugins section of the Tebex Store control panel.
  2. 2.
    Place the .jar file into the /plugins folder which is located in the root directory of your Minecraft server.
  3. 3.
    Start (Or restart) your Minecraft Server running Bukkit/Spigot.
  4. 4.
    Check the server logs to ensure the plugin is running properly.
  5. 5.
    Type the following command in the console (Replace the secret key with your secret key found in the servers section of the control panel. Click edit on your server to find the secret key):
/buycraft secret (Your Secret Key)
​ Once you have executed the above command, type the command /buycraft in game and you should see the information related to your store. You're all set!

Sponge Installation

  1. 1.
    Download the Sponge plugin from the plugins section of the Tebex Store control panel.
  2. 2.
    Place the .jar file into the /mods folder which is located in the root directory of your Minecraft Server.
  3. 3.
    Start (Or restart) your Minecraft Server running Sponge.
  4. 4.
    Check the server logs to ensure the plugin is running properly.
  5. 5.
    Type the following command in the console (Replace the secret key with your secret key found on the servers section of the control panel. Click edit on your server to find the secret key):
/buycraft secret (Your Secret Key)
Once you have executed the above command type the command /buycraft in game and you should see the information related to your store. You're ready to go!

Bungeecord Installaton

  1. 1.
    Download the Bungeecord plugin from the plugins section of the Tebex Store control panel.
  2. 2.
    Place the .jar file into the /plugins folder which is located in the root directory of your Bungeecord Server.
  3. 3.
    Start (Or restart) your Bungeecord Server.
  4. 4.
    Check the server logs to ensure the plugin is running properly.
  5. 5.
    Type the following command in the console (Replace the secret key with your secret key found on the servers section of the control panel. Click edit on your server to find the secret key):
/buycraft secret (Your Secret Key)
Once you have executed the above command, enter the command /buycraft into the Bungeecord console to verify you have competed the setup process.

I'm Running An Offline Minecraft Server

If you are running an offline Minecraft server the above installation steps will still work as expected, you just need to ensure that when you created your webstore you selected the game type of Minecraft: Offline. When this game type is selected we won't verify if the Minecraft username actually exists when someone attempts to login to your webstore.

Webhooks / RCON / MySQL Integration

You can also integrate your game server or website using our MySQL, RCON or Webhook integrations.

The Minecraft EULA

Using Tebex Store is perfectly fine even with the Minecraft EULA in force. We recommend reading the Minecraft EULA for more information about how to stay in compliance.

How To Setup In Game Buy Now Signs

If you'd like to let your players click a sign in game to be taken to the webstore to purchase a package, first place a sign and then enter the following text on the first line:
1: [buycraft_buy]
2:
3:
4:
​ A popup will appear once you close the sign allowing you to select which package the player will be directed to on your webstore upon clicking the sign.

How To Setup Recent Purchase Signs

To create a Recent Purchase sign that displays a recent purchase on your webstore, you'll need to create a sign and type the following:
1: [buycraft_rp]
2: 1
3:
4:
The second line accepts a payment ordinal between 1 and 100, where 1 is the most recent payment.
You can place a player head above the sign before creating it to display the corresponding player's head, as shown below.

How To Manage Coupons In Game

Creating a Coupon

To create a coupon in game please use the following syntax. Please note that the coupon code will be automatically generated upon creation.
/tebex coupon create [percentage|value] <amount>
The <amount> argument represents a percentage or a fixed value discount depending on the preceding argument.

Additional Arguments

You may also pass additional arguments as required.
/tebex coupon create [percentage|value] <amount> [expires|limit] <expiry>
The <expiry> argument represents the number of times the coupon can be used if the previous argument is "limit". Otherwise if the preceding argument is "expires", <expiry> should be a time period in the format 2w3d1h42m (which represents 2 weeks, 3 days, 1 hour and 42 minutes).
/tebex coupon create [percentage|value] <amount> user_limit <limit>
The user_limit argument allows you to limit the number of times any one player can apply the coupon.
/tebex coupon create [percentage|value] <amount> min_value <minimum>
To only allow the coupon to be redeemed on baskets above a certain value, please use the min_value argument.

Example

This example will discount your basket price by $/£/€10.10, can only be redeemed 100 times overall, will not let the basket price go below $/£/€5 and will only allow players to purchase using this coupon once.
/tebex coupon create value 10.10 limit 100 min_value 5 user_limit 1

Deleting a Coupon

Please use the following syntax to delete a coupon by its code.
/tebex coupon delete <code>

Minecraft Java Server Video Guide

You can watch Ted set up a Minecraft Java server step by step in this video. If you follow his steps you should have a server up and running in just a few minutes!