Config = MinBanDurationForAppeal = 7, -- days RequireAdminApproval = true, MaxAppealsPerAccount = 2, WebhookURL = "https://discord.com/api/webhooks/your_id/your_token", BannedKeywords = "cheat", "aimbot", "wallhack", "DDOS", UseHardwareBan = false,
CREATE TABLE unban_appeals ( id INT AUTO_INCREMENT PRIMARY KEY, identifier VARCHAR(64) NOT NULL, original_ban_reason TEXT, appeal_text TEXT, status ENUM('pending','approved','denied') DEFAULT 'pending', created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP ); ensure vc-unban Step 5: Client Command Players use: vc unban script
Run the provided schema.sql on your MySQL/PostgreSQL: Config = MinBanDurationForAppeal = 7