VoidPlugin
This plugin is really a library for my other plugins.
All it does now is add the Kotlin standard library (v1.3.41), Moshi for JSON (de)serialization and Exposed for Database access. All of my other plugins depend on this one to make sure that I don't have to ship dependencies multiple times.
You can find the source code for all of my plugins here!