ServerInfo

Moved

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

5/5, 53 likes
  1. red text on screen, fix it please.
     
  2. I added everything that I wanted to the file and then ran it thru a json file verifier. It helped me find the flaws in what I was doing.
     
  3. Still the same here. All verified but same problems. Dont think this will ever be updated. Last time was back in 2017 :)
     
  4. It works here... only after first day ini(disp. only once a day) it is not clickable... players must log out and back in... by chat command its all ok.
     
  5. Works - Do not delete links from images that are there.

    Code:
      "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": 0
                  },
                  {
                    "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": 0
                  },
                  {
                    "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": 0
                  },
                  {
                    "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": 0
     
  6. Can you give ur .cs file?
     
  7. sort out... working! the configuration file is edited, all references to the pictures
    Code:
                ],
                "ImageSettings": []
              }
            ],
     
  8. Just download the latest version of this module from the owner of the plugin - and do not delete image links. You only change the parameters:
    Code:
     "TransparencyInPercent": 0
    Instead of 100, you enter 0 and everything works
     
  9. Oh god, i edit .cs file, but need change .json file... :) thx all working fine!
     
  10. No worries, did you get the reverting to default file fixed as well?
     
  11. Is there a way to add a single image for the background?
    [DOUBLEPOST=1529748558][/DOUBLEPOST]NM I found it sorry
     
  12. I have same problem but i dont have the server_info_text.json. do i just add a new file thats called that? and the ServerInfo.json file?
     
  13. Solved the issue

    If I dont want any image what should I remove? I tried to removed the URL links but I got red errors and crashed my server.
     
    Last edited by a moderator: Jun 23, 2018
  14. You need to remove all the images to look like this. "ImageSettings": [] a little demo below.

    Code:
    "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": []
              },
              {
                "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": []
              }
            ],
     
  15. Thank you I got it :)
     
  16. No worries
     
  17. Yes Paul I did once I ran it thru the json file verifier.

     
  18. So I've ran my json file through a validator and it says its valid json, however still getting an issue where the default window pops up and shows the same default text... Can someone give me a suggestion how to fix?

    Here's my json file:

    Code:
    {
        "Tabs": [{
                "ButtonText": "Welcome",
                "HeaderText": "Welcome",
                "Pages": [{
                        "TextLines": [
                            "<color=red>Welcome to our Rust Server</color>",
                            "We aim to be a friendly community server where all kinds of players can join and have a good time.",
                            "Server is still under some construction so please be patient",
                            "Have fun and see you guys around!",
                            "type <color=red> /info </color> to re-open this window",
                            "Please go to the next page for Commands that can be used on the server."
                        ],
                        "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": 0
                            },
                            {
                                "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": 0
                            },
                            {
                                "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": 0
                            },
                            {
                                "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": 0
                            }
                        ]
                    },
                    {
                        "TextLines": [
                            "Available Commands:",
                            "<color=red> /info </color> : Re-Open this window",
                            "type <color=blue> /playercounter</color> in chat to toggle player counter",
                            "type <color=green> /clock</color> in chat to toggle Clock",
                            "type <color=orange> /clock server</color> in chat to toggle Server Clock",
                            "type <color=yellow> /pm & Player Name</color> to send a player a private message",
                            "type <color=red> /r</color> to reply to the last private message you received",
                            "<color=red> /Home add /Name/ </color> : Set location as your Home (Max: 5)",
                            "<color=red> /Home remove /Name/ </color> : Remove home location",
                            "<color=red> /Home /Name/ </color> : Teleports you to your home location",
                            "type <color=orange>/home</color> remove /Name/ - Removes the location of your saved home with /Name/",
                            "type <color=yellow>/tphelp</color> - For Help",
                            "<color=red> /Remove </color> : Remove any entity you own/control",
                            "type <color=blue>/trade /Partial or Full Player Name/</color> to send trade request",
                            "type <color=green>/trade accept</color> to accept a trade request",
                            "type <color=orange>/playtime</color> to see your playtime on server"
                        ],
                        "ImageSettings": []
                    },
                    {
                        "TextLines": [
                            "Tickets commands",
                            "<color=red> /ticket create /Message/ </color> : Creates a New Ticket",
                            "<color=red> /ticket view /Ticket ID/ </color> : View a Ticket",
                            "<color=red> /ticket list </color> : View your Tickets",
                            "You can use this system to suggest new stuff for the server and to warn the Admins about any problems",
                            "If you spam the ticket system for no apparent reason you will get <color=red> BANNED </color>"
                        ],
                        "ImageSettings": []
                    }
                ],
                "TabButtonAnchor": 4,
                "TabButtonFontSize": 16,
                "HeaderAnchor": 0,
                "HeaderFontSize": 32,
                "TextFontSize": 16,
                "TextAnchor": 3,
                "OxideGroup": ""
            },
            {
                "ButtonText": "Server Rules",
                "HeaderText": "Server Rules",
                "Pages": [{
                    "TextLines": [
                        "<color=red>Rules</color>",
                        "The Server Rules are absolute. NO EXCEPTIONS!",
                        "- No Asking for Admin. This will get you anything but Admin.",
                        "- No Racism/Sexism/Politics etc. Be nice & respectful of others",
                        "- No KOS, Base-Raiding or PVP'ing unless in Event Area",
                        "- No Begging/Asking for items/resources. Work for them and you'll get them",
                        "- If you want a particular item/resource, ask for a trade in chat. Someone in the community will help you out if they can",
                        "- If you require Admin's assistance, just please ask and you will get it when they are available (E.G. Removing blocks or stuck in building)",
                        "- Do not advertise anything on our server",
                        "- Do not spam the chat or players",
                        "- Do not accuse moderator or admins for using there admin power",
                        "If Admin is not online and you require assistance/need to report something",
                        "Please send an email to",
                        "<color=blue>my email l@ gmail.com</color>",
                        "I will get back to you ASAP"
                    ],
                    "ImageSettings": []
                }],
                "TabButtonAnchor": 4,
                "TabButtonFontSize": 16,
                "HeaderAnchor": 0,
                "HeaderFontSize": 32,
                "TextFontSize": 16,
                "TextAnchor": 3,
                "OxideGroup": ""
            },
            {
                "ButtonText": "Active Plugins",
                "HeaderText": "Active Plugins",
                "Pages": [{
                    "TextLines": [
                        "Plugins On Server",
                        "In Game Clock",
                        "Blueprint Manager",
                        "Everlight",
                        "NoDecay",
                        "ServerInfo",
                        "LootLogs",
                        "StackSizeController",
                        "True PVE",
                        "ZLevels Remastered",
                        "PlayerCounter",
                        "Private Messaging",
                        "RaidNotes",
                        "BetterChat",
                        "Player Rankings For Rust",
                        "Timed Events",
                        "Building Block GUI",
                        "GUI Announcements",
                        "N-Teleportation",
                        "Permissions Manager",
                        "Player Manager",
                        "RulesGUI",
                        "TimeOfDay for Rust",
                        "Trade",
                        "Tickets",
                        "Playtime Tracker"
                    ],
                    "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": 50
        },
        "ActiveButtonColor": "#00FFFFFF",
        "InactiveButtonColor": "#7F7F7FFF",
        "CloseButtonColor": "#7F7F7FFF",
        "NextPageButtonColor": "#7F7F7FFF",
        "PrevPageButtonColor": "#7F7F7FFF",
        "BackgroundColor": "#000000FF"
    }
     
  19. It look a little bit different than mine. Like its missing the "settings": { on the top left just before the tabs. I dont know if it means anything. And my { arent in the same spot as yours. Agan Im not a coder so I dont know if it means anything. But mine works :)
     
  20. I looked over it Missy is right and I think i have fixed it for u here. U was missing the top part settings and the closing bracket.

    Code:
    {
      "settings":{
        "Tabs": [{
                "ButtonText": "Welcome",
                "HeaderText": "Welcome",
                "Pages": [{
                        "TextLines": [
                            "<color=red>Welcome to our Rust Server</color>",
                            "We aim to be a friendly community server where all kinds of players can join and have a good time.",
                            "Server is still under some construction so please be patient",
                            "Have fun and see you guys around!",
                            "type <color=red> /info </color> to re-open this window",
                            "Please go to the next page for Commands that can be used on the server."
                        ],
                        "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": 0
                            },
                            {
                                "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": 0
                            },
                            {
                                "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": 0
                            },
                            {
                                "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": 0
                            }
                        ]
                    },
                    {
                        "TextLines": [
                            "Available Commands:",
                            "<color=red> /info </color> : Re-Open this window",
                            "type <color=blue> /playercounter</color> in chat to toggle player counter",
                            "type <color=green> /clock</color> in chat to toggle Clock",
                            "type <color=orange> /clock server</color> in chat to toggle Server Clock",
                            "type <color=yellow> /pm & Player Name</color> to send a player a private message",
                            "type <color=red> /r</color> to reply to the last private message you received",
                            "<color=red> /Home add /Name/ </color> : Set location as your Home (Max: 5)",
                            "<color=red> /Home remove /Name/ </color> : Remove home location",
                            "<color=red> /Home /Name/ </color> : Teleports you to your home location",
                            "type <color=orange>/home</color> remove /Name/ - Removes the location of your saved home with /Name/",
                            "type <color=yellow>/tphelp</color> - For Help",
                            "<color=red> /Remove </color> : Remove any entity you own/control",
                            "type <color=blue>/trade /Partial or Full Player Name/</color> to send trade request",
                            "type <color=green>/trade accept</color> to accept a trade request",
                            "type <color=orange>/playtime</color> to see your playtime on server"
                        ],
                        "ImageSettings": []
                    },
                    {
                        "TextLines": [
                            "Tickets commands",
                            "<color=red> /ticket create /Message/ </color> : Creates a New Ticket",
                            "<color=red> /ticket view /Ticket ID/ </color> : View a Ticket",
                            "<color=red> /ticket list </color> : View your Tickets",
                            "You can use this system to suggest new stuff for the server and to warn the Admins about any problems",
                            "If you spam the ticket system for no apparent reason you will get <color=red> BANNED </color>"
                        ],
                        "ImageSettings": []
                    }
                ],
                "TabButtonAnchor": 4,
                "TabButtonFontSize": 16,
                "HeaderAnchor": 0,
                "HeaderFontSize": 32,
                "TextFontSize": 16,
                "TextAnchor": 3,
                "OxideGroup": ""
            },
            {
                "ButtonText": "Server Rules",
                "HeaderText": "Server Rules",
                "Pages": [{
                    "TextLines": [
                        "<color=red>Rules</color>",
                        "The Server Rules are absolute. NO EXCEPTIONS!",
                        "- No Asking for Admin. This will get you anything but Admin.",
                        "- No Racism/Sexism/Politics etc. Be nice & respectful of others",
                        "- No KOS, Base-Raiding or PVP'ing unless in Event Area",
                        "- No Begging/Asking for items/resources. Work for them and you'll get them",
                        "- If you want a particular item/resource, ask for a trade in chat. Someone in the community will help you out if they can",
                        "- If you require Admin's assistance, just please ask and you will get it when they are available (E.G. Removing blocks or stuck in building)",
                        "- Do not advertise anything on our server",
                        "- Do not spam the chat or players",
                        "- Do not accuse moderator or admins for using there admin power",
                        "If Admin is not online and you require assistance/need to report something",
                        "Please send an email to",
                        "<color=blue>my email l@ gmail.com</color>",
                        "I will get back to you ASAP"
                    ],
                    "ImageSettings": []
                }],
                "TabButtonAnchor": 4,
                "TabButtonFontSize": 16,
                "HeaderAnchor": 0,
                "HeaderFontSize": 32,
                "TextFontSize": 16,
                "TextAnchor": 3,
                "OxideGroup": ""
            },
            {
                "ButtonText": "Active Plugins",
                "HeaderText": "Active Plugins",
                "Pages": [{
                    "TextLines": [
                        "Plugins On Server",
                        "In Game Clock",
                        "Blueprint Manager",
                        "Everlight",
                        "NoDecay",
                        "ServerInfo",
                        "LootLogs",
                        "StackSizeController",
                        "True PVE",
                        "ZLevels Remastered",
                        "PlayerCounter",
                        "Private Messaging",
                        "RaidNotes",
                        "BetterChat",
                        "Player Rankings For Rust",
                        "Timed Events",
                        "Building Block GUI",
                        "GUI Announcements",
                        "N-Teleportation",
                        "Permissions Manager",
                        "Player Manager",
                        "RulesGUI",
                        "TimeOfDay for Rust",
                        "Trade",
                        "Tickets",
                        "Playtime Tracker"
                    ],
                    "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": 50
        },
        "ActiveButtonColor": "#00FFFFFF",
        "InactiveButtonColor": "#7F7F7FFF",
        "CloseButtonColor": "#7F7F7FFF",
        "NextPageButtonColor": "#7F7F7FFF",
        "PrevPageButtonColor": "#7F7F7FFF",
        "BackgroundColor": "#000000FF"
    }
    }