🚔 Vehicle Blacklist

Keep your server clean from abused, modded, or weaponized vehicles! 💥✨ PrettyPacketAC’s Vehicle Blacklist system gives you full control over what’s allowed on the roads — and what gets yeeted back into the void 😌💨

🔧 How It Works:

This system uses two detection methods to identify and remove blacklisted vehicles. Both methods can be used together for stronger protection.

PrettyPacketAC.BlacklistVehicle = {
    enabled = false,
    method_1 = {
        enabled = false,
        action = "WARN", -- Recommended: WARN or KICK 💡
    },
    method_2 = {
        enabled = false,
        action = "WARN", -- Recommended: WARN or KICK 💡
    },
}

🚨 Warning: Both methods delete the blacklisted vehicle, even on a WARN. While we've had no false bans in testing, due to how detections work, we strongly suggest keeping the action at WARN or KICK.

🧠 Populating the Blacklist

You’ll need to manually populate the list of vehicles you want to block. We’ve already included some commonly abused and menu-spawned vehicles:

luaCopyEditPrettyPacketAC.BlacklistedVehicles = {
    [`adder`] = true,     -- Supercar often spammed by menus
    [`airbus`] = true,    -- Large vehicle used for trolling
    -- Add more here 💖
}

💡 Pro Tip: Include things like weaponized, military, or unobtainable online-only vehicles that shouldn’t be appearing in normal gameplay. Examples: rhino, hydra, oppressor, toreador.

✨ Say goodbye to car chaos and keep your world immersive and fun without tanks flying down Legion Square 💅🚫🛻

Last updated