# Minecraft: Bedrock Edition

Tebex offers official plugin support for Minecraft: Bedrock Edition, including authentication via Xbox accounts. You can integrate your Bedrock server using one of the following modding platforms:

* [PocketMine](https://www.pocketmine.net/)
* [Nukkit](https://github.com/Nukkit/Nukkit)

> **Note:** Our Minecraft plugins still use the name **Buycraft** (our former brand). Any mention of "Buycraft" in logs or commands refers to the Tebex plugin.

***

#### **Step-by-Step Plugin Installation**

**1. Download the Plugin**

Visit the [**Plugins**](https://server.tebex.io/plugins) section of your Tebex Store control panel and download the appropriate plugin for your modding platform (PocketMine or Nukkit).

**2. Install the Plugin**

* Place the downloaded `.phar` or `.jar` file into your server’s `plugins` folder:\
  `/plugins` (in your Minecraft Bedrock server root directory)

**3. Start the Server**

Start or restart your server to load the plugin. Watch the server logs to confirm that the plugin loaded successfully.

**4. Link Your Server to Tebex**

In your server console, run the following command (replacing with your **secret key**, found on the [**Game Servers**](https://creator.tebex.io/game-servers) page in the Tebex control panel):

```bash
/buycraft secret YOUR_SECRET_KEY
```

**5. Verify Setup**

* In-game, type `/buycraft`.\
  If store information is displayed, your plugin is installed and configured successfully!

***

#### **Advanced Integrations**

Tebex supports additional integration options for advanced setups:

* **Webhooks**
* **RCON**
* **MySQL**

***

#### **Minecraft EULA Compliance**

✅ **Tebex is fully compliant with the Minecraft EULA.**\
We recommend reviewing [Minecraft’s EULA](https://www.minecraft.net/en-us/eula) to ensure your monetization practices remain within the guidelines.

#### **Academy Video**

{% embed url="<https://www.youtube.com/watch?v=OzQW6AwlSpU&t>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tebex.io/creators/tebex-control-panel/game-servers/minecraft-bedrock.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
