BanIssuing
Gets called when the server is issuing a ban.
Start a script section
!-- OnEvent BanIssuing
-- require $evIsAllowed $evBanType *evBanDetails
# Add your instructions here
- Group: ServerEvents
- Cancellable: Yes
- Event data:
BanIssuingEventArgs
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 issued. |
*evBanDetails | reference to BanDetails object | The details of the ban that is being issued. |