Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1001 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 1001 Bytes

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