BanRevoked
Gets called when the server has revoked a ban.
Start a script section
!-- OnEvent BanRevoked
-- require $evBanType *evBanDetails
# Add your instructions here
- Group: ServerEvents
- Cancellable: No
- Event data:
BanRevokedEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
$evBanType | BanType enum value | The type of ban that was revoked. |
*evBanDetails | reference to BanDetails object | The details of the ban that was revoked. |