Config

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.


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    635878
  • Created
    Jun 21, 2022
  • Last Released File
    Jun 25, 2022
  • Total Downloads
    323
  • License

Categories

Members

Recent Files