💖 Anti Superjump
PrettyPacketAC includes an Anti Superjump Detection system that helps to prevent players from using cheats to perform super jumps. This system is designed to reliably detect and stop players from exploiting the superjump cheat.
🛠️ Configuration Overview
In your config.lua
file, you can configure the Anti Superjump detection like this:
PrettyPacketAC.AntiSuperjump = {
enabled = false,
action = "WARN"
}
🔧 Available Actions
"WARN": Logs the detection but doesn’t take action.
"KICK": Kicks the player from the server if a superjump is detected.
"BAN": Bans the player from the server on detection.
💡 Pro Tip:
Test thoroughly: While the Anti Superjump detection is designed to be reliable, testing in a controlled environment is always recommended to ensure that legitimate players are not falsely flagged. If you have custom scripts or actions that may involve jumping or player movement, consider adding bypasses to avoid conflicts.
Last updated