# Installation

{% hint style="danger" %}
Resource must be named `trd_pvpban` to operate properly.
{% endhint %}

## Configure Script As Desired

> *Optional, but advised to go through the configuration and adjust to your likings.*

## Drag And Drop

> Be sure to ensure the script within your `server.cfg`

## &#x20;SQL

```
 CREATE TABLE IF NOT EXISTS pvp_bans (
    id INT AUTO_INCREMENT PRIMARY KEY,
    identifier VARCHAR(50) UNIQUE
);

```

## &#x20;Start Server

> Start/restart your server and enjoy!
