ServerInfo

Moved

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

5/5, 53 likes
  1. is a Button "accept" Possible like RulesGui?
     
  2. where in the config file?
     
  3. Hi there!

    How to make the background Transparent?
    [DOUBLEPOST=1518625629][/DOUBLEPOST]Hi there i found out how to make it Transparent but there is a problem,
    everytime i do /info there is a BLUE image behind it i cant find the image in the config file or the plugin
    Gyazo - 2e0b5dbd930d15e91cce21bf01b1bf33.gif

    Code:
    {
      "settings": {
        "Tabs": [
          {
            "ButtonText": "Rustmania",
            "HeaderText": "Rustmania",
            "Pages": [
              {
                "TextLines": [
                  "Rustmania Work in progress",
                  "Rustmania Work in progress",
                  "Rustmania Work in progress",
                  "Rustmania Work in progress",
                  "Rustmania Work in progress",
                  "Rustmania Work in progress"
                ],
                "ImageSettings": []
              },
              {
                "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": "Second Tab",
            "HeaderText": "Second Tab",
            "Pages": [
              {
                "TextLines": [
                  "This is second tab, first 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",
                  "You may add more pages in config file."
                ],
                "ImageSettings": []
              }
            ],
            "TabButtonAnchor": 4,
            "TabButtonFontSize": 16,
            "HeaderAnchor": 0,
            "HeaderFontSize": 32,
            "TextFontSize": 16,
            "TextAnchor": 3,
            "OxideGroup": ""
          },
          {
            "ButtonText": "Third Tab",
            "HeaderText": "Third Tab",
            "Pages": [
              {
                "TextLines": [
                  "This is third tab, first 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",
                  "You may add more pages in config file."
                ],
                "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": true,
          "Position": {
            "MinX": 0.0,
            "MaxX": 1.0,
            "MinY": 0.0,
            "MaxY": 1.0
          },
          "Url": "https://i.imgur.com/NV7PS8A.png",
          "TransparencyInPercent": 10
        },
        "ActiveButtonColor": "#0255255255",
        "InactiveButtonColor": "#127127127255",
        "CloseButtonColor": "#127127127255",
        "NextPageButtonColor": "#127127127255",
        "PrevPageButtonColor": "#127127127255",
        "BackgroundColor": "#000255",
        "HelpButton": {
          "IsEnabled": true,
          "Text": "Help",
          "Position": {
            "MinX": 0.0,
            "MaxX": 0.05,
            "MinY": 0.1,
            "MaxY": 0.14
          },
          "Color": "#127127127255",
          "FontSize": 18
        },
     
  4. @Fujikura Could u help me?
     
  5. scroll down at the bottom and search for this line:
    "TransparencyInPercent": 10 change it to 0 and it should work

    if this not work search for this line: "BackgroundColor": "#000255",

    and change it to this: "BackgroundColor": "",

    svave the changes and reload the plugin!
     
  6. gif pics are not supportet u need png or jpg pics!
     
  7. This image is behind it all the time d5d95a2da24c957b5e5805fc30a95d1b.png
     
  8. this means that it can't load the image or you use a wrong image URL

    upload the png or jpg pic to imgur or other image hosting pages and use theyr URL

    keep in mind that GIF's wont work!!!!!
     
  9. The image is still behind it this plugin is just broke, I expected some more help!
    This is my config file nothing is wrong with it but that image is behind the normal image all the time..
     

    Attached Files:

  10. this is just a white pic

    Screenshot
     
  11. But when u open it there is an image behind it
     
  12. no there is no image behind anything i checked all image URLs from your json there is only one and that is white...
     
  13. Hi,
    im trying to validate my config but it seems im to stupid to figure it out. can some one pls help me :(
    Would also be nice in the img would cover the whole thing and just not cover a smal square.
    Code:
    {
    "settings": {
    "Tabs": [{
    "ButtonText": "Welcome",
    "HeaderText": "Welcome to Europe Radiation",
    "Pages": [{
    "TextLines": [
    "Have fun and dont be a dick!.",
    "Make sure you read the rules.",
    "The Admin is very active. If you need to report something, contact Merlingsx on steam."
        ],
    "ImageSettings": [{
    "Position": {
    "MinX": 0.5,
    "MaxX": 1.0,
    "MinY": 0.5,
    "MaxY": 1.0
        },
    "Url": "https://i.imgur.com/Wr8x6cP.jpg",
    "TransparencyInPercent": 60
        }],
    "TabButtonAnchor": 4,
    "TabButtonFontSize": 16,
    "HeaderAnchor": 0,
    "HeaderFontSize": 32,
    "TextFontSize": 16,
    "TextAnchor": 3,
    "OxideGroup": ""
        },
        {
    "ButtonText": "Rules",
    "HeaderText": "Server rules",
    "Pages": [{
    "TextLines": [
    "No Hacking",
    "No Exploiting",
    "No Cheating",
    "No Advertising",
    "Do Not Spam Chat",
    "Do Not Ask The Admin for Items"
        ],
    "ImageSettings": [{
    "Position": {
    "MinX": 0.5,
    "MaxX": 1.0,
    "MinY": 0.5,
    "MaxY": 1.0
        },
    "Url": "https://i.imgur.com/Wr8x6cP.jpg",
    "TransparencyInPercent": 60
        }],
    "TabButtonAnchor": 4,
    "TabButtonFontSize": 16,
    "HeaderAnchor": 0,
    "HeaderFontSize": 32,
    "TextFontSize": 16,
    "TextAnchor": 3,
    "OxideGroup": ""
        },
        {
    "ButtonText": "Mods",
    "HeaderText": "List of plugins on this server",
    "Pages": [{
    "TextLines": [
    "Autodoors",
    "Connectmessages",
    "Craftingcontroller",
    "Customdecay",
    "Deathnotes",
    "Enhancedhammer",
    "Fancydrop",
    "Furnacesplitter",
    "Gathermanager",
    "Infopanel",
    "Itemskinrandomizer",
    "Kits",
    "Magicloot",
    "Nightlantern",
    "NTeleportation",
    "Quicksmelt",
    "Removertool",
    "Serverinfo",
    "Skipnight",
    "Stacksizecontroller"
        ],
    "ImageSettings": [{
    "Position": {
        "MinX": 0.5,
        "MaxX": 1.0,
        "MinY": 0.5,
        "MaxY": 1.0
        },
        "Url": "https://i.imgur.com/Wr8x6cP.jpg",
        "TransparencyInPercent": 60
        }],
        "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": 90
        },
        "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,
        }
        ]
     
  14. Hello, type /info and i get:
    Code:
    NetworkData.Write - no handler to write Facepunch.ObjectList -> Facepunch.ObjectList
    Nothing displayed...

    Server and oxide updated
     
  15. haaai there,

    i got some errors while i progrem my ServerInfo.json
    can some1 check it and repair it?

    thnx
    Sayeah
     

    Attached Files:

  16. Hi. A small bug of defaults: colors not in HEX format.
     
  17. Hi all..

    It seems like im having a problem closing this config file.

    Can someone help.

    Code:
    {
      "settings": {
        "Tabs": [
          {
            "ButtonText": "Velkommen",
            "HeaderText": "Velkommen",
            "Pages": [
              {
                "TextLines": [
                  "Velkommen til [DK]Waverider.",
                  "På denne server har vi plads til alle, Nybegyndere og Erfarne.",
                  "Vi kører med mods på denne server. Se forskellige tabs for info",
                  "Skriv <color=red> /info </color> for at genåbne dette vindue"],
                "ImageSettings": []
              }
            ],
            "TabButtonAnchor": 4,
            "TabButtonFontSize": 16,
            "HeaderAnchor": 0,
            "HeaderFontSize": 32,
            "TextFontSize": 16,
            "TextAnchor": 3,
            "OxideGroup": ""
          },
          {
            "ButtonText": "Lantern Mod",
            "HeaderText": "Lantern Mod",
            "Pages": [
              {
                "TextLines": [
                  "Lantern Mod",
                  "Dette tænder automatisk de Lanterner som er placeret i dit hus.",
                  "Serveren er sat til ikke at bruge brændstof når den selv tænder",
                  "Den slukker også når helikopteren er i nærheden"],
                "ImageSettings": []
              }
            ],
            "TabButtonAnchor": 4,
            "TabButtonFontSize": 16,
            "HeaderAnchor": 0,
            "HeaderFontSize": 32,
            "TextFontSize": 16,
            "TextAnchor": 3,
            "OxideGroup": ""
          },
        {
            "ButtonText": "Visual Cupboard",
            "HeaderText": "Visual Cupboard",
            "Pages": [
              {
                "TextLines": [
                  "Visual Cupboard giver dig mulighed for at se dit cupboards byggeområde",
                  "Den danne en ring ud fra dit cupboard som kun du kan se.",
                  "Skriv <color=red> /showsphere </color> For at bruge det"],
                "ImageSettings": []
              }
            ],
            "TabButtonAnchor": 4,
            "TabButtonFontSize": 16,
            "HeaderAnchor": 0,
            "HeaderFontSize": 32,
            "TextFontSize": 16,
            "TextAnchor": 3,
            "OxideGroup": ""
          },
        {
            "ButtonText": "Server Regler",
            "HeaderText": "Server Regler",
            "Pages": [
              {
                "TextLines": [
                  "Der er meget få regler på serveren",
                  "Raid er tilladt, i det omfang at man ikke smadre folks baser.",
                  "Gør man dette er det et direkte Ban - Vi har aktive admins på serveren",
                  "Der kommer nok flere mods til med tiden. Så følg med her for mere info"],
                "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": "Black Backgrounds #6889756",
          "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
      }
    }
    [DOUBLEPOST=1520949274][/DOUBLEPOST]
    Found the solution
     
    Last edited by a moderator: Mar 13, 2018
  18. Never mind fixed it
     

    Attached Files:

    Last edited by a moderator: Mar 14, 2018