Config

Config

38 Downloads

What is Config?

Version: 1.19
Config is a Bukkit library used for managing configuration files.

How to use

Config works by populating a JavaBean with values from a configuration file. - Use Config.load(Class<? extends Config> type, File path, Formatter format, SafeSupplier<String> defaultResource) to populate a JavaBean. - Once the JavaBean is populated, you can use javaBean.save() to save its current state to the configuration file.

Feature Requests

Create an issue on our GitHub page to request features, or make a pull request.