An additional pack of serializers / transformers for okaeri-configs library to support most of the functionality offered by Bukkit.
The most important step is to build final artifact and publish it into
maven's cache, by use of mvn clean install
command.
repositories {
mavenLocal()
}
dependencies {
implementation("moe.rafal:okaeri-configs-serdes-bukkit:1.1-SNAPSHOT")
}