Reloading config wipes all user added comments
Make it so that comments left in the config are ignored when the plugin loads. For example, I translated some original comments into native language via neural network for convenience, but after reloading everything is reset. Also reset my comments if I left them. For example, I want to comment out an old value in some parameter so I can go back to it, but I can't do that because the plugin will update everything after the server reboot.
Translated with DeepL.com (free version)
This happens because AEF technically rebuilds the config on load/reload.
The whole reason for doing it that way is because it simplifies the process of updating everything in the config (info comments change / get updated with better info, config sections get optimized/changed). However, I agree it is not an optimal solution.
Will get looked into but lower prio for now