Configuration keeps resetting to defaultSolved
Anytime I setup the config and use the permission for specific bps in the config each time I reload the server it just wipes the config file completely



{ "Settings": { "Default blueprints": [ "ammo.rifle" "rifle.semiauto" "pistol.semiauto" "ammo.pistol" "roadsign.kilt" "roadsign.jacket" "pants" "hoodie" "shoes.boots" "burlap.gloves" "syringe.medical" "coffeecan.helmet" "wall.external.high" "gates.external.high.wood" "floor.ladder.hatch" "ladder.wooden.wall" "floor.grill" "furnace.large" "pistol.revolver" "shotgun.waterpipe" "shotgun.double" "ammo.shotgun" "grenade.beancan" "explosive.satchel" "explosives" "wall.frame.garagedoor" "barricade.metal" "locker" "guntrap" "fridge" ] } }
The configuration file and example you provided is invalid JSON, was not edited properly. Make sure to follow the default format and that the result is valid JSON; which you can check to see if it is valid JSON by using a site such as http://www.jsonlint.com.
In response to Wulf ():
The configuration file and example you provided is invalid JSON, was not edited properly. Make sure...
Thanks for helping me out, but I cant figure out what I did wrong. What do I have to change?
You are missing commas after each item.
In response to Wulf ():
You are missing commas after each item.
I did that and am getting this error
Error: Parse error on line 33:
...ap",			"fridge",		],	}}
---------------------^
Expecting 'STRING', 'NUMBER', 'NULL', 'TRUE', 'FALSE', '{', '[', got ']'
Could you providwe the full config file please? I'd suggest using a site such as pastebin.com or code blocks here.
In response to Wulf ():
Could you providwe the full config file please? I'd suggest using a site such as pastebin.com or cod...
Okay thanks I got it I litteraly just had to add comas and delete some spaces.
Locked automatically