Class Permissions
Handles all plugin-related permissions, for executing commands, doing actions and so on.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Exiled.Permissions
Assembly: Exiled.Permissions.dll
Syntax
public sealed class Permissions : Plugin<Config>, IPlugin<Config>, IComparable<IPlugin<IConfig>>
Properties
| Improve this Doc View SourceInstance
Gets the permissions instance.
Declaration
public static Permissions Instance { get; }
Property Value
Type | Description |
---|---|
Permissions |
Methods
| Improve this Doc View SourceOnDisabled()
Declaration
public override void OnDisabled()
Overrides
Exiled.API.Features.Plugin<Exiled.Permissions.Config>.OnDisabled()
|
Improve this Doc
View Source
OnEnabled()
Declaration
public override void OnEnabled()
Overrides
Exiled.API.Features.Plugin<Exiled.Permissions.Config>.OnEnabled()
Implements
System.IComparable<T>