
Editing Inventorysorter-server config and restarting server resets the config file
Closed this issue ยท 2 comments
Inventory Sorter Version
24.0.20
NeoForge Version
21.1.188
Describe the issue
Attempting to add Curios slots and Hexerei Coffer to blacklist fails due to config file resetting every time a change is made to it, creating backup toml.bak files and creating a fresh empty config file
Steps to reproduce
- Shut down server
- Edit inventorysorter-server.toml config file
- Restart server
- Check config file and see it it reset, and an additional .bak file has been added to config folder.



Log files
Debug Log: https://gist.github.com/KajesLorian/594236683b94dcc30ea4c55d65951a76
Latest Log: https://gist.github.com/KajesLorian/fc40ab802b0d02ea004bc03b3920ec78
Additional information
Attempting to solve #197 for my own server and ran into this. I'm not sure if this is an Inventory Sorter issue, a Neoforge Issue, or an MC Server Soft (my wrapper of choice) issue.
(Also, if I'm not inputting the fix into the config file correctly, please let me know)
You're not wrapping your string in quotes? When doing containerBlacklist = [thing]
you need to do containerblacklist = ["thing"]