ArctLib, the Kotlin library for SpigotMC.
The project is split into three different modules:
ArctLib is the main module of the project and contains all library features.
ArctCore is a minimalistic plugin that bundles ArctLib (and its dependencies) to be loaded as a core plugin. This ensures that plugins that depend on ArctLib can be run without shading the library.
TestPlugin is the plugin used to test ArctLib features. TestPlugin depends on ArctCore.
Contributing details can be found at CONTRIBUTING.md
License can be found at LICENSE