Reverts back to default without syntax errorNot An Issue
Ive been searching for hours and cant find a syntax error, can anyone help me, 

{
"settings": {
"Tabs": [
{
"ButtonText": "Welcome",
"HeaderText": "Welcome to NoLimits!!! 5x",
"Pages": [
{
"TextLines": [
"-Check out the discord at ",
"-Check out available ranks in the Dicord above",
"-Ask for a higher member off staff in any further help is needed",
"Check out All the rules and Available commands on the other tabs"
],
"ImageSettings": [
{
"Position": {
"MinX": 0.0,
"MaxX": 0.5,
"MinY": 0.0,
"MaxY": 0.5
},
"Url": "(wont let me include link).png",
"TransparencyInPercent": 100
},
{
"Position": {
"MinX": 0.5,
"MaxX": 1.0,
"MinY": 0.0,
"MaxY": 0.5
},
"Url": "(wont let me include link).png",
"TransparencyInPercent": 100
},
{
"Position": {
"MinX": 0.0,
"MaxX": 0.5,
"MinY": 0.5,
"MaxY": 1.0
},
"Url": "(wont let me include link).png",
"TransparencyInPercent": 100
},
{
"Position": {
"MinX": 0.5,
"MaxX": 1.0,
"MinY": 0.5,
"MaxY": 1.0
},
"Url": "(wont let me include link).png",
"TransparencyInPercent": 100
}
]
},
{
"TextLines": [
"This is first tab, second page",
"Add some text here by adding more lines.",
"You should replace all default text lines with whatever you feel up to",
"type <color=red> /info </color> to open this window",
"Press next page to check third page.",
"Press prev page to go back to first page.",
"You may add more pages in config file."
],
"ImageSettings": []
},
{
"TextLines": [
"This is first tab, third page",
"Add some text here by adding more lines.",
"You should replace all default text lines with whatever you feel up to",
"type <color=red> /info </color> to open this window",
"Press prev page to go back to second page."
],
"ImageSettings": []
}
],
"TabButtonAnchor": 4,
"TabButtonFontSize": 16,
"HeaderAnchor": 0,
"HeaderFontSize": 32,
"TextFontSize": 16,
"TextAnchor": 3,
"OxideGroup": ""
},
{
"ButtonText": "Rules",
"HeaderText": "NoLimits 5X Rules",
"Pages": [
{
"TextLines": [
"-No verbal abuse in game/chat",
"-No Racism",
"-Do <color=red> NOT </color> exeed the group limit of 3",
"-Have <color=red> FUN!!! </color>",
],
"ImageSettings": [{
"Position": {
"MinX": 0.0,
"MaxX": 0.5,
"MinY": 0.0,
"MaxY": 0.5
},
"Url": "(wont let me include link).png",
"TransparencyInPercent": 100
},
{
"Position": {
"MinX": 0.5,
"MaxX": 1.0,
"MinY": 0.0,
"MaxY": 0.5
},
"Url": "(wont let me include link).png",
"TransparencyInPercent": 100
},
{
"Position": {
"MinX": 0.0,
"MaxX": 0.5,
"MinY": 0.5,
"MaxY": 1.0
},
"Url": "(wont let me include link).png",
"TransparencyInPercent": 100
},
{
"Position": {
"MinX": 0.5,
"MaxX": 1.0,
"MinY": 0.5,
"MaxY": 1.0
},
"Url": "(wont let me include link).png",
"TransparencyInPercent": 100
}]
}
],
"TabButtonAnchor": 4,
"TabButtonFontSize": 16,
"HeaderAnchor": 0,
"HeaderFontSize": 32,
"TextFontSize": 16,
"TextAnchor": 3,
"OxideGroup": ""
},
{
"ButtonText": "Commands",
"HeaderText": "Availabe commands in game",
"Pages": [
{
"TextLines": [
"<color=red> /kit </color> - Gives you access to all kits Available (More exclusive kits with VIP)",
"<color=red> /clan </color> - gives you a menu of instructions on how to create and clan for you and your friends",
"<color=red> /ad </color> - enables and disables the automatic door closer",
"<color=red> /backpack </color> - gives you a menu of extra room, when you are out exploring, (there are more spaces available when you purchase any VIP)",
"<color=red> /home </color> - Brings up and instruction menu on setting homes and how to teleport to them"
"<color=red> /tpr </color> "name" - requests to teleport to one of your friends(/tpa - accepts)"
"<color=red> /trade "name" </color> - sends the other person a trade request to trade or sell items while both in base(/trade accept- accepts)"
"<color=red> /pm "name" </color> - allows you to directly message anyone in game"
"<color=red> /skin </color> - allows you to skin any item, (VIP only, or you can purchase this in the shop on discord)"
],
"ImageSettings": []
}
],
"TabButtonAnchor": 4,
"TabButtonFontSize": 16,
"HeaderAnchor": 0,
"HeaderFontSize": 32,
"TextFontSize": 16,
"TextAnchor": 3,
"OxideGroup": ""
}
],
"ShowInfoOnPlayerInit": true,
"ShowInfoOnlyOncePerRuntime": true,
"TabToOpenByDefault": 0,
"Position": {
"MinX": 0.15,
"MaxX": 0.9,
"MinY": 0.2,
"MaxY": 0.9
},
"BackgroundImage": {
"Enabled": false,
"Position": {
"MinX": 0.0,
"MaxX": 1.0,
"MinY": 0.0,
"MaxY": 1.0
},
"Url": "(wont let me include link).jpg",
"TransparencyInPercent": 100
},
"ActiveButtonColor": "#0255255255",
"InactiveButtonColor": "#128128128255",
"CloseButtonColor": "#128128128255",
"NextPageButtonColor": "#128128128255",
"PrevPageButtonColor": "#128128128255",
"BackgroundColor": "#000000",
"HelpButton": {
"IsEnabled": false,
"Text": "Help",
"Position": {
"MinX": 0.0,
"MaxX": 0.05,
"MinY": 0.1,
"MaxY": 0.14
},
"Color": "#128128128255",
"FontSize": 18
},
"UpgradedConfig": false
}
}​
You did not put the commas in the end of the sentences you edited, and you did not escape the quotation marks.

Merged post

JSON Formatter and Validator
You would also need to escape quotation marks " with \ if including them in messages.
Locked automatically