stop

open override fun stop()

This method is called by the application when the plugin is stopped. See PluginManager.stopPlugin.

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

Author

Griefed

Throws

PluginRuntimeException

if something goes wrong.