Exports
Use Electron AC from your scripts
Temporarily whitelisting players
source: number
The network Id of the player you wish to (un)whitelist
module: string
An anticheat module, for example: antiTeleport, antiNoclip, antiVehicle
Punishing players
source: number
The network Id of the player you wish to punish
reason: string
An arbitrary string containing a reason to appear in logs and the dashboard
details: string
Arbitrary string containing extra details
overrideWhitelist: boolean
If this value is set to true, even whitelisted players will get effected when triggering this event
Events
source: number
The network Id of the player you wish to punish
reason: string
An arbitrary string containing a reason to appear in logs and the dashboard
details: string
Arbitrary string containing extra details
automatic: boolean
True when a players has been banned autonomously, false when player has been banned by an export, or someone using the panel.
Last updated