Skip to main content

BanUpdated

Gets called when the server has updated a ban.

Start a script section

!-- OnEvent BanUpdated
-- require $evBanType *evBanDetails *evOldBanDetails

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

Injected variables

VariableTypeDescription
$evBanTypeBanType enum valueThe type of ban that was updated.
*evBanDetailsreference to BanDetails objectThe new details of the ban that was updated.
*evOldBanDetailsreference to BanDetails objectThe old details of the ban that was updated.