Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.
iRebbok edited this page Jul 22, 2019 · 6 revisions

Description

Called when a player is banned

Handler

IEventHandlerBan

Inputs/Outputs

The player who is banned

The admin who bans the player

The object can be null if the event is not raised from the player, but from a plugin or console

  • int Duration { get; set; }

The duration of the ban

  • string Reason { get; set; }

The reason of the ban

  • string Result { get; set; }

The result of the ban

  • bool allowBan { get; set; }

Was the ban allowed?

Examples

Need to be added

Server Guides

API Documents

Clone this wiki locally