Skip to main content

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

VariableTypeDescription
$evBanTypeBanType enum valueThe type of ban that was revoked.
*evBanDetailsreference to BanDetails objectThe details of the ban that was revoked.