Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

aivruu/XConfig

Repository files navigation

⚙️ | XConfig

XConfig is a Spigot Plugin Development library. Simple and easy to use allows you make configuration files for your Spigot/Paper and BungeeCord plugins.

Codacy Badge

🛠️ | Installation

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.

➕ | Contribute

Do you want contribute with the library?

✅ | 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