# 7 Days To Die

Tebex supports integration with **7 Days To Die** servers via the **Oxide modding platform**. This enables automated reward delivery, monetization, and server-side purchase tracking using Tebex packages.

> **Plugin Download:**\
> Head to your [Tebex Control Panel](https://creator.tebex.io/game-servers) → **Plugins** section to download the official **7 Days To Die Oxide plugin**.

***

### Supported Modding Platform

* [**Oxide (uMod)**](https://oxidemod.org/)

***

### Installation Steps (7 Days To Die + Oxide)

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

* Locate the **7 Days To Die (Oxide)** plugin in your Tebex control panel and download it.

#### 2. **Install the Plugin**

* Place the plugin file into your Oxide plugins directory:

```plaintext
<Your7DTDServer>/oxide/plugins/
```

> ⚠️ Note: This directory may differ from other plugin folders depending on your modloader.

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

* Start your server (or reload Oxide if the server is already running).
* Oxide will create a new configuration file on first load:

```plaintext
oxide/config/TebexOxide.json
```

***

#### 4. **Set Your Tebex Secret Key**

* Open the generated `TebexOxide.json` file.
* Add your **secret key**, which you can find in the **Game Servers** section of your Tebex control panel.

Example:

```json
jsonCopyEdit{
  "Secret": "your-secret-key-here"
}
```

> Save the file after editing, then **restart the server** to apply the configuration.

***

### Verification

If setup was successful, the plugin will confirm connection to your Tebex store in the server console logs.

> 📌 Note:\
> `7 Days To Die` **does not currently support in-console Tebex commands** such as `tebex:secret` or `tebex:info`. All configuration must be done through the JSON file.

***

### Advanced Integration Options

You can further extend your server capabilities with:

* **Webhooks** – Trigger custom scripts or external notifications on purchases.
* **RCON** – Execute server commands remotely when a transaction occurs.
* **MySQL** – Connect your transaction data to external systems or dashboards.
