setup

abstract suspend fun setup()

Override this to set up and configure your plugin.

You'll want to call extension to register any extensions here, so they can be loaded and unloaded with the plugin.