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

Possible player operation exception codes.

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

Syntax

   
 C# 
public enum PlayerOpExceptionCode

Members

MemberValueDescription
Other0
Other/unknown/unexpected error.
CannotTargetSelf1
Player cannot execute this operation on himself/herself.
NoActionNeeded2
Operation is not needed (e.g. target is already in the desired state).
ReasonRequired3
Server configuration requires a reason to be given to complete this operation.
PermissionMissing4
A permission needed to execute this operation is missing.
PermissionLimitTooLow5
All needed permissions are present, but rank limit is not high enough.
TargetIsExempt6
Target cannot be affected by this operation.
MustBeInAWorld7
Player must have a world to execute this operation.
Cancelled8
Operation was cancelled by an event callback (e.g. by a mod or a plugin).
InvalidIP9
Cannot ban IPAddress.Any or IPAddress.All.

See Also