XConfig is a Spigot Plugin Development library. Simple and easy to use allows you make configuration files for your Spigot/Paper and BungeeCord plugins.
XConfig installation is very easy, you can import the library using a dependency manager such as Maven or Gradle. Or just add the jar to BuildPath of your project.
To get the jar, either download it from GitHub or Spigot. Or just Build it locally
You can see examples about how to import the library at the Wiki.
Do you want contribute with the library?
If you want build the project locally, download it, you must be had Gradle and Java 8+ for this.
Now for build the project
git clone https://github.com/InitSync/XConfig
cd XConfig
./gradlew shadowJar
The files will be at the XConfig/bin
folder.
This project is licensed under the GNU General Public License v3.0 license, for more details see the file License