[This is preliminary documentation and is subject to change.]

Lists possible ban states of players (banned, not banned, and exempt).

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.2 (0.6.3.2)

Syntax

   
 C# 
public enum BanStatus

Members

MemberValueDescription
NotBanned0
Player is not banned.
IPBanExempt1
Player cannot be banned or IP-banned.
Banned2
Player is banned.

See Also