An open API service indexing awesome lists of open source software.

https://github.com/flowarg/spigotconfigurationhelper

A lib for easily manage spigot/bukkit configurations.
https://github.com/flowarg/spigotconfigurationhelper

Last synced: 5 months ago
JSON representation

A lib for easily manage spigot/bukkit configurations.

Awesome Lists containing this project

README

          

[version]: https://img.shields.io/maven-central/v/fr.flowarg/sch/.svg?label=Download
[download]: https://search.maven.org/search?q=g:%22fr.flowarg%22%20AND%20a:%22sch%22

[ ![version][] ][download]

# SpigotConfigurationHelper

Add SCH in your dependencies :

```groovy
repositories {
mavenCentral() // SCH has migrated to MavenCentral and abandoned jcenter. Old libraries are still avaiable in jcenter repo until it is down.
}
```

```groovy
dependencies {
implementation 'fr.flowarg:sch:VERSION'
}
```