WelcomeMessages

Moved

Total Downloads: 3,768 - First Release: Nov 19, 2016 - Last Update: Dec 25, 2017

5/5, 12 likes
  1. Wulf

    Wulf Community Admin

    Looks like the player disconnected before the message was sent.
     
  2. Ok as long as that's not a problem to get the error then great!
     
  3. Would it be possible to make links clickable in the welcome messages?
     
  4. Wulf

    Wulf Community Admin

    No, Rust doesn’t support that.
     
  5. Dose this plugin allow me to add multiple lines?

    ive used to Multi-Line Example in the overview and just fails in rcon. cant get it to work?
     
  6. Doesn't show up in chat anymore since the new update, but you still see it if you check your F1 console
     
  7. Wulf

    Wulf Community Admin

    It's a universal plugin, so it wouldn't be broken from the Rust update. If it actually isn't showing, then it'd be an Oxide issue, but unlikely as every other universal plugin would also be broken.
     
  8. How would I go about changing it from cyan to the default text which colour do I need to use ?
     
  9. You can simply remove the coloring, by removing [#cyan] and [/#] entirely.
     
  10. Hello, what im doing wrong in this??

    {
    "Welcome": "[#silver][+17]Welcome [/#][#cyan]{0}[/+][/#]
    \n[#red][+20]•[/+][/#][#silver]Type [#yellow]/info[/#] to view all commands, rules and other infos[/#]
    \n[#red][+20]•[/+][/#][#silver]Please follow the server's rules[/#]
    \n[#red][+20]•[/+][/#][#silver]We hope to enjoy in[/#] [#cyan][GR/EU] SHIELD x5[/#]
    \n[#red][+20]•[/+][/#][#silver]Website: [#green]www.Shield-Rust.eu[/#][/#]
    \n[#red][+20]•[/+][/#][#silver]Discord: [/#][#green]www.Discord.me/Shield-Rust[/#]"
    }
    [DOUBLEPOST=1529942563][/DOUBLEPOST]there is not error in consol but i see this in game when i join
    Screenshot
     
  11. Wulf

    Wulf Community Admin

    It needs to all be on a single line in the file, otherwise it won't be recognized as valid JSON. You can check using www.jsonlint.com.
     
  12. Wulf

    Wulf Community Admin

    Try using hex color codes, not names. Ex. #ffffff
     
  13. same again...
     
  14. Wulf

    Wulf Community Admin

    The same as in?
     
  15. Screenshot
     
  16. Wulf

    Wulf Community Admin

    Try making sure your tags are matching, ex. your closing tags in the first part are out of order.
     
  17. i have checked all and problem not solved. You should add something like test command
     
  18. Go through each line one by one to debug the issue, meaning you should place only a single line each time, verify it, and then add another line and see where the issue occurs.