A Minecraft Fabric server-side modding library to ease in the creation of file based configurations for server-side mods
- A wrapper API for Electronwill's Night Config library.
- Currently supports the toml, json and hocon formats for creating config files.
- An API for easily and automatically registering commands to edit the configuration settings.
Work in progress.
If you would like to report a bug, or make a suggestion, you can do so via the mod's issue tracker.
Clone this repository on your PC, then open your command line prompt on the main directory of the mod, and run the command: gradlew build
. Once the build is successful, you can find the mod under /monkey-config/build/libs
. Use the .jar file without the "sources"
.
- Thanks to dicedpixels for the mod's icon.