Skip to content
forked from Exlll/ConfigLib

A Minecraft library for saving, loading, updating, and commenting YAML configuration files

License

Notifications You must be signed in to change notification settings

tomwmth/ConfigLib

 
 

Repository files navigation

ConfigLib

This is a fork of Exlll's ConfigLib that reintroduces Java 8 compatibility. Feature parity is not guaranteed, especially in the case of modern language features such as records.

For a proper README including important information and examples, please see the upstream repository.

Builds are published to the lib.alpn.cloud repository. The project can be added as a dependency like so:

repositories {
    maven("https://lib.alpn.cloud/alpine-public/")
}

dependencies {
    implementation("dev.tomwmth:configlib-spigot:4.5.0")
}

About

A Minecraft library for saving, loading, updating, and commenting YAML configuration files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%