Installation
Basic installation instructions for this script
Configure Script As Desired
Drag And Drop
SQL
CREATE TABLE IF NOT EXISTS pvp_bans (
id INT AUTO_INCREMENT PRIMARY KEY,
identifier VARCHAR(50) UNIQUE
);
Start Server
Last updated