[This is preliminary documentation and is subject to change.]
Lists possible ban states of players (banned, not banned, and exempt).
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)
Syntax
| C# |
public enum BanStatus
Members
| Member | Value | Description |
|---|---|---|
| NotBanned | 0 | Player is not banned. |
| IPBanExempt | 1 | Player cannot be banned or IP-banned. |
| Banned | 2 | Player is banned. |