Provide a more user friendly configuration screen and file
natanfudge opened this issue ยท 3 comments
Desired features:
- comments
- ingame GUI
- Automatically add new config options when they are added in updates
- (optional) better format than json e.g. toml
Cloth Config's AutoConfig perhaps? Simple to use, lib itself is widely used so no need to bundle anything.
Doesn't "automatically" add options, but they are just some variables defined in a class, so the syntax is easy. And it still uses JSON, not sure why you think TOML would be better.