🚫 Blacklisted Objects
Some props and objects in FiveM are notorious for causing chaos from griefing and trolling to full server crashes. This detection is built to stop them before they even appear. 🔒
🧰 How it works:
When enabled, this system will check every object before it’s created, and if it matches a known blacklisted object hash, it gets blocked instantly. This means the object never reaches the game world no lag, no crash, no mess.
⚙️ Configuration
PrettyPacketAC.BlacklistedObjects = {
enabled = false,
action = "WARN", -- WARN, KICK, BAN
}
enabled
: Set this totrue
to activate detection.action
: Choose how to respond when a blacklisted object is blocked."WARN"
: Logs the attempt (recommended for testing)."KICK"
or"BAN"
: Escalate response for known cheaters.
📦 Object List
You’ll need to maintain a list of blacklisted object hashes. We’ve included a starting list of common crash props and abuse objects — feel free to expand it based on what you see in your server.
🔔 Reminder: Blocking props too aggressively may interfere with some legitimate scripts. Test first in a dev environment and fine-tune your blacklist accordingly!
Let’s keep those trolls out 💪
Last updated