IPlugin
Methods
Name
Parameters
Return
Description
PostLoad
void
Method that is invoked after all plugins have been loaded
Shutdown
void
Method that is invoked when the server gets shutdown (SIGTERM
)
Variables
Name
Type
Description
Author
string
Author of the plugin
Name
string
Name of the plugin
Version
System.Version
Version of the plugin, consisting of (int major, int minor, int build, int revision)
Last updated