ServerInfo

Moved

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

5/5, 53 likes
  1. in the config set
    "ShowInfoOnPlayerInit": true,

    to false
     
  2. thanks!
     
  3. Hello, Thank you for your work.
    Place the text set before you down, but I get error on the server, is not created / info.
    Parts of the text are in Spanish.
    Code:
    var settings = new Settings();
                var firstTab = new HelpTab
                {
                    ButtonText = "Bienvenidos",
                    HeaderText = "Bienvenidos",
                    Pages =
                     {
                        new HelpTabPage
                        {
                            TextLines =
                            {
                                "Bienvenidos al Servidor de <color=Green>PARGUELAS</COLOR> (Chat=/info)",
                                "____________________________________,
                                "LISTA DE PLUGINS",
                                "________________",
                                "AFK - A los 19 minutos seras expulsado por inactividad",
                                "AutoDoors - Las puertas se cierran automaticamente",
                    "Clans - Crea tu clan con tus amigos",
                    "FiendFire - Activalo para no matar a tus amigos",
                    "CorpeDuration - Al morir, tu cuerpo permanece 20 minutos",
                    "DayVote - No te gusta la noche, vota y se hara de dia",
                    "Deathnotes - Informamos de todas la muertes y el por que",
                    "GUIShop - Tenemos una tienda, para que vendas o compres",
                    "NPC - Si te encuentras con uno podras negociar con el",
                    "ItemSkinRandomizer - ¿Cual Skin prefieres? Que tengas suerte!!!",
                    "Kits - Imprescindible, Y lo sabes!!!",
                    "LustyMap - ¿Quien no se ha perdido alguna vez en el mapa?, ahora no",
                    "NTeleportation - Home, TP, que necesitas",
                    "PlayerTrade - Negocia con otros Jugadores",
                    "PrivateMessage - Manda mensajes privados por el chat",
                    "SignArtist - ¿Eres un artista? Plasmalo en tus cuadros"
                            }
                        }
                     }
                };
                var secondTab = new HelpTab
                {
                    ButtonText = "Kits",
                    HeaderText = "Nuestros Kits",
                    Pages =
                    {
                        new HelpTabPage
                        {
                            TextLines =
                            {
                                "Kit Inicio - Ropa para no ir desnudos",
                    "Kit Tools - Pico y Hacha (Cada 6 horas)",
                    "Kit Build - Para contruir",
                                "Kit Comida - Para que no te mueras de hambre (Cada 6 horas)",
                                "Kit Arco - Un Arco y unas flechas (Cada hora)",
                                "Kit Salseo - Una Thompson con 30 Balas (Cada 6 horas)",
                                "Kit Airdrop - Dos Señalizadores dpara Airdrop (Casa 24 horas)",
                    "_____________________________________________________________",
                    "Para info Kits, habre el chat y pon /Kits",
                    "Habre el chat y pon /Kit "nombre kit",
                            }
                        }
                    }
                };
                var thirdTab = new HelpTab
                {
                    ButtonText = "Clan",
                    HeaderText = "Clan y Amigos",
                    Pages =
                    {
                        new HelpTabPage
                        {
                            TextLines =
                            {
                                "RUST:IO CLANS",
                                "_____________",
                                "Para crear tu clan utiliza lo siguiente",
                                "(/clan create "Nombre abreviado" "Descripcion")",
                                "Para Invitar a Jugadores que esten Online",
                    "(/clan invite "Nombre Jugador)",
                    "Para tirar a un jugador",
                    "(/clan kick "Nombre Jugador")",
                    "Para dar poderes de Moderador",
                    "(/clan promode "Nombre Jugador")",
                    "Para entrar en el clan por invitacion",
                    "(/clan join "Nombre del clan abreviado",
                    "Para mandar mensajes al clan",
                    "(/c .....)",
                    "",
                    "",
                    "RUST:IO FIRENDLYFIRE",
                    "____________________",
                    "Para habilitar un amigo dirigete a: [URL='http://map.playrust.io/?185.16.84.181:28215']Rust:IO[/URL]",
                    "En la pestaña de Aliados, pincha en tus amigos y habilitalos",
                    "Para activar o desactivar el fuego amigo",
                    "(/ff on|off) Por defecto estara desactivado",
                    "Para ver el estado",
                    "(/ff)",
                            }
                        }
                    }
                };
                var fourthTab = new HelpTab
                {
                    ButtonText = "DayVote",
                    HeaderText = "Cambio de Cilos del Dia",
                    Pages =
                    {
                        new HelpTabPage
                        {
                            TextLines =
                            {
                                "Cuando se este llegando a las 18:00 horas del juego, empieza el ciclo Nocturno",
                    "Para cambiar al ciclo Diurno tenemos una votacion establecida con DayVote",
                    "Cuando se te requiera tendras que poner esto en el chat:",
                                "(/DayVote Yes) para aceptar el cambio o (/DayVote No) para continuar",
                            }
                        }
                    }
                };
                var fifthTab = new HelpTab
                {
                    ButtonText = "NTeleportation",
                    HeaderText = "HOME y TP",
                    Pages =
                    {
                        new HelpTabPage
                        {
                            TextLines =
                            {
                                "Para crear un HOME, estando en una base de cimientos",
                    "home add <nombre>",
                    "Para ver la lista de HOME que tenemos:",
                                "home list",
                                "Para quitar un HOME",
                                "home remove <nombre>",
                                "Para teletransportarse al HOME",
                                "home <nombre>",
                                "_____________________________________________________"
                                "Para Teletransporte a un Jugador",
                                "tpr <nombre jugador>",
                                "Para aceptar a un Jugador teletransportarse a ti",
                                "tpa",
                                "Para cancelar un teletransporte",
                                "tpc",
                                "Para teletransportarte a una TOWN",
                                "TOWN",
                                "Para saber cuantos teltransportes te quedan o tiempor de espera",
                                "tpinfo",
                            }
                        }
                    }
                };
                var sixthTab = new HelpTab
                {
                    ButtonText = "Mensajes",
                    HeaderText = "Mensajes Privados",
                    Pages =
                    {
                        new HelpTabPage
                        {
                            TextLines =
                            {
                                "Puedes mandar mensajes privados a otros jugadores por el chat",
                    "pm <nombre jugaro><mensaje>",
                    "Para contestar a un mensaje privado",
                    "r <mensaje>",
                            }
                        }
                    }
                };
                var seventhTab = new HelpTab
                {
                    ButtonText = "SignArtist",
                    HeaderText = "Sube imagenes a tus cuadros",
                    Pages =
                    {
                        new HelpTabPage
                        {
                            TextLines =
                            {
                                "Puedes subir la imagen que quieras a tus cuadros o carteles",
                                "/sil <url>",
                                "Cuidado con la tematica, o sera baneado",
                                "Acercate al objetivo y escribe en el chat la secuencia",
                            }
                        }
                    }
                };
                var eighthTab = new HelpTab
                {
                    ButtonText = "GUISHOOP",
                    HeaderText = "Compra o Vende",
                    Pages =
                    {
                        new HelpTabPage
                        {
                            TextLines =
                            {
                                "Ponemos a tu disposicion una tienda con un NPC",
                                "Podras comprar o vender lo que necesites",
                                "Ves a la tienda que hemos establecido en el mapa y busca el NPC"
                            }
                        }
                    }
                };            settings.Tabs.Add(firstTab);
                settings.Tabs.Add(secondTab);
                settings.Tabs.Add(thirdTab);
                settings.Tabs.Add(fourthTab);
                settings.Tabs.Add(fifthTab);
                settings.Tabs.Add(sixthTab);
                settings.Tabs.Add(seventhTab);
                settings.Tabs.Add(eignthTab);            return settings;
            }
        }
     
    Last edited by a moderator: Jun 8, 2016
  4. What color blue is that? I can't seem to find it to load it...

    Never mind I'm dumb
     
    Last edited by a moderator: May 10, 2016
  5. Hi, trying to upload image but all i get is a question mark and a white backround. anyone knows how to fix this?
     
  6. At the bottom of the Json file is the URL area, I use imgur as I found this is the best for placing pics into rust plus is has
    Direct Link (email & IM)

    All pics on my server I have a imgure account just for my Rust so I know where everything is in case of an error

    Also make sure the pic is a jpg
     
    Last edited by a moderator: Dec 29, 2016
  7. Sweet, tyvm for the fast reply :)
     
    Last edited by a moderator: Dec 29, 2016
  8. Can someone help with this code? I just wanna take this pictures off and maybe some black background, and if someone can check whats wrong with this code not show in server right.
    Code:
    {
        "Tabs": [{
                    "ButtonText": "Rules",
                    "HeaderText": "Rules",
                    "Pages": [{
                        "TextLines": [
                            "No cheating or bug exploit",
                            "Respect other players.",
                            "Chat only english or finnish",
                            "No base in cave (admins destroyed them)",
                            "Have fun!",
                            "type <color=red> /info </color> to open this window",
                            "Seuraavalla sivulla SÄÄNNÖT suomeksi."
                        ],
                        "ImageSettings": []
                    }, {
                        "TextLines": [
                            "Ei huijaamista or bugien hyväksikäytttöä",
                            "Kunnioita muita pelaajia",
                            "Chattiin kirjoitetaan vain suomeksi tai englanniksi",
                            "Ei baseja luoliin tai kallion sisään (adminit tuhoaa nämä)",
                            "Pidä hauskaa",
                            "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": []
                    }, {
                        "ButtonText": "Server command",
                        "HeaderText": "Server command",
                        "Pages": [{
                            "TextLines": [
                                "TELEPORT",
                                "/home add <name> - Saves your current position as the location name.",
                                "/home list - Shows you a list of all the locations you have saved.",
                                "/home remove <name> - Removes the location of your saved homes.",
                                "/home <name> - Teleports you to the home location.",
                                "/tpr <player name> - Sends a teleport request to the player.",
                                "/tpa - Accepts an incoming teleport request.",
                                "/tpc - Cancel teleport or request.",
                                "/tpinfo",
                                "FRIEND AND FRIENDLY FIRE",
                                "/clan help",
                                "/friend <add|+/remove|-> <name/steamID> to add or remove someone",
                                "/ff on/off",
                                "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": "TS and report players",
                        "HeaderText": "TS and report players",
                        "Pages": [{
                            "TextLines": [
                                "Teamspeak 3 chanel:",
                                "Report players Steam group: ,Ts or ticket  ",
                                "type <color=red> /info </color> to open this window"
                            ],
                            "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"
    }
     
    Last edited by a moderator: May 16, 2016
  9. "BackgroundColor": "#000000FF" Change bg color "Black Backgrounds #6889756" pictures..
    [DOUBLEPOST=1463435878][/DOUBLEPOST]Set whole code here u are missing some parts
     
    Last edited by a moderator: May 16, 2016
  10. Since the last Rust update my users are reporting they don't have permission to view this plugin when they type "/info"
     
  11. How can I remove second pages on the config? what should I delete to set only the first page?
     
  12. What did i do wrong guys My tabs dont work ...
    Code:
    {
      "settings": {
      "Tabs": [
      {
      "ButtonText": "<color=#FFD700>Information </color>",
      "HeaderText": "<color=#FFD700>Server Information </color>",
      "Pages": [
      {
      "TextLines": [
      "The <b>Full Rusty Jacket, PvP Server.</b> Welcomes you!!! Enjoy the building, the crafting and the killing sprees ;)",
      "Most of all enjoy the gameplay in your own way on our server.",
      "who prefer surviving solo. No matter your gamestyle, you will be able to call this server home and invite many friends",
      "(and enemies) to join for the ultimate in PvP gaming experience.",
      "Other than the huge airdrop rates and Custom Loot, this server also has the following benefits. 10x Gather rates, Quicksmelt,",
      "Kits, Teleportation, Complex LustyMap, plus many more to",
      "add to the Rust experience.",
      "",
      "Further information on plugins and commands used can be found in the tabs to the left of this information screen.",
      "Any suggestions to improve the quality of gameplay on this server, please complete a ticket for the Administrators",
      "using the chat command <color=#FFD700> /ticket add <Message> </color>",
      "",
      "Type <color=#FFD700> /info </color> to view this window"
      ],
      "ImageSettings": []
      }
      ],
      "TabButtonAnchor": 4,
      "TabButtonFontSize": 24,
      "HeaderAnchor": 0,
      "HeaderFontSize": 32,
      "TextFontSize": 16,
      "TextAnchor": 3,
      "OxideGroup": ""
      },
      {
      "ButtonText": "<color=blue>Teleportation </color>",
      "HeaderText": "<color=blue>Teleportation and Home Information </color>",
      "Pages": [
      {
      "TextLines": [
      "Teleportation and the ability to set homes is a massive advantage to all players in Rust.",
      "",
      "On Full Rusty Jacket, PvP Server you have the ability to save up to four (4) home locations. With this comes a maximum of 10",
      "daily teleports to any of your set home locations. Additionally you will have the ability to teleport to other players up to",
      "10 times daily.",
      "",
      "A list of usable chat commands is as follows:",
      "  - <color=blue>home add <name> </color> - Saves your current position as the location name;",
      "  - <color=blue>home list </color> - Shows you a list of all the locations you have saved;",
      "  - <color=blue>home remove <name> </color> - Removes the location of your saved homes;",
      "  - <color=blue>home <name> </color> - Teleports you to the home location;",
      "  - <color=blue>tpr <player name> </color> - Sends a teleport request to the player;",
      "  - <color=blue>tpa </color> - Accepts an incoming teleport request;",
      "  - <color=blue>tpc </color> - Cancel teleport or request;",
      "  - <color=blue>town </color> - Teleports yourself to town;",
      "  - <color=blue>tpinfo </color> - Shows limits and cooldowns."
      ],
      "ImageSettings": []
      }
      ],
      "TabButtonAnchor": 4,
      "TabButtonFontSize": 24,
      "HeaderAnchor": 0,
      "HeaderFontSize": 32,
      "TextFontSize": 16,
      "TextAnchor": 3,
      "OxideGroup": ""
      },
      {
      "ButtonText": "<color=red>Rules </color>",
      "HeaderText": "<color=red>Server Rules </color>",
      "Pages": [
      {
      "TextLines": [
      "1.  <color=red>STRICTLY... NO CHEATING!!! INSTANT PERMANENT BAN!!! </color>",
      "2.  <color=red>NO </color> Abusing broken mechanics.",
      "3.  <color=red>NO </color> cyan>exploiting known bugs.",
      "4.  The following in-game activities are prohibited in the game:",
      "-  Use of bots, use of third-party software;",
      "-  Pretending to be a member of Administration;",
      "-  Building inside of rocks or glitching is not allowed. Although this is unavoidable at times, especially",
      "-  near caves.",
      "-  Advertisement, political propaganda or any other bullshit that doesn't belong in Rust.",
      "-  Rules are subject to change at short to no notice.",
      "5.  If you suspect any player of cheating in any way, please contact the Admins.",
      "6.  Enjoy the game. Banter and a laugh between players is welcome and encouraged on this server! Just remember,",
      "This is a game people, have fun and try not to take it too seriously. Games are more enjoyable to play together.",
      "7.  Respect thy fellow players."
      ],
      "ImageSettings": []
      }
      ],
      "TabButtonAnchor": 4,
      "TabButtonFontSize": 24,
      "HeaderAnchor": 0,
      "HeaderFontSize": 32,
      "TextFontSize": 16,
      "TextAnchor": 3,
      "OxideGroup": ""
      },
      {
      "ButtonText": "<color=#000080>AutoDoor </color>",
      "HeaderText": "<color=#000080>AutoDoor </color>",
      "Pages": [
      {
      "TextLines": [
      "AutoDoors is also used, to set or disable this feature, type /ad # (#=3-30) or /ad 0 to disable.",
      "","
      ],
      "ImageSettings": []
      }
      ],
      "TabButtonAnchor": 4,
      "TabButtonFontSize": 24,
      "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": "[URL]http://i.ytimg.com/vi/EnjcGZjIBVE/maxresdefault.jpg[/URL]",
      "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
      }
    }
     
    Last edited by a moderator: Jun 8, 2016

  13. Where is the server_info_text.json file under ?? Sorry for noob question haha new to this
     
  14. Code:
    (13:45:50) | [Oxide] 13:45 [Error] Failed to run a 2.00 timer in 'ServerInfo v0.4.0' (NullReferenceException: Object reference not set to an instance of an object)
    (13:45:50) | [Oxide] 13:45 [Debug]   at Oxide.Core.Event`2[T1,T2].Add (System.Action`2 callback) [0x00000] in <filename unknown>:0
      at Oxide.Core.Libraries.Timer+TimerInstance.Load (Int32 repetitions, Single delay, System.Action callback, Oxide.Core.Plugins.Plugin owner) [0x00000] in <filename unknown>:0
      at Oxide.Core.Libraries.Timer+TimerInstance..ctor (Oxide.Core.Libraries.Timer timer, Int32 repetitions, Single delay, System.Action callback, Oxide.Core.Plugins.Plugin owner) [0x00000] in <filename unknown>:0
      at Oxide.Core.Libraries.Timer.AddTimer (Int32 repetitions, Single delay, System.Action callback, Oxide.Core.Plugins.Plugin owner) [0x00000] in <filename unknown>:0
      at Oxide.Core.Libraries.Timer.Once (Single delay, System.Action callback, Oxide.Core.Plugins.Plugin owner) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.PluginTimers.Once (Single seconds, System.Action callback) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.ServerInfo.OnPlayerInit (.BasePlayer player) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.ServerInfo+<OnPlayerInit>c__AnonStorey2.<>m__0 () [0x00000] in <filename unknown>:0
      at Oxide.Core.Libraries.Timer+TimerInstance.Update (Single now) [0x00000] in <filename unknown>:0
     
  15. Can /info be changed to /help instead?

    EDIT: Figured it out. I just edited the command on Microsoft Visual Studio to "help"
     
    Last edited by a moderator: Jun 6, 2016
  16. Anyway possible to achieve total transparency in background?. I'd quite like works and tabs to show on screen only.
     
  17. This is my config below, for some reason the text that i have edited but it doesnt seem to show in game and shows the default settings, please help?
    Code:
    {
      "settings": {
        "Tabs": [
          {
            "ButtonText": "Commands",
            "HeaderText": "Commands",
            "Pages": [
              {
                "TextLines": [
                  "/info - To view this box",
                  "/home - Info on homes (setting home, removing, etc)",
                  "/remove [time in seconds] - To remove stuff you have place (walls, foundations, floors, etc)",
                  "/ignore [name] - Blocks private messages from said person",
                  "/clan help - Displays all info on clans 9creating clan, joining, leaving, etc)",
                  "/friend [add/remove] [name] - Adds someone as a friend so you dont do team damage",
                  "/sil - When looking at a sign will upload an image from the internet", "/pm [name] - Sends a private message to someone", "/r - To reply to the person who sent you a message", "/rank - Shows your current stats", "/ff [on/off] - Sets wether friendly fire is on or off", "/kit - Views your kits" ], "ImageSettings": [ { "Position": { "MinX": 0.5, "MaxX": 0.5, "MinY": 0.5, "MaxY": 0.5 }, "Url": "https://image.jimcdn.com/app/cms/image/transf/none/path/scd91b64c39cf8f8e/backgroundarea/i055b15b95965b497/version/1463337989/image.jpg", "TransparencyInPercent": 100 } ], "TabButtonAnchor": 4, "TabButtonFontSize": 16, "HeaderAnchor": 0, "HeaderFontSize": 32, "TextFontSize": 16, "TextAnchor": 3, "OxideGroup": "" }, { "ButtonText": "Rules", "HeaderText": "Rules", "Pages": [ { "TextLines": [ "<color=cyan>Respect all players</color>", "<color=orange>Avoid spamming in the chat</color>", "<color=red>No hacking/cheating</color>", "<color=pink>Have fun!</color>" ], "ImageSettings": [ { "Position": { "MinX": 0.5, "MaxX": 0.5, "MinY": 0.5, "MaxY": 0.5 }, "Url": "https://image.jimcdn.com/app/cms/image/transf/none/path/scd91b64c39cf8f8e/backgroundarea/i67fe08d02f8f514f/version/1463337990/image.jpg", "TransparencyInPercent": 100 } ], "TabButtonAnchor": 4, "TabButtonFontSize": 16, "HeaderAnchor": 0, "HeaderFontSize": 32, "TextFontSize": 16, "TextAnchor": 3, "OxideGroup": "" }, { "ButtonText": "Teamspeak and other links", "HeaderText": "Teamspeak and other links", "Pages": [ { "TextLines": [ "Teamspeak:", "Steam Group:", "Website: Savagewasteland.jimdo.com" ], "ImageSettings": [https://image.jimcdn.com/app/cms/image/transf/none/path/scd91b64c39cf8f8e/backgroundarea/ifdff97fb9138c969/version/1463337990/image.jpg] } ], "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": 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 } }
     
    Last edited by a moderator: Jun 8, 2016
  18. Wulf

    Wulf Community Admin

    Your config was not edited correctly, and as a result isn't valid JSON. Make sure to close quotations ", escape \', etc. You can use jsonlint.com to validate.
     
  19. Thanks so much this really helped me!
     
  20. Last edited by a moderator: Jun 9, 2016