# 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
