Enum PluginPriority
Provides simple and readable plugin priority values.
Namespace: Exiled.API.Enums
Assembly: Exiled.API.dll
Syntax
public enum PluginPriority
Fields
Name | Description |
---|---|
Default | |
First | Execute the plugin first, before other ones. |
High | Higher plugin priority. |
Higher | Higher plugin priority. |
Highest | |
Last | Execute the plugin last, after other ones. |
Low | Low plugin priority. |
Lower | Default plugin priority. |
Lowest | |
Medium | Medium plugin priority. |