
Monkey Config
A library for server-side Minecraft mods on the Fabric platform that simplifies working with file-based configurations. Developers can easily create and manage settings for their mods through a convenient API.
Main Features
The library provides a wrapper for the popular Night Config library by Electronwill, allowing the use of various configuration file formats: TOML, JSON, and HOCON. Also available is an API for automatic registration of commands to edit settings directly in the game.
Technical Features
Monkey Config is focused exclusively on server-side mods and offers a simple way to organize configurations without the need to write complex code. Developers can quickly integrate the settings system into their projects.