I did not proof that button function after i did take over the plugin...When i find the time for it i do a lookup for it.
ServerInfo
Moved
Total Downloads: 10,612 - First Release: Aug 29, 2015 - Last Update: Oct 27, 2017
- 5/5, 53 likes
-
I had UI from InfoPanel on top of Help button thats why i couldnt click on it^^ -
how can i remove the "NEXT" "Previous" Buttons
-
Loving this plugin, works great! Is it possible to add a custom button to the UI that on click would execute a chat command? I mean, I'm sure it's possible, but is it possible for a lowly admin like me?
I'd really like to be able to display a certain category leader from PlayerChallenges in this UI, but being able to add a custom button that would bring up the leaderboard on click would be great too. -
Hi @Wulf
Code:(14:21:11) | Error while compiling ServerInfo.cs(266,21): error CS1061: Type `ConsoleSystem.Arg' does not contain a definition for `connection' and no extension method `connection' of type `ConsoleSystem.Arg' could be found. Are you missing an assembly reference?
Code:(14:21:55) | Error while compiling PrivateZones.cs(56,20): error CS1061: Type `BasePlayer' does not contain a definition for `TransformChanged' and no extension method `TransformChanged' of type `BasePlayer' could be found. Are you missing an assembly reference?
Is it normal? -
2) Wrong plugin thread -
Hi there, ur latest option look good ! I try it now
BR -
Thank you. -
Me again maybe something wrong? the latest option "ShowInfoOnlyOncePerRuntime": true but all time when reached the server show the panel info ! what i do wrong?
-
-
Hey,
I've downloaded the plugin and put it in the correct folder, but..
"Config file is in file: oxide/config/ServerInfo.json"
i dont have that file in the config folder? do i need to custom make it?
edit: i custom made my serverinfo.json file using the validator, but still it doesn't work after a oxide.reload serverinfoLast edited by a moderator: Feb 28, 2017 -
-
Hey,
we are trying to add more pages to the file but when I change the code on the same way the other pages are created it just gives an error and doesn't work. Can anyone help? It gives the error at line 132, the line where I put the new page.
Code:
Code:{ "settings": { "Tabs": [ { "ButtonText": "Home", "HeaderText": "home", "Pages": [ { "TextLines": [ "Welkom bij spacebear.", "volgende pagina staat alle info en commands die je kunt gebruiken.", "next page you see the commands ", "type <color=red> /info </color> to open this window", ":).", "groetjes spacebear team" ], "ImageSettings": [ { "Position": { "MinX": 0.0, "MaxX": 0.5, "MinY": 0.0, "MaxY": 0.5 }, "Url": "http://i.imgur.com/L0G52BQ.png", "TransparencyInPercent": 100 }, { "Position": { "MinX": 0.5, "MaxX": 1.0, "MinY": 0.0, "MaxY": 0.5 }, "Url": "http://eskipaper.com/images/solid-blue-background-2.jpg", "TransparencyInPercent": 100 }, { "Position": { "MinX": 0.0, "MaxX": 0.5, "MinY": 0.5, "MaxY": 1.0 }, "Url": "http://eskipaper.com/images/solid-blue-background-2.jpg", "TransparencyInPercent": 100 }, { "Position": { "MinX": 0.5, "MaxX": 1.0, "MinY": 0.5, "MaxY": 1.0 }, "Url": "http://eskipaper.com/images/solid-blue-background-2.jpg", "TransparencyInPercent": 100 } ] }, { "TextLines": [ "Spacebear commands", "Sign Artist: /sil <URL> [raw] -- load picture from url .", "clan /clanhelp see all clan commands", "/tpr <name> /tpa /sethome <name> ", "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": "Commands", "HeaderText": "Commands", "Pages": [ { "TextLines": [ "Spacebear commands", "Sign Artist: /sil <URL> [raw] -- load picture from url .", "clan /clanhelp see all clan commands", "/tpr <name> /tpa /sethome <name> " ], "ImageSettings": [] } ], "TabButtonAnchor": 4, "TabButtonFontSize": 16, "HeaderAnchor": 0, "HeaderFontSize": 32, "TextFontSize": 16, "TextAnchor": 3, "OxideGroup": "" }, { "ButtonText": "Spacebear Rules", "HeaderText": "Rules", "Pages": [ { "TextLines": [ "Here come the rules from the server" ], "ImageSettings": [] } ], "TabButtonAnchor": 4, "TabButtonFontSize": 16, "HeaderAnchor": 0, "HeaderFontSize": 32, "TextFontSize": 16, "TextAnchor": 3, "OxideGroup": "" } { "ButtonText": "Test", "HeaderText": "Test", "Pages": [ { "TextLines": [ "Dit is een Super Epische test pagina" ], "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": "http://eskipaper.com/images/solid-blue-background-2.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 } }
-
any help with this error?
Console: ServerInfo.cs(1117,0): error CS1525: Unexpected symbol `--' -
Same bloblem, any solution?
-
-
-
-
anyone know how to add russian text to config file? every time i save russian text in it, it translates the russian text to "???? ???? ???? ???? ???" my encoding says its UTF-8 so shouldnt it work?