ServerInfo

Moved

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

5/5, 53 likes
  1. Thank you ^^
     
  2. Hmm I will have to look at it, and maybe post in the support thread for that plugin, I do not have that plugin, explains why I do not have this issue

    Seems you are correct, I have attatched a fixed version of PlayerCounter in it's support thread here

    PlayerCounter | Page 3 | Oxide
     
    Last edited by a moderator: Aug 24, 2016
  3. it's very nice that you have identified the problem but i can't get in touch with the server admins so i'll ask again.

    is there a way to close the infopanel or the PlayerCounter using the RUST console, please?
     
  4. No not from your end, the plugin needs to be updated, or removed by an admin/owner
     
  5. thank you, i'll go sob in the corner till they fix it
     
  6. Here is a Version with the Close button moved down just above Next Page :D
     
    Last edited by a moderator: Dec 29, 2016
  7. Nice Jobs thanks for this :)
    Il have one more question...
    Il There a possibility with gui help to have at logon only one page in full screen like a motd with à close button on the bottom center?
     
  8. Any way to add a url so if they click it it opens the website?
     
  9. No that is not possible
     
  10. we write our custom text in the json file, upload it and restart the server, but everytime we restart it the json file gets reset to its normal text?
     
  11. You json has errors and is getting reset to default, try

    JSONLint - The JSON Validator.

    to check it for errors first?
     
  12. I have uploaded several mods and managed to work my way through most config files to customise the settings. I am however stumped with this plugin trying to add images. Can someone give me a 'Dummies Walk-through' on how to enter the URL's for images into the config file please?

    I have tried several variations in trying to achieve this, but I'm obviously missing a piece of line code somewhere?
     
  13. Inside ServerInfo.JSON
    Code:
    {
      "settings": {
      "Tabs": [
      {
      "ButtonText": "First Tab",
      "HeaderText": "First Tab",
      "Pages": [
      {
      "TextLines": [
      "This is first 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",
      "Press next page to check second page.",
      "You may add more pages in config file."
      ],
      "ImageSettings": [ ]
      },
    
    Paste this code
    Code:
      {
      "Position": {
      "MinX": 0.0,
      "MaxX": 1.0,
      "MinY": 0.0,
      "MaxY": 1.0
      },
      "Url": "https://i.ytimg.com/vi/OA8USRAV5b4/maxresdefault.jpg",
      "TransparencyInPercent": 100
      }
    
    under:

    "ImageSettings": [ code goes here ]

    You can set a different URL for each page and tab with this method. Change the URL to your desired image and scale it with the positioning if needed to make it fit better :D
     
    Last edited by a moderator: Aug 31, 2016
  14. Thank you for the speedy reply. I followed your instructions, however no image appeared. I'm hoping you would have some time to scan the attached file, as it feels like I am so close (??)
     

    Attached Files:

  15. Looking

    edit

    Odd, works perfectly for me, I loaded your JSON on my test server and I see the background image on the first tab.

    You reloaded the plugin after making the changes I assume?

    Maybe try this version of the plugin as that is what I am using
     
    Last edited by a moderator: Dec 29, 2016
  16. Your version of the '.cs' file worked perfectly. Thank you so much for that!! Really appreciate it.
     
  17. :D Glad to help!
     
  18. Was wondering if someone could help me fix the color and remove the help button from the bottom left of the screen, I've written all the stuff i want on the 3 tabs but it's just not working if you could help please add me on steam "KrypTarch"
     
  19. How do you make it so this dosn't popup on spawn?
     
  20. inside config

    "ShowInfoOnPlayerInit": true,

    Change to false