fCraft  0.638
Custom Minecraft Server
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events
SecurityController.cs File Reference

Classes

class  fCraft.SecurityController
 Controller for setting and checking per-rank permissions and per-player exceptions. Used by World.AccessSecurity, World.BuildSecurity, and Zone. More...
 
struct  fCraft.PlayerExceptions
 List of included and excluded players. More...
 

Namespaces

package  fCraft
 

Enumerations

enum  fCraft.PermissionOverride { fCraft.None, fCraft.Allow, fCraft.Deny }
 Indicates what kind of per-entity override/exception is defined in a security controller. More...
 
enum  fCraft.SecurityCheckResult { fCraft.Allowed, fCraft.RankTooLow, fCraft.WhiteListed, fCraft.BlackListed }
 Possible results of a SecurityController permission check. More...