Adding more pages to tabs?
i just wanna be able to add a page 3 or 4 to tabs is this possible
          {
            "TextLines": [
              "",
              ""
            ],
            "ImageSettings": []
          },
          {
            "TextLines": [
             "",
             ""
            ],
            "ImageSettings": []
          }

Put this before

        ],
        "TabButtonAnchor": 4,
        "TabButtonFontSize": 16,
        "HeaderAnchor": 0,
        "HeaderFontSize": 32,
        "TextFontSize": 16,
        "TextAnchor": 3,
        "OxideGroup": ""
      },

If you want to add more pages, you need to add

          {
            "TextLines": [
                "",
                ""
            ],
            "ImageSettings": []
          },

With the proper commas! When you are done copy paste your config into the json formatter and validater https://jsonformatter.curiousconcept.com/

An example of 3 pages:
 {
        "ButtonText": "Help",
        "HeaderText": "<color=green>Cammands and Help</color>",
        "Pages": [
          {
            "TextLines": [
              "<color=#B8860B>Help Text:</color> May need to scroll up by left clicking chat and moving it down to look at",
              "all options - /help (Not supported) ",
              "<color=#FF4500>To open Info Panel:</color> /info",
              "<color=#8A2BE2>Discord/Website link</color> - /dw",
              "<color=#A52A2A>Server info:</color> Rules - /srules | Wipe details - /swipe | Server Plugins list - /splugins ",
              "<color=#7FFF00>Homes and TP: </color> Help Options - /tphelp ",
              "<color=#00FFFF>Building Grade: </color>Help options - /grade help ",
              "<color=#FF8C00>Remover Tool: </color> /remove | Remove for Longer Peroids of Time (In Seconds): /remove <time> ",
              "(Anyone can remove a foundation you place if you're in the same clan, NOT team.)",
              "<color=red>(Trust at your own risk)</color> <color=red>(Griefing is not allowed and will result in ban, Rule #13)</color>",
              "<color=#FF1493>Private Message: </color> /pm <player name> <message>| To reply to message: /r <message> ",
              "<color=#4B0082>To See All Online Players: </color> /players ",
              "<color=#20B2AA>Kits: </color> /kit | /kit <name>",
              "<color=#800000>Spawn any Vehicle: </color> Help for mod: /license | (Requried ",
              "Before Spawning you Must Buy the Vehicle) /buy",
              "<color=#FFA07A>Automatic Authorization: </color> Add all your clan mates or friends from your friend list to",
              "any tool cupboard, auto turret authorization list, code locks, and able to do /remove ",
              "on any foundation! You must own the entity and code locks cannot be changed by other players ",
              "if shared! (To remove any foundation, you must be in the same clan)",
              "<color=red>(Trust members at your own risk)</color>",
              "          /autoauth help - For AuthAuth help",
              "          /autoauth autoclan - Toggles automatic authorization for clan members",
              "          /autoauth autofriend - Toggles automatic authorization for friends"
            ],
            "ImageSettings": []
          },
          {
            "TextLines": [
              "<color=#228B22>Clans: </color> For extra cammands do /clan | /clan create <tag> | /clan join <tag> | /clan invite <player name> ",
              "<color=red>(Trust adding members at your own risk)</color>",
              "<color=#483D8B>Skins: </color> /skin ",
              "<color=#48D1CC>Backpacks: </color>Access - /backpack | To use key binding, you must type this into the",
              "console: <color=orange>bind b backpack.open</color>",
              "<color=#C71585>Gathering Info: </color> /gather",
              "<color=#FFA500>Powerless Turrets and Sams: </color>Toggles turrets on and off if you are authorized to them - /turret",
              "(Sams Already have power)<color=red>(Sams act like shotgun traps)</color> ",
              "<color=#800080>AutoDoors: </color>Help options - /autodoor or /ad",
              "<color=#8B4513>FriendlyFire: </color>Toggle friendly fire -/ff | Turn off - /ff off | Turn on - /ff on",
              "(Only works for clan members. Trust at your own risk)",
              "<color=#6A5ACD> </color>",
              "<color=#4169E1>Discord Report Bug and Players: </color>Report a player - /report <player name> <Reason> | ",
              "Bug report - /bug <What> ",
              "<color=#9ACD32>Bounty:</color> Display the Bounty help menu - /bounty",
              "<color=#6A5ACD>Fishing:</color> /castpole - while looking at water and holding a handmade fishing pole, this will cast, ",
              "a fishing line out in the water. A fishing bobber will appear at fishing location. Once on screen",
              "timer goes down. It might return fish.",
              "/makepole - while holdinhelicopterhover.disableg any type of spear, type this and it will make a brand new handmade fishing pole and place it in your inventory.",
              " /fishchance - returns the percentage chance you will catch a fish and the current time of day.",
              "<color=#FF0000>Rafts:</color> /raft - Shows help options | Viking Boat - /vikingboat.build",
              "<color=#DDA0DD>Trade:</color> /trade - <name> Sends a trade request to player | /trade accept - Accept trade request"
            ],
            "ImageSettings": []
          },
          {
            "TextLines": [
              "<color=#00FFFF>Chute:</color> Type /chute while falling to activate (Don't wait too long before using, you will die",
              "<color=#FF4500>Call a Personal Heli: </color>(Friends must be in the same team, clan doesn't count)",
              "(BROKEN, 8 HOUR COOLDOWN TILL FIXED, MAY BE TAKEN OUT IF IT ISNT FIXED): /callhelime",
              "<color=#8B008B>BaseRepair:</color> To enable it - /br | After something is damaged through out the enitre base,",
              "you must wait 5 minutes after the entity is damaged in order to repair it. ",
              "minutes before you can repair it. You must use a hammer.",
              "<color=orange>Hovering:DISABLED</color> To enable hover mode - /hover | ",
              "<color=#90EE90>CCTV Utilities:</color> Help options - /cctv help | Status of all of your CCTV's - /cctv status me",
              "To add all CCTV's you placed to a computerstation (must me looking at it) - /cctv add me",
              "To add all server CCTV's to your computer station - /cctv add server | To give power to",
              "all of your CCTV's (Must do this if they aren't on, happens after server restart) - /cctv powered",
              "CCTV's are movable via WASD keys!"
            ],
            "ImageSettings": []
          }
        ],
        "TabButtonAnchor": 4,
        "TabButtonFontSize": 16,
        "HeaderAnchor": 0,
        "HeaderFontSize": 32,
        "TextFontSize": 16,
        "TextAnchor": 3,
        "OxideGroup": ""
      },​