Skip to main content

BanIssued

Gets called when the server has issued a ban.

Start a script section

!-- OnEvent BanIssued
-- require $evBanType *evBanDetails

# Add your instructions here
  • Group: ServerEvents
  • Cancellable: No
  • Event data: BanIssuedEventArgs

Injected variables

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