Перейти к содержимому
Mineforgian

XConfig

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

Загрузки
246
Подписчики
1
Обновлён
28 января 2023 г.
Лицензия
GPL-3.0-or-later

Опубликован 28 января 2023 г.

⚙️ | 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.

Codacy Badge

🛠️ | 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?

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

Ченджлог

1.1.4Релиз1.8.8, 1.19.3 · 28 января 2023 г.

Features

  • Reorganized library directories and renamed classes.
  • Added new method called TextUtils#containsIgnoreCase, allows check if the string given contains (without import the case sensitive) the char-sequence (String) specified.
  • Optimized TextUtils#colorize method and improved her structure.

Full Changelog: https://github.com/InitSync/XConfig/compare/1.1.3...1.1.4

Комментарии

Загружаем…