Skip to content

A Minecraft Fabric server-side modding library to ease in the creation of file based configurations for server-side mods.

License

Notifications You must be signed in to change notification settings

ArkoSammy12/Monkey-Config

Repository files navigation

Monkey-Config

A Minecraft Fabric server-side modding library to ease in the creation of file based configurations for server-side mods

Features

  • 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.

Guide

Work in progress.

Support

If you would like to report a bug, or make a suggestion, you can do so via the mod's issue tracker.

Building

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".

Credits

About

A Minecraft Fabric server-side modding library to ease in the creation of file based configurations for server-side mods.

Resources

License

Stars

Watchers

Forks

Packages

No packages published