Whitelist Players
To allow specific players, such as staff members, to use features like noclip or godmode without triggering bans, you can whitelist them in Electron Anticheat. There are three primary methods to achieve this:
1. Automatic Whitelisting via txAdmin Permissions
Electron Anticheat automatically whitelists users with txAdmin permissions, which is sufficient for most servers. You can manage this behavior through the “Whitelist Tx” option in the settings panel.
2. Whitelisting through the ElectronAC Web Panel
By adding a user as an admin in the ElectronAC web panel and including their Discord ID, they will be automatically whitelisted.
3. Using ACE Permissions for Whitelisting
For more granular control, you can use ACE permissions:
- Whitelisting a Group:
To whitelist an entire group, add the following line to your server configuration:
add_ace group.[group_name] Bypass allow
Replace [group_name]
with the appropriate group identifier, such as mod
or admin
.
- Whitelisting an Individual Player:
To whitelist a specific player, use their Discord identifier:
add_ace identifier.discord:[discord_id] Bypass allow
Replace [discord_id]
with the player’s Discord ID.