/SpigotConfigurationHelper

A lib for easily manage spigot/bukkit configurations.

Primary LanguageJavaApache License 2.0Apache-2.0

version

SpigotConfigurationHelper

Add SCH in your dependencies :

repositories {
    mavenCentral() // SCH has migrated to MavenCentral and abandoned jcenter. Old libraries are still avaiable in jcenter repo until it is down.
}
dependencies {
    implementation 'fr.flowarg:sch:VERSION'
}