ServerInfo

Moved

Total Downloads: 10,609 - First Release: Aug 29, 2015 - Last Update: Oct 27, 2017

5/5, 53 likes
  1. baton256 updated GUI Help with a new update entry:

    0.2.2


    [DOUBLEPOST=1441476854][/DOUBLEPOST]
    Should be fine
     
  2. Hi! One question ... what's the dimensions of the main screen (GUI Help) ... i want to put a background image, but i donțt know the exacts dimensions ... all of my background images were diformed ...
     
  3. Downloaded image stretches to fill area size.
    Let's say you have screen resolution 1920x1080, and help window is from 0.2 to 0.8 by X, and 0.2 to 0.7 by Y.
    Then optimal width (for resolution 1920x1080) of image would be: 1920*(0.8-0.2)= 1152 and height 1080*(0.7-0.2)=540.
    But keep in mind that players have different screens, so their resolutions may vary from 1024x576 to 4k.

    I advise you to use 16:9 aspect ratio high-resolution picture. I think 1920x1080 would do just fine. Scaled down image usually looks better than scaled up one.

    HTH
     
  4. You should add something like where you can create your own commands! :D
    For example:
    /help will bring up a certain tab!
     
  5. I like this idea!

    Also, it would be cool if it wrapped text, if my line is too long it just cuts it off instead of continuing it.
     
  6. lol! i was just about to ask now :D
    i dont have /help anymore and tried to add the command but only 1 argument is vaild..
    since the last update i was sitting 2 hours on it to customize :D even with own made background, looks great.
    If you can add a option to add a command for show the gui this would be awesome.
     
  7. Will try to make custom commands
     
  8. 1. Open up the plugin file (NOT THE .cfg, THE ACTUAL PLUGIN)
    2. Search for the follow:
    [ChatCommand("info")]
    private void ShowInfo(BasePlayer player, string command, string[] args)

    3. Change "Info" to "help" so it looks like the follow below
    [ChatCommand("help")]
    private void ShowInfo(BasePlayer player, string command, string[] args)


    From now on when you type /help it'll load up the GUI. It's what I do and works fine for me.
     
  9. You don't understand. Certain command for open certain tab. Not your "changes" :DD
     
  10. Ahh I get what you meant. My bad :p
    [DOUBLEPOST=1441557258][/DOUBLEPOST]When I have a tab with 2 - 3 pages, when I click 'Next Page' the info box just goes blank - no text or buttons? I've reloaded a new config and added my text.

    Code:
        {
          "ButtonText": "<color=#DF3A01>Owner Commands</color>",
          "HeaderText": "<color=#DF3A01>Owner Commands</color>",
          "Pages": [
            {
              "TextLines": [
                "Airdrop Controller",
                " ",
                "aire.drop - drops to random pos, using DropLocation settings from data file.",
                "aire.topos x z or x,z or x;z- drops to specified location",
                "aire.toplayer <player name/steam_id> - drops to specified player",
                "aire.tome - works only from chat! drops to player, who's calling",
                "aire.load <setttings_name> - loads settings file with specified name. Important note: plugin saves settings file to /data folder.",
                "It uses naming convention: airdropExtended_<settings_name>.json If you need to load settings file airdropExtended_goodloot.json type aire.load goodloot.",
                "aire.reload <settings_name> - reload current settings from file.",
                "aire.save [settings_name] - save current settings to settings_name or to current settings.",
                "aire.generate <settings_name> - generates new settings file with all items from game, using standard presets. Should work with new game updates."
              ],
            },
            {
              "TextLines": [
                "AuthLevel:",
                " ",
                "/authlevel player authlevel",
                "Sets the auth level for player. Valid levels are 0 (player), 1 (moderator), and 2 (owner).",
                "Ex. /authlevel Wulf 2",
                " ",
                "Finder:",
                " ",
                "- /FindPlayers NAME/STEAMID - returns all players AND sleepers that partially or fully match the",
                "name, or returns the player that has the specific steamid (or partial steamid)",
                "- /FindDoors NAME/STEAMID - returns all doors owned by a specific player",
                "- /FindSleepingBag NAME/STEAMID - returns all sleeping bags owned by a specific player",
                "- /FindPrivileges NAME/STEAMID  returns all cupboards where the target player is whitelisted.",
                "- /FindTP ID - teleport to any of your previous results.",
                "- /FindItem ''Full name or Shortname'' ''optional:Minimum amount'' - this will look everywhere on your server",
                "to find the items that match the name and the amount."
              ],
            },
            {
              "TextLines": [
                "Zone Manager:",
                " ",
                "- /zone_add - Add a zone",
                "- /zone_edit XXXX - Edit a zone",
                "- /zone option1 value1 option2 value2 option3 value3 etc - set the zone as you want it.",
                "- /zone_list - Gets the list of all current zones",
                "- /zone_remove XXXX- deletes a specific zone",
                "- /zone_reset - resets all zones",
                " ",
                "autolights true/false - autolights on or off depending on the time of the day (settable in the configs)",
                "eject true/false - all players will be kicked out of the zone when trying to enter it (1)",
                "enter_message ''XXXXX''/false - set a message that will be sent to players when they enter the zone",
                "leave_message ''XXXXXX''/false- set a message that will be sent to players when they leave the zone",
                "pvpgod true/false - all players have PVP god mode in the zone",
                "pvegod true/false - all players have PVE god mode in the zone"
              ]
            },
            {
              "TextLines": [
                "sleepgod true/false - all sleepers have god mode in the zone",
                "undestr true/false - all buildings can't be destroyed in the zone",
                "name XXX - set a name for the zone",
                "radius XXX - set the radius of the zone (default is 20)",
                "nochat true/false - prevent players from chatting in this zone",
                "nobleed true/false - prevent players from taking damage from bleeding",
                "nobuild true/false - no buildings can be built in the zone (2)",
                "noboxloot true/false - prevent players from looting boxes",
                "nodecay true/false - remove decay from all buildings and deployables in the area",
                "nodeploy true/false - items will not be allowed to be deployed (3)",
                "nocorpse true/false - remove players corpse if they die in this zone",
                "nogather true/false - prevent people from gathering in this zone"
              ]
            },
            {
              "TextLines": [
                "noplayerloot true/false - prevent players from looting other players or sleepers",
                "nopve true/false - animals will be invulnerable",
                "noremove true/false - block players from using the remover tool in here. default is set to true.",
                "nosuicide true/false - can't write ''kill'' in the console, to commit suicide",
                "nowounded true/false - when a player is supposed to die, he dies, doesn't go by the wounded state",
                "npcfreeze true/false - freeze the NPC (animals won't move any more in the zone)",
                "killsleepers true/false - all sleepers will be killed when they go to sleep here",
                "radiation XX/false - add radiation to the zone",
                "notp true/false - no teleportation commands can be used to get in or out of the zone (m-Teleportation)",
                "nokits true/false - no kits can be requested inside the zone (Kits plugin)"
              ]
            },
            {
              "TextLines": [
                "Weather Controller:",
                " ",
                "/weather {weather_type} {on/off} {Optional: Duration in seconds}",
                "Weather Types are: rain, clouds, fog, wind, mild, average, heavy and max. (Max turns everything on)",
                "/weather off (Disables all weather)",
                "/weather auto (Allows the weather to go back to automatic, so rust will control weather)",
                " ",
                "Inv Cleaner:",
                "/invcleanall - Cleans everyones inventory [NEEDS PERMISSION].",
                "/invcleanme - Clean your inventory.",
                "/invclean ''player'' - Cleans the target's inventory [NEEDS PERMISSION]."
              ]
            },
            {
              "TextLines": [
                "Finder:",
                " ",
                "- /FindPlayers NAME/STEAMID - returns all players AND sleepers that partially or fully match the",
                "name, or returns the player that has the specific steamid (or partial steamid)",
                "- /FindDoors NAME/STEAMID - returns all doors owned by a specific player",
                "- /FindSleepingBag NAME/STEAMID - returns all sleeping bags owned by a specific player",
                "- /FindPrivileges NAME/STEAMID - returns all cupboards where the target player is whitelisted.",
                "- /FindTP ID - teleport to any of your previous results.",
                "- /FindItem ''Full name or Shortname'' ''optional:Minimum amount'' - this will look everywhere on",
                "your server to find the items that match the name and the amount."
              ]
            },
            {
              "TextLines": [
                "EasyAirdrop:",
                " ",
                "/massdrop [amount] - spawns [amount] airdrops at once... -> At least 2!",
                "/airdrop [player] - spawns an airdrop directly onto [player] (Plugin AirdropControl needed!)",
                "/airdrop - spawns an airdrop at a random location",
                "/airdrop [x] [y] [z] - spawns an airdrop to a specified location (Plugin AirdropControl needed!)",
                " ",
                "Easy Mute:",
                " ",
                "/mute <PlayerName> <Time in format:#D#H#M> <Reson:Optional> - mute selected player",
                "/unmute <PlayerName> - unmute player",
                "/mutelist - list of all active mutes",
                "/mutesave - force save for data",
                " ",
                "BuildingGrades:",
                " ",
                "/up"
              ],
              "ImageSettings": []
            }
          ],
          "TabButtonAnchor": 4,
          "TabButtonFontSize": 16,
          "HeaderAnchor": 0,
          "HeaderFontSize": 32,
          "TextFontSize": 16,
          "TextAnchor": 3,
          "OxideGroup": ""
        }
      ],
     
  11. Big Thank You Baton, for this nice Plugin.

    I do not play a lot with the colors but i could put all my important information in there.

    thankyou.jpg
     
  12. Two issues, first of all, I edited the config, but it is still showing the default settings.

    Secondly, I changed the settings so it DOES NOT show to all players on join and it still shows it to players on join....

    CS Plugin:

    Code:
        public Settings()
            {
                Tabs = new List<HelpTab>();
                ShowInfoOnPlayerInit = false;
                TabToOpenByDefault = 0;
                Position = new Position();
    Config:
    Code:
    {
      "Tabs": [
        {
          "ButtonText": "Commands",
          "HeaderText": "Commands",
          "Pages": [
            {
              "TextLines": [
                "/kit - Shows kits, caps sensitive. (like /kit Daily)",
                "/clan - Gives further information on clan functions",
                "/who or /online - Shows info on players that are online",
                "/rules - Shows rules",
                "/help - Shows information on plugins",
                "/info - Shows this page again",
                "/pm - Personal message a player (/pm obbler message)",
                "/wipeinfo - Gives information on the wipe"
              ],
            },
              "ImageSettings": []
                {
                  "Position": {
                    "MinX": 0.0,
                    "MaxX": 0.5,
                    "MinY": 0.0,
                    "MaxY": 0.5
                  },
                  "Url": "http://th04.deviantart.net/fs70/PRE/f/2012/223/4/4/rust_logo_by_furrypigdog-d5aqi3r.png",
                  "TransparencyInPercent": 100
                },
                {
                  "Position": {
                    "MinX": 0.5,
                    "MaxX": 1.0,
                    "MinY": 0.0,
                    "MaxY": 0.5
                  },
                  "Url": "http://files.enjin.com/176331/IMGS/LOGO_RUST1.fw.png",
                  "TransparencyInPercent": 100
                },
                {
                  "Position": {
                    "MinX": 0.0,
                    "MaxX": 0.5,
                    "MinY": 0.5,
                    "MaxY": 1.0
                  },
                  "Url": "http://files.enjin.com/176331/IMGS/LOGO_RUST1.fw.png",
                  "TransparencyInPercent": 100
                },
                {
                  "Position": {
                    "MinX": 0.5,
                    "MaxX": 1.0,
                    "MinY": 0.5,
                    "MaxY": 1.0
                  },
                  "Url": "http://th04.deviantart.net/fs70/PRE/f/2012/223/4/4/rust_logo_by_furrypigdog-d5aqi3r.png",
                  "TransparencyInPercent": 100
                }
              ]
            },
            {
              "TextLines": [
                "/toggle - Hides / shows players online GUI",
                "/clock - Hides / shows clock GUI",
                "/compass - Hides / shows compass GUI"
                "/tpr - Teleport request (to teleport to them /tpr obbler)",
                "/tpa - Accepts an incoming teleport request",
                "/home - Teleports you home (/home "name")",
                "/sethome - Sets a teleport home (/sethome "name")",
                "/rank - Shows rank",
                "/top - Shows top 10 players",
                "/resetme - Resets your rank"
              ],
              "ImageSettings": []
            },
            {
              "TextLines": [
                "/pet - Activate / de-activate NPC mode.",
                "More info on /pet - Press E on an animal to tame",
                "/pet free - Release the pet you have tamed",
                "/pet sleep - Put your pet to sleep",
                "/pet draw - Toggle arrows on actions",
                "/pet info - Shows information on your pet",
                "Press E on things for your pet to interact",
                "Pressing E will move/eat/attack.",
                "Press R to toggle following on and off"
              ],
              "ImageSettings": []
            },
                      {
              "TextLines": [
                "/bank <inv|bank> - List items currently in your inventory or bank",
                "/bank add "item" <no.>- Deposit item into your bank with amount",
                "/bank <take|delete> <id> - Withdraw or delete item from your bank",
                "/bank <takeall|empty> - Withdraw or empty all items from bank",
                "TIP - Press the text chat button (t) and scroll to see",
                "what your bank contains after using commands"
              ],
              "ImageSettings": []
            }
          ],
          "TabButtonAnchor": 4,
          "TabButtonFontSize": 16,
          "HeaderAnchor": 0,
          "HeaderFontSize": 32,
          "TextFontSize": 16,
          "TextAnchor": 3,
          "OxideGroup": ""
        },
        {
          "ButtonText": "Info",
          "HeaderText": "Information",
          "Pages": [
            {
              "TextLines": [
                "Welcome to RustyIsland!",
                "Active staff with bank, pets, night & day time, meteors, 7x gather",
                "good anti-cheat, auto-lanterns, sign artist, diverse airdrop loot,",
                "varied barrel and crate loot, custom quarry health, enough kits,",
                "good VIP and SuperVIP rewards."
              ],
              "ImageSettings": []
            }
          ],
          "TabButtonAnchor": 4,
          "TabButtonFontSize": 16,
          "HeaderAnchor": 0,
          "HeaderFontSize": 32,
          "TextFontSize": 16,
          "TextAnchor": 3,
          "OxideGroup": ""
        },
        {
          "ButtonText": "VIP",
          "HeaderText": "VIP Information",
          "Pages": [
            {
              "TextLines": [
                "VIP = £2.00-4.99",
                "SuperVIP = £5.00+",
                "ALL DONATIONS IN STEAM ITEMS / GIFTS (Preferably CSGO or Rust)",
                "Be rewarded with extra daily kits, bank access and new pets",
                "Contact Tobias the Great now! (Lasts forever!)"
              ],
              "ImageSettings": []
            }
          ],
          "TabButtonAnchor": 4,
          "TabButtonFontSize": 16,
          "HeaderAnchor": 0,
          "HeaderFontSize": 32,
          "TextFontSize": 16,
          "TextAnchor": 3,
          "OxideGroup": ""
        }
      ],
      "ShowInfoOnPlayerInit": true,
      "TabToOpenByDefault": 0,
      "Position": {
        "MinX": 0.15,
        "MaxX": 0.9,
        "MinY": 0.2,
        "MaxY": 0.9
      },
      "BackgroundImage": {
        "Enabled": true,
        "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": "#00FFFFFF",
      "InactiveButtonColor": "#7F7F7FFF",
      "CloseButtonColor": "#7F7F7FFF",
      "NextPageButtonColor": "#7F7F7FFF",
      "PrevPageButtonColor": "#7F7F7FFF",
      "BackgroundColor": "#000000FF"
    }
     
  13. Have you validated config in jsonlint?
     
  14. Invalid array length... damn, how do I go about sorting this? New to rust servers xD
     
  15. There is a lonk to json validator on plugin's page. It shows where you've made an error
     
  16. It does, but doesn't point to where.

    Had a quick skim over it, not seeing anything out of the ordinary?
     
  17. Validated, I'll let you know the result :)

    Code:
    {
        "Tabs": [
            {
                "ButtonText": "Commands",
                "HeaderText": "Commands",
                "Pages": [
                    {
                        "TextLines": [
                            "/kit - Shows kits, caps sensitive. (like /kit Daily)",
                            "/clan - Gives further information on clan functions",
                            "/who or /online - Shows info on players that are online",
                            "/rules - Shows rules",
                            "/help - Shows information on plugins",
                            "/info - Shows this page again",
                            "/pm - Personal message a player (/pm obbler message)",
                            "/wipeinfo - Gives information on the wipe"
                        ],
                        "ImageSettings": [
                            {
                                "Position": {
                                    "MinX": 0,
                                    "MaxX": 0.5,
                                    "MinY": 0,
                                    "MaxY": 0.5
                                },
                                "Url": "http://th04.deviantart.net/fs70/PRE/f/2012/223/4/4/rust_logo_by_furrypigdog-d5aqi3r.png",
                                "TransparencyInPercent": 100
                            },
                            {
                                "Position": {
                                    "MinX": 0.5,
                                    "MaxX": 1,
                                    "MinY": 0,
                                    "MaxY": 0.5
                                },
                                "Url": "http://files.enjin.com/176331/IMGS/LOGO_RUST1.fw.png",
                                "TransparencyInPercent": 100
                            },
                            {
                                "Position": {
                                    "MinX": 0,
                                    "MaxX": 0.5,
                                    "MinY": 0.5,
                                    "MaxY": 1
                                },
                                "Url": "http://files.enjin.com/176331/IMGS/LOGO_RUST1.fw.png",
                                "TransparencyInPercent": 100
                            },
                            {
                                "Position": {
                                    "MinX": 0.5,
                                    "MaxX": 1,
                                    "MinY": 0.5,
                                    "MaxY": 1
                                },
                                "Url": "http://th04.deviantart.net/fs70/PRE/f/2012/223/4/4/rust_logo_by_furrypigdog-d5aqi3r.png",
                                "TransparencyInPercent": 100
                            }
                        ]
                    },
                    {
                        "TextLines": [
                            "/toggle - Hides / shows players online GUI",
                            "/clock - Hides / shows clock GUI",
                            "/compass - Hides / shows compass GUI",
                            "/tpr - Teleport request (to teleport to them /tpr obbler)",
                            "/tpa - Accepts an incoming teleport request",
                            "/home - Teleports you home (/home name)",
                            "/sethome - Sets a teleport home (/sethome name)",
                            "/rank - Shows rank",
                            "/top - Shows top 10 players",
                            "/resetme - Resets your rank"
                        ],
                        "ImageSettings": []
                    },
                    {
                        "TextLines": [
                            "/pet - Activate / de-activate NPC mode.",
                            "More info on /pet - Press E on an animal to tame",
                            "/pet free - Release the pet you have tamed",
                            "/pet sleep - Put your pet to sleep",
                            "/pet draw - Toggle arrows on actions",
                            "/pet info - Shows information on your pet",
                            "Press E on things for your pet to interact",
                            "Pressing E will move/eat/attack.",
                            "Press R to toggle following on and off"
                        ],
                        "ImageSettings": []
                    },
                    {
                        "TextLines": [
                            "/bank <inv|bank> - List items currently in your inventory or bank",
                            "/bank add <item> <no.>- Deposit item into your bank with amount",
                            "/bank <take|delete> <id> - Withdraw or delete item from your bank",
                            "/bank <takeall|empty> - Withdraw or empty all items from bank",
                            "TIP - Press the text chat button (t) and scroll to see",
                            "what your bank contains after using commands"
                        ],
                        "ImageSettings": []
                    }
                ],
                "TabButtonAnchor": 4,
                "TabButtonFontSize": 16,
                "HeaderAnchor": 0,
                "HeaderFontSize": 32,
                "TextFontSize": 16,
                "TextAnchor": 3,
                "OxideGroup": ""
            },
            {
                "ButtonText": "Info",
                "HeaderText": "Information",
                "Pages": [
                    {
                        "TextLines": [
                            "Welcome to RustyIsland!",
                            "Active staff with bank, pets, night & day time, meteors, 7x gather",
                            "good anti-cheat, auto-lanterns, sign artist, diverse airdrop loot,",
                            "varied barrel and crate loot, custom quarry health, enough kits,",
                            "good VIP and SuperVIP rewards."
                        ],
                        "ImageSettings": []
                    }
                ],
                "TabButtonAnchor": 4,
                "TabButtonFontSize": 16,
                "HeaderAnchor": 0,
                "HeaderFontSize": 32,
                "TextFontSize": 16,
                "TextAnchor": 3,
                "OxideGroup": ""
            },
            {
                "ButtonText": "VIP",
                "HeaderText": "VIP",
                "Pages": [
                    {
                        "TextLines": [
                            "VIP = £2.00-4.99",
                            "SuperVIP = £5.00+",
                            "ALL DONATIONS IN STEAM ITEMS / GIFTS (Preferably CSGO or Rust)",
                            "Be rewarded with extra daily kits, bank access and new pets",
                            "Contact Tobias the Great now! (Lasts forever!)"
                        ],
                        "ImageSettings": []
                    }
                ],
                "TabButtonAnchor": 4,
                "TabButtonFontSize": 16,
                "HeaderAnchor": 0,
                "HeaderFontSize": 32,
                "TextFontSize": 16,
                "TextAnchor": 3,
                "OxideGroup": ""
            }
        ],
        "ShowInfoOnPlayerInit": false,
        "TabToOpenByDefault": 0,
        "Position": {
            "MinX": 0.15,
            "MaxX": 0.9,
            "MinY": 0.2,
            "MaxY": 0.9
        },
        "BackgroundImage": {
            "Enabled": true,
            "Position": {
                "MinX": 0,
                "MaxX": 1,
                "MinY": 0,
                "MaxY": 1
            },
            "Url": "http://7-themes.com/data_images/out/35/6889756-black-backgrounds.jpg",
            "TransparencyInPercent": 100
        },
        "ActiveButtonColor": "#00FFFFFF",
        "InactiveButtonColor": "#7F7F7FFF",
        "CloseButtonColor": "#7F7F7FFF",
        "NextPageButtonColor": "#7F7F7FFF",
        "PrevPageButtonColor": "#7F7F7FFF",
        "BackgroundColor": "#000000FF"
    }
     
  18. Still not working, also, I want to get rid of the planet rust thing but the 'false' options for it do nothing...

    Slightly edited the code again, but still verifiys and STILL opens on start up.... No issues or errors on launch, config is called ServerInfo.json

    Code:
    {
        "Tabs": [
            {
                "ButtonText": "Commands",
                "HeaderText": "Commands",
                "Pages": [
                    {
                        "TextLines": [
                            "/kit - Shows kits, caps sensitive. (like /kit Daily)",
                            "/clan - Gives further information on clan functions",
                            "/who or /online - Shows info on players that are online",
                            "/rules - Shows rules",
                            "/help - Shows information on plugins",
                            "/info - Shows this page again",
                            "/pm - Personal message a player (/pm obbler message)",
                            "/wipeinfo - Gives information on the wipe"
                        ],
                        "ImageSettings": [
                       
                        ]
                    },
                    {
                        "TextLines": [
                            "/toggle - Hides / shows players online GUI",
                            "/clock - Hides / shows clock GUI",
                            "/compass - Hides / shows compass GUI",
                            "/tpr - Teleport request (to teleport to them /tpr obbler)",
                            "/tpa - Accepts an incoming teleport request",
                            "/home - Teleports you home (/home name)",
                            "/sethome - Sets a teleport home (/sethome name)",
                            "/rank - Shows rank",
                            "/top - Shows top 10 players",
                            "/resetme - Resets your rank"
                        ],
                        "ImageSettings": []
                    },
                    {
                        "TextLines": [
                            "/pet - Activate / de-activate NPC mode.",
                            "More info on /pet - Press E on an animal to tame",
                            "/pet free - Release the pet you have tamed",
                            "/pet sleep - Put your pet to sleep",
                            "/pet draw - Toggle arrows on actions",
                            "/pet info - Shows information on your pet",
                            "Press E on things for your pet to interact",
                            "Pressing E will move/eat/attack.",
                            "Press R to toggle following on and off"
                        ],
                        "ImageSettings": []
                    },
                    {
                        "TextLines": [
                            "/bank <inv|bank> - List items currently in your inventory or bank",
                            "/bank add <item> <no.>- Deposit item into your bank with amount",
                            "/bank <take|delete> <id> - Withdraw or delete item from your bank",
                            "/bank <takeall|empty> - Withdraw or empty all items from bank",
                            "TIP - Press the text chat button (t) and scroll to see",
                            "what your bank contains after using commands"
                        ],
                        "ImageSettings": []
                    }
                ],
                "TabButtonAnchor": 4,
                "TabButtonFontSize": 16,
                "HeaderAnchor": 0,
                "HeaderFontSize": 32,
                "TextFontSize": 16,
                "TextAnchor": 3,
                "OxideGroup": ""
            },
            {
                "ButtonText": "Info",
                "HeaderText": "Information",
                "Pages": [
                    {
                        "TextLines": [
                            "Welcome to RustyIsland!",
                            "Active staff with bank, pets, night & day time, meteors, 7x gather",
                            "good anti-cheat, auto-lanterns, sign artist, diverse airdrop loot,",
                            "varied barrel and crate loot, custom quarry health, enough kits,",
                            "good VIP and SuperVIP rewards."
                        ],
                        "ImageSettings": []
                    }
                ],
                "TabButtonAnchor": 4,
                "TabButtonFontSize": 16,
                "HeaderAnchor": 0,
                "HeaderFontSize": 32,
                "TextFontSize": 16,
                "TextAnchor": 3,
                "OxideGroup": ""
            },
            {
                "ButtonText": "VIP",
                "HeaderText": "VIP",
                "Pages": [
                    {
                        "TextLines": [
                            "VIP = £2.00-4.99",
                            "SuperVIP = £5.00+",
                            "ALL DONATIONS IN STEAM ITEMS / GIFTS (Preferably CSGO or Rust)",
                            "Be rewarded with extra daily kits, bank access and new pets",
                            "Contact Tobias the Great now! (Lasts forever!)"
                        ],
                        "ImageSettings": []
                    }
                ],
                "TabButtonAnchor": 4,
                "TabButtonFontSize": 16,
                "HeaderAnchor": 0,
                "HeaderFontSize": 32,
                "TextFontSize": 16,
                "TextAnchor": 3,
                "OxideGroup": ""
            }
        ],
        "ShowInfoOnPlayerInit": false,
        "TabToOpenByDefault": 0,
        "Position": {
            "MinX": 0.15,
            "MaxX": 0.9,
            "MinY": 0.2,
            "MaxY": 0.9
        },
        "BackgroundImage": {
            "Enabled": true,
            "Position": {
                "MinX": 0,
                "MaxX": 1,
                "MinY": 0,
                "MaxY": 1
            },
            "Url": "http://7-themes.com/data_images/out/35/6889756-black-backgrounds.jpg",
            "TransparencyInPercent": 100
        },
        "ActiveButtonColor": "#00FFFFFF",
        "InactiveButtonColor": "#7F7F7FFF",
        "CloseButtonColor": "#7F7F7FFF",
        "NextPageButtonColor": "#7F7F7FFF",
        "PrevPageButtonColor": "#7F7F7FFF",
        "BackgroundColor": "#000000FF"
    }
     
  19. You need to edit server_info_text.json :) read description thoroughly pls