Closed EvaBronson closed 4 years ago
Thanks for the remark, the comma was missing.
na, its still wrong^^
the 1000000 has to be inside " " without quotation marks it will just recreate a clean config.
For me it works fine, with or without quotation marks. Are you sure that you didn't produce other syntax errors?
I can confirm this. this Works:
{ "settings": { "language": "german", "maxRerollCosts": "250000" },
Have a Nice Day And Thx for your Great Job
for the max reroll costs you are missing the "quotation marks" in your readme. just copying the code deleted my item list a few times before i noticed. its quite a good feature and i guess most people wont get it working ;)
{ "settings": { "maxRerollCosts": "1000000" // over here "language": "english" }, ... }