AnarchyExploitFixes icon indicating copy to clipboard operation
AnarchyExploitFixes copied to clipboard

Reloading config wipes all user added comments

Open Dangles opened this issue 1 year ago • 1 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)

Dangles avatar Feb 04 '25 15:02 Dangles

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

xGinko avatar Mar 17 '25 09:03 xGinko