XConfig

A simple and lightweight library to create and handle configuration files.

223

Quick challenge

How far can you run before the mobs catch you?

XConfig

⚙️ | XConfig

XConfig is a simple library Free and Open-Source that allows create multiple files rapidly and do some action with that files as the developer want, or simply get values from the files. The library has a good code-quality, you can see the library code and contribute to it.

You can create various configuration files, by the moment the library only has support for YAML files.

Features: * Support for Bukkit and BungeeCord platforms. * Make multiple files easy. * Control about the files. * Get multiple values from files. * Write values into the files. * Reload or save the files. * Colorize the texts with normal colors and HEX colors.

🛠️ | Installation

XTools 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.

➕ | Contribute

Do you want contribute with the library?

* Make a Pull Request * Issues

✅ | Build

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.

🎫 | License

This project is licensed under the GNU General Public License v3.0 license, for more details see the file License

ADS