Table of Contents

Enum PluginPriority

Namespace
Exiled.API.Enums
Assembly
Exiled.API.dll

Provides simple and readable plugin priority values.

public enum PluginPriority
Extension Methods

Fields

Default = 0

Medium plugin priority.

Last = -2147483648

Execute the plugin last, after other ones.

Lowest = -2147483648

Execute the plugin last, after other ones.

Lower = -500

Default plugin priority.

Low = -250

Low plugin priority.

Medium = 0

Medium plugin priority.

High = 250

Higher plugin priority.

Higher = 500

Higher plugin priority.

Highest = 2147483647

Execute the plugin first, before other ones.

First = 2147483647

Execute the plugin first, before other ones.

See Also