QuiltMC / quilt-config

Quilt Config (aka "haven king's metadata of madness") is a library designed to facilitate the creation and management of config files.
Apache License 2.0
21 stars 8 forks source link

Add metadata to indicate a config should be hidden from automatic config screens #32

Open anonymous123-code opened 7 months ago

anonymous123-code commented 7 months ago

Add a @Hidden annotation to indicate that a certain config, section or option should be hidden in config screens. This allows devs who don't want advanced config settings or similar to be easily edited in GUI to hide them. A (by default false) parameter hidden which hides the config from Configs.getAll() might also be a good idea.