# Hurtworld

## **Integrating Tebex with Your Hurtworld Server**

Tebex supports official integration with **Hurtworld** using the **Oxide modding platform**, enabling automated monetization through in-game rewards and webstore commands.

> **Download the Plugin**\
> Head to your [**Tebex Control Panel → Plugins**](https://server.tebex.io/plugins) section to download the official **Hurtworld (Oxide)** plugin.

***

### Step-by-Step Installation (Oxide)

#### 1. **Download the Tebex Plugin**

* Download the **Tebex Hurtworld Plugin** from your [Tebex Control Panel](https://creator.tebex.io/game-servers) under the **Plugins** tab.

#### 2. **Place the Plugin File**

* Copy the downloaded plugin file to your server’s **Oxide plugins directory**:

```plaintext
<HurtworldServerPath>/oxide/plugins/
```

> ⚠️ *Note:* This is different from the main plugins directory.

#### 3. **Start or Reload the Plugin**

* If your server is already running, **Oxide will attempt to auto-load** the plugin.
* If not, you can manually reload it via the server console:

```plaintext
oxide.reload Tebex
```

#### 4. **Link Your Tebex Store**

* In your console, enter the following command:

```plaintext
rcon tebex:secret your-secret-key
```

> You’ll find your **secret key** under **Game Servers → Edit** in your Tebex control panel.

***

### Verify Installation

Once linked, you should receive a success message in your server console.

To confirm the plugin is functioning correctly, run:

```plaintext
tebex:info
```

This will return configuration details and a list of available plugin commands.

***

### Advanced Integration Options

Tebex supports additional methods for more complex setups or cross-platform integration:

* **Webhooks** – Automate reward delivery or analytics
* **RCON** – Remote console interaction
* **MySQL** – Connect your webstore data to other backend services


---

# 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/hurtworld.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.
