Minecraft: Java Edition

Tebex Store supports direct integration with your Minecraft: Java Edition server via our official plugins. Our Minecraft: Java Edition plugins officially support the following modding and server platforms:

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 were previously called Buycraft - this is our old brand name. Any Buycraft plugins are not supported and should not be used.

A note on forks: Be aware that we can only guarantee compatibility on the server platforms listed above. If you use an alternative Minecraft server platform with the capability of loading plugins, we cannot guarantee complete functionality.

Bukkit/Spigot Installation

  1. Download the Bukkit/Spigot plugin from the plugins section of the Tebex Store control panel.

  2. Place the .jar file into the /plugins folder which is located in the root directory of your Minecraft server.

  3. Start (Or restart) your Minecraft Server running Bukkit/Spigot.

  4. Check the server logs to ensure the plugin is running properly.

  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):

/tebex 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!

Fabric Installation

  1. Download the Fabric plugin from the plugins section of the Tebex Store control panel.

  2. Place the .jar file into the /mods folder which is located in the root directory of your Minecraft Server.

  3. Start (Or restart) your Minecraft Server running Sponge.

  4. Check the server logs to ensure the plugin is running properly.

  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):

/tebex secret (Your Secret Key)

Once you have executed the above command type the command /tebex info in game and you should see the information related to your store. You're ready to go!

Sponge Installation

Be aware that Sponge is currently only supported by our legacy BuycraftX plugin.

  1. Download the Sponge plugin from the plugins section of the Tebex Store control panel.

  2. Place the .jar file into the /plugins folder which is located in the root directory of your Minecraft Server.

  3. Start (Or restart) your Minecraft Server running Sponge.

  4. Check the server logs to ensure the plugin is running properly.

  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):

/tebex secret (Your Secret Key)

Once you have executed the above command type the command /tebex info in game and you should see the information related to your store. You're ready to go!

BungeeCord Installaton

  1. Download the BungeeCord plugin from the plugins section of the Tebex Store control panel.

  2. Place the .jar file into the /plugins folder which is located in the root directory of your BungeeCord Server.

  3. Start (Or restart) your BungeeCord Server.

  4. Check the server logs to ensure the plugin is running properly.

  5. Configure the plugin for proxy mode. In /plugins/Tebex/config.yml, scroll to the bottom of the file to locate Proxy Mode. Ensure this is set to true as shown:

server:
  # Proxy Mode
  # If you are using BungeeCord/Velocity, set this to true.
  proxy: false
  1. Restart your server to reload your configuration.

  2. 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):

/tebex secret (Your Secret Key)

Once you have executed the above command, enter the command /tebex info into the BungeeCord console to verify you have competed the setup process.

Velocity Installaton

  1. Download the Velocity plugin from the plugins section of the Tebex Store control panel.

  2. Place the .jar file into the /plugins folder which is located in the root directory of your Velocity Server.

  3. Start (Or restart) your Velocity Server.

  4. Check the server logs to ensure the plugin is running properly.

  5. Configure the plugin for proxy mode. In /plugins/Tebex/config.yml, scroll to the bottom of the file to locate Proxy Mode. Ensure this is set to true as shown:

server:
  # Proxy Mode
  # If you are using BungeeCord/Velocity, set this to true.
  proxy: false
  1. Restart your server to reload your configuration.

  2. 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):

/tebex secret (Your Secret Key)

Once you have executed the above command, enter the command /tebex info into the Velocity 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.

I'm Running A Geyser Minecraft Server

Geyser allows users from Minecraft Bedrock Edition to connect to a Java Edition server. Your webstore in this case must be created with the game type Minecraft: Offline.

With Geyser, your server can operate in online mode, but this will cause issues when attempting to apply purchased packages to Bedrock players because their username may fail to be verified. In this case, set proxy: true in the config.yml for Tebex to skip username verification.

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.

Last updated