
Command Config Lib
Lightweight configuration library based on commands.
Advantages of Using Commands
Commands are rarely affected by Minecraft updates, ensuring this library's compatibility with most game versions, including snapshots. Here are the main use cases:
- Quick in-game configuration without needing to open additional interfaces
- Server-side configuration - for server mods, graphical interface functionality is limited, making commands the optimal solution
- Support for mods in test versions - most other libraries focus on stable releases, while this one is designed for easy porting
- Multi-version mods - other solutions may be unavailable for older versions or have different APIs
It's important to note that this library is not intended to replace standard graphical configuration interfaces, but rather provides a reliable alternative.
How to Get Started
Check out the documentation on the developer's official website.