Infinituum17 / FastConfigAPI

A mod API used to create configs in Minecraft
MIT License
1 stars 0 forks source link


Buy Me a Coffee at ko-fi.com

Fast Config API

A lightweight API to manage your Configs easily.

Click here to see the wiki.

Features

Load, manage and delete your config directly at runtime.

Loading a Config

Fast Config API uses classes with default field values to write default configs and to read changed ones.

Create a Java class and declare your config's fields as class fields. Then through the FastConfig class you can access your config directly at runtime, reload it, edit it and delete it.

Wiki

To see the list of all features and how to set up everything properly, visit the wiki.