tchristofferson / Config-Updater

Used to update files for Bukkit/Spigot API
MIT License
66 stars 9 forks source link

Ignore a single field, not a section #18

Closed SkytAsul closed 1 year ago

SkytAsul commented 2 years ago

Hello, I would like to add "hidden" fields in my config file. I mean that in the "original" config, those fields do not exist, but users can add them in their own YAML file and they do not get automatically removed by ConfigUpdater. Currently, it is only possible to pass section names in the ConfigUpdater, not single fields.