Installation

Basic installation instructions for this script

triangle-exclamation

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

SQL

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

Start Server

Start/restart your server and enjoy!

Last updated