Описание
# MineConf
MineConf is a powerful configuration library for Minecraft Fabric mods, providing a simple and intuitive API along with
a user-friendly graphical interface to help mod developers easily manage and maintain configuration files.
## 🎮 Command-Line Interface
MineConf provides a complete command-line interface for viewing and modifying configurations:
| Command | Description |
|-----------------------------------------------------|---------------------------------------------------------------------|
| `/mineconf screen` | Open the configuration interface for all mods(Required [fabric-gui-imgui](https://modrinth.com/mod/fabric-gui-imgui)) |
| `/mineconf screen ` | Open the configuration interface for a specific mod(Required [fabric-gui-imgui](https://modrinth.com/mod/fabric-gui-imgui)) |
| `/mineconf get ` | Get a configuration basic info |
| `/mineconf get value` | Get a configuration value info |
| `/mineconf set ` | Set a value for literal type configurations |
| `/mineconf append ` | Append an element to a collection type configuration |
| `/mineconf append ` | Append a key-value pair to a multimap type configuration |
| `/mineconf remove ` | Remove an element from a collection type configuration |
| `/mineconf remove ` | Remove a key from a multimap type configuration |
| `/mineconf remove ` | Remove a specific key-value pair from a multimap type configuration |