BanRevoking
Gets called when the server is revoking a ban.
Start a script section
!-- OnEvent BanRevoking
-- require $evIsAllowed $evBanType *evBanDetails
# Add your instructions here
- Group: ServerEvents
- Cancellable: Yes
- Event data:
BanRevokingEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
$evIsAllowed | bool value | Whether the event is allowed to run. |
$evBanType | BanType enum value | The type of ban that is being revoked. |
*evBanDetails | reference to BanDetails object | The details of the ban that is being revoked. |