
XConfig
XConfig is a versatile open-source library that greatly simplifies working with configuration files. This tool provides developers with everything needed to quickly create and effectively manage various settings in projects.
Key library features:
- Compatibility with popular Bukkit and BungeeCord platforms
- Intuitive system for managing multiple files simultaneously
- Capability to read and save values in configuration files
- Easy reloading and saving parameters in real-time
- Advanced text color formatting system with HEX code support
- Working with YAML configuration format
- High code quality and possibility for custom improvements
Several installation options are available for the library:
- Using dependency management systems Maven or Gradle
- Directly adding JAR file via BuildPath
- Building the project independently through GitHub releases
Process of building the project from source code:
git clone https://github.com/InitSync/XConfig
cd XConfig
./gradlew shadowJar
Built files will be available in the XConfig/bin
folder.
Source code and license:
The project is developed by the community: anyone can suggest improvements through Pull Request or report bugs. The library is distributed under the GNU General Public License v3.0, ensuring complete transparency and freedom of use.