Recovering mis-edited config file?Solved
Hi - I was updating my config file and left out a comma which resulted in the default config loading. Is it possible to retrieve my data or do I have to start all over because I overlooked one comma? Thank you for the help.
is why u should always have a backup when editing.
So, then the answer to my question is no? 
afraid so - we all learn the hard way.
Yep, this is a mistake I won't make again... thanks for the info Tom!

Merged post

Also, how can I have a seperate header on page 1 and 2 of one button? I want to add Continued to the page 2 header. I've tried this but it gave me a default header... 
{
				"ButtonText": "Commands",
				
				"Pages": [{
				
				"HeaderText": "SweetSpot Server Commands",
				"TextLines": [
							"",
							"~ /info - Will open this info page.",
							"~ /kit Opens the kits menu. More to come...",
							"~ /skinbox - Allows you to customize your gear and many deployable items.",
							"~ /tcinv - Remote access of your Tool Cupboard from inside your base. (Hide your TC!)",
							"~ /warp - Travel quickly around the map.",
							"~ /tp - Teleport to another player.",
							"~ /home add <name> - Create a new home teleport location.",
							"~ /home <name> - Teleport to your set home location.",
							"~ /home remove <name> - Delete a previously set home location.",
							"~ /trade <player name> - Sends a remote trade request to a player.",
							"~ /trade accept - Opens a remote trade box.",
							"~ /at - Join the AimTrain Arena. (Empty your inventory first!)",
							"~ /pm <player name> <message> - Send a private message to a player.",
							"~ /ad - Turns off/on Auto Doors.",
							"~ /clanhelp - For clan info.",
							"~ Press F1 and type into the console: bind b backpack.open -",
							"   Now you can open your backpack by pressing b."

						],
						"ImageSettings": []
					},
					{
						"HeaderText": "SweetSpot Server Commands Continued",
						"TextLines": [
							"",
							"~ /remove - Remove a deployed item or building section.",
							"~ /sil <url> - Upload an image to a sign.",
							"~ /q - Opens the quests menu.",
							"~ /shop - Opens the shop menu.",
							"~ /hit - Enables/disables your hit marker.",
							"~ /where - Help to find your last corpse location."
						],
​

Thanks!

I dont think you can.
As for your config loss i also learnt the hard way and now copy original config to a "new text file" to edit and then check with .json validator before replacing the original.
I use info panel plugin and have all the messages (such as yours) appear top right of screen on a timed interval. and a lot of plugins already have a help function in the /help menu.
Thanks Pookins! :)
Locked automatically