1. return the command /who
     
  2. In case you did not read the update notes:
    /players is now the new /who. If you don't want it as /players and rather have it as /who you may change it in the configuration file:
    Code:
    },
    "COMMANDS":{
       "RULES":"rules",
       "ADMINS LIST":"admins",
       "PLUGINS LIST":"plugins",
       "SEED":"seed",
       "PLAYERS LIST":"players" << Change this to "who"
    },
     
  3. Good job, but your translate in french need corrections ;).

    "Tricher est strictement interdite.", interdit
    "Respectez tous les joueurs.",
    "Éviter le spam dans le chat.", Evitez
    "Jouer juste et ne pas abuser des bugs / exploits." French peoples use the word "fairplay" too, don't need translate.
    And exploit, don't have the same sens. = "Jouez fairplay et n'abusez pas des bug/glitch"

    Cordialemment
     
  4. I rather you make your own changes to all messages as you see fit and post them here. I used google translate to translate the english rules, I knew it would bring a few misstakes. :)
     
  5. Suggestions: be able to edit the players online to say your server name instead of NOTIFIER
     
    Last edited by a moderator: Mar 19, 2015
  6. Sorry, I believe it looks good as it is.
     
  7. Okay, just wanted it to be SERVER NAME | PLAYER ONLINE:
     
  8. Hi, I can't disable the adverts anymore...

    Code:
    > oxide.reload notifier
    [Oxide] 11:59 AM [Info] [Notifier v2.4.0] :: Unload complete
    [Oxide] 11:59 AM [Info] Unloaded plugin Notifier v2.4.0 by SkinN
    [Oxide] 11:59 AM [Info] Loaded plugin Notifier v2.4.0 by SkinN
    [Oxide] 11:59 AM [Info] [Notifier v2.4.0] :: Loading Plugin
    [Oxide] 11:59 AM [Info] [Notifier v2.4.0] :: --------------------------------------------------
    [Oxide] 11:59 AM [Error] Failed to initialize plugin notifier
    Traceback (most recent call last):
      File "notifier.py", line 255, in Init
    UnboundLocalError: Local variable 'sec' referenced before assignment.
    works fine with "ENABLE ADVERTS": true
     
  9. SkinN õ.Õ'.|. updated Notifier with a new update entry:

    Notifier | Ukrainian rules and tweaks!


    [DOUBLEPOST=1426793088][/DOUBLEPOST]
    The issue has been fixed, thanks for reporting!
     
  10. SkinN õ.Õ'.|. updated Notifier with a new update entry:

    Notifier | Hotfix

    Sorry about this one guys.

     
  11. [Oxide] 8:38 PM [Error] Failed to load plugin notifier:
    File "notifier.py", line 424
    line = l[index].format(ip=str(server.port), port=str(server.ip), seed=str(seimport Rust

    ^
    SyntaxError: unexpected token 'Rust'
     
  12. Read your notifier.json (in config) with notepad ++, go to line 424 and see what's your error.
    [DOUBLEPOST=1426798812][/DOUBLEPOST]Oh sorry its not a config file error ! Its a confict with your notifier and other plugin i think.

    Do you use a plugin for rules? Disable it if you have.
     
  13. No dont have any plugins install at the time of installing this one ..
     
  14. Can't help you, wait a reply from SkinN.
     
  15. Did you modified the plugin it self? I mean the .py file?

    because line 424 is nothing like the one the error is giving:
    Original code (line 424)
    Code:
    line = l[index].format(ip=str(server.port), port=str(server.ip), seed=str(server.seed) if server.seed else 'Random')
    Your error line:
    Code:
    line = l[index].format(ip=str(server.port), port=str(server.ip), seed=str(seimport Rust
    [DOUBLEPOST=1426800216][/DOUBLEPOST]
     
  16. How to change the font size in "WELCOME MESSAGE"?
     
  17. I'm working on it and some other stuff
     
  18. New Updates every day? Seems a bit too much...
     
  19. Im sorry but everyday?.. before the update of Wednesday it's been a week since I hadn't release anything, and the update of yesterday was to fix an error that had to be fixed. And by the way I released the update before the game had it's update, so that when people had to update their servers they would also updates the plugins all together.
    And neither Im thinking in release any anytime soon, as Im working on other stuff. Ive seen developers releasing updates every 5 mins so I dont really get your point.
     
  20. That's the way of rust experimental...
    Don't blame SkinN, he do a really good job with this plugin.