❌ Blacklisted Explosions
Time to take out the trash, babe 💅💥 This section is all about blocking unwanted explosions that cheaters love to spam to ruin everyone's fun. PrettyPacketAC comes fully equipped with advanced explosion protections to keep your server pop-free unless it's meant to be! 🎆✨
🔧 Configuration Overview
Here’s what you can control from the config:
PrettyPacketAC.BlacklistedExplosion = {
enabled = false,
action = "WARN",
explosion_limit = 5, -- How many explosions a player can create before triggering the action
explosion_reset = 30, -- How often to reset the explosion count (in seconds)
anti_silent = false, -- Detects "silent" explosions (no sound effect)
anti_invis = false, -- Detects "invisible" explosions (no visual effect)
anti_booster = false, -- Detects explosions with boosted damage values
}
📚 How It Works
Blacklist Control: A full dictionary of explosion types is provided! Simply comment or uncomment the ones you want to block (super easy 👩💻).
Explosion Limit: If a player causes more than
explosion_limit
within the reset window (explosion_reset
), they’ll get flagged.Advanced Checks:
anti_silent
will block explosions that don’t make noise (sneaky cheater move!).anti_invis
stops explosions that can't be seen—yes, some cheats do that 🙄.anti_booster
checks for explosions that do unnatural damage values.
💡 Pro Tips
💗 Friendly Reminder: You can use
WARN
while testing to review logs and fine-tune your choices before switching toKICK
orBAN
.
You're in control of the chaos now 💣✨ Let’s keep it cute and secure, queen 👑
Last updated