👑 Permissions
If you want certain players (like staff or devs) to bypass detections or use special commands, you’ll need to assign them Ace Permissions through your server.cfg
. It’s super easy, and super important 💻🌸
PrettyPacketAC uses two ace groups to give your trusted players exactly what they need and nothing they don’t 🛡️✨
🎀 Available Permissions
PrettyPacketAC.Bypass
🛑 Disables all detections for that player. No bans, no kicks, no checks.
PrettyPacketAC.Admin
👑 Includes Bypass + access to admin commands (like unbanning, logs).
💡
Admin
includesBypass
— so no need to give both!
📝 How to Add Ace Permissions
In your server.cfg
, add the following lines under your player’s identifiers:
add_ace identifier.steam:11000010ABCDEF PrettyPacketAC.Admin allow
add_ace identifier.discord:123456789012345678 PrettyPacketAC.Bypass allow
You can use Steam, Discord, or license identifiers — whatever your preference is 💅
💖 Example Setup:
# Add admin access to your main dev (full access)
add_ace identifier.steam:11000010ABCDEF PrettyPacketAC.Admin allow
# Add bypass only to your staff (no commands)
add_ace identifier.discord:123456789012345678 PrettyPacketAC.Bypass allow
🧸 Common Use Cases
Give Admin to trusted staff so they can use anti-cheat tools 🔧
Give Bypass to staff so they don’t trip detections while coding 🖥️
Avoid giving these permissions to too many users — keep it ✨exclusive✨ for safety
💬 Not Sure Who Should Get What?
No worries! You can always ask us for advice based on your server setup. We’re happy to help you find the right balance between protection and access 💕
And just like that, your staff is ready to slay — without tripping the alarms 💁♀️
Last updated