Inventory Sorter

Inventory Sorter

60M Downloads

Editing Inventorysorter-server config and restarting server resets the config file

Closed this issue ยท 2 comments

commented

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

  1. Shut down server
  2. Edit inventorysorter-server.toml config file
  3. Restart server
  4. Check config file and see it it reset, and an additional .bak file has been added to config folder.
Image Image Image

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)

commented

You're not wrapping your string in quotes? When doing containerBlacklist = [thing] you need to do containerblacklist = ["thing"]

commented

Thank you, that worked.

It has been years since I've had to add anything to a blacklist in any of my servers.
A commented out example in the config would help.