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.
- Host: GitHub
- URL: https://github.com/flowarg/spigotconfigurationhelper
- Owner: FlowArg
- License: apache-2.0
- Created: 2020-03-08T09:23:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-10T10:10:11.000Z (about 5 years ago)
- Last Synced: 2025-03-17T07:47:39.807Z (12 months ago)
- Language: Java
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
}
```