FlowArg / SpigotConfigurationHelper

A lib for easily manage spigot/bukkit configurations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'
}

About

A lib for easily manage spigot/bukkit configurations.

License:Apache License 2.0


Languages

Language:Java 100.0%