start

open override fun start()

This method is called by the application when the plugin is started. See PluginManager.startPlugin.

If you intend on overwriting this method, make sure to call super.start() first.

Author

Griefed

Throws

PluginRuntimeException

if something goes wrong.