Motd GUI

Shows a simple MOTD on the screen

Total Downloads: 1,587 - First Release: Jul 18, 2015 - Last Update: Apr 2, 2016

5/5, 5 likes
  1. It shows when the plugin is loaded, when a player connects and when they use /motd. It's working perfectly fine on my server :)
    [DOUBLEPOST=1437486520][/DOUBLEPOST]In case anyone's interested, I added a fade out for the image :)
     

    Attached Files:

  2. thanks :p perfect
     
  3. Thanks Super, i am HAPPY Works Great. ;)
     
  4. hey MrSmid, I am wanting to do this to the Rules GUI plugin, can you help me out?
     
  5. Why you are not asking this in the RulesGUI plugin ?
    Also i will add instructions in the RulesGUI FAQ page.
    If you are patient and you can wait then i will do this soon
     
  6. Hi Pain, I looked in that page and it was mentioned in there but you referred to this plugin, so I was looking into it and I stumbled across what MrSmid was doing. I meant no disrespect, I totally love what you are doing I just thought that he had the code and maybe with a little rearranging he could do the same to the Rules plugin.
     
  7. You problably misunderstood me :p Whatever its okay.
     
  8. I have no experience with coding. I would like to change the MOTD to show my plugin commands. In the main plugin file how would I add line breaks in addition to the stock "Today is a beautiful day"?

    Could anyone provide me a sample file where I fill in the blanks. I would like to have 5-6 lines.
     
  9. If you want to have more space for your messages replace lines 85 and 86 with
    Code:
                                        ""anchormin"": ""0 0"",
                                        ""anchormax"": ""1 1""
    
     
  10. Ok, here is an example of what I am looking to do. Just dont know how to physical lines in the code.
    [​IMG]
     
  11. Try this
    Code:
    {
      "Motd": {
      "Message": "<color=yellow>Today</color> is a beautiful day!\n /trr => for trades.\n /sil <url> => for custom signs. \n /remove => to remove walls.",
      "Title": "<color=red>Motd</color>"
      }
    }
     
  12. Thanks Pain. Will try when i get home tonight.
     
  13. Need some help with the GUI. When I log on the server, it shows the MOTD. BUT, I have to type /motd twice for it to go away. When I type the first /motd, the GUI turns darker, then the 2nd /motd makes it go away.

    Any clue what the problem might be?
     
  14. I will check that ;)
     
  15. will this show on first join or when logging into the server
     
  16. This should pop up once the player joins the server.
     
  17. i cant get this to work i installed it and refreshed plugins but theres no config file
    [DOUBLEPOST=1452831926,1452805508][/DOUBLEPOST]idk whats wrong but im getting a generated .cs file in config, shouldnt it be json
     
  18. [Oxide] 03:12 [Error] MotdGUI plugin failed to compile!
    [Oxide] 03:12 [Error] MotdGUI.cs(133, 129): error CS1503: Argument `#4 ' cannot convert `string' expession to type `facepunch.ObjectList?'

    Can you help me?
     
    Last edited by a moderator: Mar 28, 2016
  19. I will have to update the plugin.. tomorrow probably.
     
  20. Thank you!!! I will wait.