Displaying only one page?
Could somebody tell me if is possible to display only one page, no tabs needed as well.
If yes, could I have config please?
I tried but can't get it to work, simply plugin replace config with original one when i try remove tabs/pages.
thanks
{
  "settings": {
    "Tabs": [
      {
        "ButtonText": "ServerInfo",
        "HeaderText": " <color=red> Vítej </color> ",
        "Pages": [
          {
            "TextLines": [
              "Dostupné příkazy:",
              " ",
              " <color=red> Příkazy aaaaa. </color> ",
              "bbbbbb",
              "cccccc",
              "dddddd.",
              " ",
              " <color=red> Příkazy aaaaa. </color> ",
              "bbbbb.",
              " ",
              "ccccc",
              "ddddd",
              " ",
              " <color=red> Příkaz aaaaa </color> ",
              "bbbbb"
            ],
            "ImageSettings": []
          },
          {
            "TextLines": [
              " <color=red> Příkazy aaaaa </color> ",
              "bbbbb",
              "ccccc",
              "ddddd",
              " ",
              " <color=red> Příkazy aaaa </color> ",
              "bbbbb",
              "ccccc",
              "ddddd",
              " ",
              "eeeee",
              " ",
              "fffff",
              "ggggg",
              " ",
              " <color=red> Příkaz aaaa </color> ",
              "bbbbb"
            ],
            "ImageSettings": []
          },
          {
            "TextLines": [
              " <color=red> Příkazy aaaaa </color> ",
              "bbbbb",
              "ccccc",
              "ddddd",
              " ",
              "eeeee",
              "fffff",
              " ",
              " <color=red> /info </color> - Pro otevření tohoto okna."
            ],
            "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": "http://7-themes.com/data_images/out/35/6889756-black-backgrounds.jpg",
      "TransparencyInPercent": 100
    },
    "ActiveButtonColor": "#0255255255",
    "InactiveButtonColor": "#127127127255",
    "CloseButtonColor": "#127127127255",
    "NextPageButtonColor": "#127127127255",
    "PrevPageButtonColor": "#127127127255",
    "BackgroundColor": "#000255",
    "HelpButton": {
      "IsEnabled": false,
      "Text": "Help",
      "Position": {
        "MinX": 0.0,
        "MaxX": 0.05,
        "MinY": 0.1,
        "MaxY": 0.14
      },
      "Color": "#127127127255",
      "FontSize": 18
    },
    "UpgradedConfig": false
  }
}