Server Info config example?Solved
Hi all, wondering if anyone had a template they could gift me? when i try to add a list to the json file it errors, i have checked it whith json checker online and there seems no way to list rules without them being on the same line.. if someone could send me thiers i could edit it to meet my servers info, it would be much apprecated.

thanks in advanced
Did you get this sorted mate?
{
  "settings": {
    "Tabs": [
      {
        "ButtonText": "Server Info",
        "HeaderText": "Welcome to Corona Island!",
        "Pages": [
          {
            "TextLines": [
              "",
              "",
              "text",
              "texttexttext",
              "",
              "",
              "texttexttexttexttexttext",
              "",
              "texttext",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "",
              "Next Page contains usefull F1-console keybindings",
              "",
              "Type <color=red> /info </color> to open this window"
            ],
            "ImageSettings": [
              {
                "Position": {
                  "MinX": 0.0,
                  "MaxX": 0.5,
                  "MinY": 0.0,
                  "MaxY": 0.5
                },
                "Url": "",
                "TransparencyInPercent": 100
              },
              {
                "Position": {
                  "MinX": 0.5,
                  "MaxX": 1.0,
                  "MinY": 0.0,
                  "MaxY": 0.5
                },
                "Url": "",
                "TransparencyInPercent": 100
              },
              {
                "Position": {
                  "MinX": 0.0,
                  "MaxX": 0.5,
                  "MinY": 0.5,
                  "MaxY": 1.0
                },
                "Url": "",
                "TransparencyInPercent": 100
              },
              {
                "Position": {
                  "MinX": 0.5,
                  "MaxX": 1.0,
                  "MinY": 0.5,
                  "MaxY": 1.0
                },
                "Url": "",
                "TransparencyInPercent": 100
              }
            ]
          },
          {
            "TextLines": [
              "Type these commands into the F1 console to add binding(s)",
              "",
              "Press X to auto-run, press Shift and W to cancel.",
              "bind x forward;sprint",
              "",
              "Press C to permanently crouch, press Control to cancel.",
              "bind c duck",
              "",
              "Press Z to use chat command.",
              "bind z chat.say (Example: /shop, /remove, /home name, ect.) ",
              "",
              "",
              ""
            ],
            "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": "Plugins",
        "HeaderText": "List of Plugins",
        "Pages": [
          {
            "TextLines": [
              "",
              ""

            ],
            "ImageSettings": []
          }
        ],
        "TabButtonAnchor": 4,
        "TabButtonFontSize": 16,
        "HeaderAnchor": 0,
        "HeaderFontSize": 32,
        "TextFontSize": 16,
        "TextAnchor": 3,
        "OxideGroup": ""
      },
      {
        "ButtonText": "VIP",
        "HeaderText": "VIP Information",
        "Pages": [
          {
            "TextLines": [
              "texttexttexttexttexttext",
              "",
              "",
              "",
              "",
              "",
              "text",
              "",
              "",
              "texttext",
              "text"
            ],
            "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": "",
      "TransparencyInPercent": 100
    },
    "ActiveButtonColor": "#0255255255",
    "InactiveButtonColor": "#127127127255",
    "CloseButtonColor": "#127127127255",
    "NextPageButtonColor": "#127127127255",
    "PrevPageButtonColor": "#127127127255",
    "BackgroundColor": "#000000",
    "HelpButton": {
      "IsEnabled": false,
      "Text": "Help",
      "Position": {
        "MinX": 0.0,
        "MaxX": 0.05,
        "MinY": 0.1,
        "MaxY": 0.14
      },
      "Color": "#127127127255",
      "FontSize": 18
    },
    "UpgradedConfig": false
  }
}
thanks guys 
Locked automatically