1. Hi SKiNN, the welcome message seems to disappear very quickly when you forst log in. So the only time you see it is if you hit return to write something. Would it be possible to set a time for this to display?
     
  2. Skinn, i just checked new version, and see, what /help lists only Notifier's commands. it's not what i am talked about.. can /help display text from config just like /rules do? in my case i want to show players my own created text(using Notifier's text formating features), not generated by plugin.
    [DOUBLEPOST=1466317147][/DOUBLEPOST]
    Notifier uses regular chat frame, so text shown for period of time defined by game, not by plugin. u can always hit enter to read what u missed.
     
    Last edited by a moderator: Jun 19, 2016
  3. never mind i found it sorry
     
    Last edited by a moderator: Jun 19, 2016
  4. This is the current changelog from the upcoming version of Notifier, one of the changes you answer your question.

    • Added new Advert Messages system
    • Added 'Enable HelpText Support' setting
    • Tweaked Welcome Message to now only show exactly when the player wakes up after connecting to the server
    • Tweaked web-request algorithm to get the player country
    • Tweaked English and Portuguese default rules
    • Tweaked most player side name formats, check the Notifier for Rust - FAQ | Oxide for more info
    • Fixed blank server.ip on messages when the command hasn't been set to something yet
    • Remove Message Of The Day
    • Removed Incoming Patrol Helicopter & Airdrop notifications
    [DOUBLEPOST=1466337118][/DOUBLEPOST]
    The /help command is not a Notifier's command, its HelpText's, so you cannot use Notifier formating features on /help command.
     
  5. How do I change the Leave and Join message color?
     
  6. You may find the both messages in the Notifier lang file in the lang folder of your server and you may also find an explanation of the color formating in the Notifier for Rust - FAQ | Oxide with a few examples.
     
  7. I recently setup my server. At the begining all messages from this plugin worked fine but yesterday i created a clan and now only the clan message is showing up ... Can you help me ?
     
  8. I cannot help if there is no errors in the console or something to begin with. Notifier has nothing related to clans or what so ever. So what was the last change you did to Notifier, and are there any errors in the console?
     
  9. It's working fine now but when I edit the config file it rerwrite my changes after server reboot
     
  10. Fix my own problem ty SkinN
     
  11. Hi
    Can you help me, where i can add more than one trigger per command?
    I want to do commands list on chat.
     
  12. By default you have this:
    Code:
    ...
    "Triggers": {
          "Admins List": [
            "/admins"
          ],
    ...
    Add a second command like this:
    Code:
    ...
    "Triggers": {
          "Admins List": [
            "/admins",
            "/mods"
          ],
    ...
     
  13. Can you add the default message color of the chat to the config file?
     
  14. Im not sure I've understand the question? ... You if you can use HTML?
     
  15. I mean, Notifier uses "silver" as the default color for every message that it sends on the chat.... i'm asking for a option on the config file to change this color.
     
  16. Hi
    Check FAQ;)
     
  17. And that will help me how exactly? I know how to use the color codes and etc..... the problem is that the default color that notifier uses on every message that it sends to the chat is silver and i prefer white.... so i have to put the white color code in the messages, rules and etc... if the default color could be changed it would be a lot easier since i'll only need to change the color code um one place.
     
  18. Its not hard to update the config
     
  19. I know but then on every plugin update i would have to update the config again and since this is an easy thing to do, that's why i'm asking it to be native and also previously versions of notifier had this feature.
     
  20. You only need to update config once as any new versions only update the script and leaves the config as it is