1. Any time ;)
     
  2. SkinN õ.Õ'.|. updated Notifier with a new update entry:

    Notifier | Full country names & moar!

     
  3. Version 2.6.1
    Code:
    [Error] Failed to call hook 'OnPlayerDisconnected' on plugin 'Notifier'
    Traceback (most recent call last):
      File "notifier.py", line 434, in OnPlayerDisconnected
      File "notifier.py", line 717, in check_tag
    NameError: global name 'PLUGIN' is not defined
    
     
  4. How about having the server welcome a player back. So, when a new player joins it would say what it does now and when a returning player comes back it would simply say Welcome back XXXXXX and the other messages as usual.
     
  5. hello,

    thanks for great work

    If you can allow us for fully modify player chat wordings/style it will be perfect.

    we can change some wordings but can not delete lines(--------)
    we can not put {total} {sleepers} {active} links as we wish
    Actually I am not using console list but for chat I would like to use it as follows;
    i.e. when you type /players or /who is it possible to get below in chat(nothing else);
    - for 1 player;
    you are only active player with xx sleepers

    - for multiple player;
    x active player online with xx sleepers. Name of active players;
    xxx, xxx, xxx


    If you can do it as above or at least allow us to modify config for make it as above then no need to use player plugin anymore

    Thanks for understanding

    Kind Regards, cenk
    [DOUBLEPOST=1428729537][/DOUBLEPOST]
    How about the list name of sleepers with sleeping time;
    player1(sleeping minutes)
    players2(sleeping minutes)
     
  6. I will take a look at it, thanks for reporting.

    What do you mean exacly? The welcome message is working fine, and may use {username} in whatever messages you'd like.

    I dont agree a few things, like the sleeping list, but I agree with a few other. I will consider them.

    Thanks though.
     
  7. CHR

    CHR

    Add a /help function in notifier i wanna use it with ur plugin... ^^
     
  8. I am sorry but this is not version 2.6.1. Please re-download the latest version.

    Reason why?
    The error is coming from the funtion check_tag on the line 717. Here is the actual line 717 from v2.6.1:
    capture-20150411-144004.png
    [DOUBLEPOST=1428759672][/DOUBLEPOST]
    The /help its working fine. If you mean what I've told you on Steam, the feature I told it's totally different from /help command.
     
  9. Basically, what i mean is when a returning player comes back into the server they are greeted the same as a new player. So, if the plug in could say Welcome back instead of the default greeting. Im pretty sure it was this way in Legacy but then again, I might be wrong. Just a thought for an addition. Notifier.jpg
     
  10. I see what you mean now. I'm still working on new features, meanwhile I might add your suggestion. Thanks. ;)
     
  11. Code:
    [Oxide] 2:29 AM [Error] Failed to call hook 'players_list_CMD' on plugin 'Notifier' (KeyNotFoundException: CHECK CONSOLE NOTE)
    [Oxide] 2:29 AM [Debug] at IronPython.Runtime.PythonDictionary.GetItem (object) <0x0006c>
    at IronPython.Runtime.PythonDictionary.get_Item (object) <0x00024>
    at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,object,object) <0x000a2>
    at System.Dynamic.UpdateDelegates.UpdateAndExecute2<object, object, object> (System.Runtime.CompilerServices.CallSite,object,object) <0x0030a>
    at Microsoft.Scripting.Interpreter.DynamicInstruction`3<object, object, object>.Run (Microsoft.Scripting.Interpreter.InterpretedFrame) <0x00113>
    at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame) <0x000c8>
     
  12. Would you please type /notifier in the chat and take a print of the message please?
     
  13. Anytime I reload the plugin lately it prints a joined message for every person on the server all at once which usually causes people to get the chat disappear bug. Never used to do that on a reload
     
  14. Yes i am aware of the issue. I already have a fix for that but adding more features and stuff, ill release as soon as possible
     
  15. I think the /players command is not working
     
  16. It is working. Maybe you're missing something?
    Could you upload your config for me please?
     
  17. Code:
    {
      "ADVERTS": [
        "Want to know the available commands? Type <red>/help<end>.",
        "Respect the server <red>/rules<end>.",
        "This server is running <orange>Oxide 2<end>.",
        "Cheating is strictly prohibited.",
        "Type <red>/map<end> for the server map link."
        “Type /kit to see available kits”
        “When using kit Reset, make sure your inventory is empty and you capitalize R”  ],
      "COLORS": {
        "ADVERTS": "#CECECE",
        "CONNECTED MESSAGE": "#CECECE",
        "DISCONNECTED MESSAGE": "#CECECE",
        "PREFIX": "red",
        "WELCOME MESSAGE": "#CECECE"
      },
      "COMMANDS": {
        "ADMINS LIST": "admins",
        "PLAYERS LIST": "players",
        "PLUGINS LIST": "plugins",
        "RULES": [
          "rules"
        ],
        "SEED": "seed",
        "SERVER MAP": "map"
      },
      "CONFIG_VERSION": 3.6,
      "MESSAGES": {
        "ADMINS LIST DESC": "<white>/admins -<end> Lists all the Admins currently online.",
        "ADMINS LIST TITLE": "ADMINS ONLINE",
        "CHECK CONSOLE NOTE": "Check the console (press F1) for more info.",
        "CONNECTED": "<lime>{username}<end> joined the server, from <lime>{country}<end>.",
        "DISCONNECTED": "<lime>{username}<end> left the server.",
        "NO ADMINS ONLINE": "There are no <cyan>Admins<end> currently online.",
        "NO LANG": "Language not found in rules list.",
        "NO RULES": "No rules have been found!.",
        "ONLY PLAYER": "You are the only survivor online.",
        "PLAYERS COUNT": "There are <lime>{active}<end> survivors online.",
        "PLAYERS LIST DESC": "<white>/players -<end> Lists all the players. (Chat/Console)",
        "PLAYERS LIST TITLE": "PLAYERS ONLINE",
        "PLAYERS STATS": "<orange>TOTAL OF PLAYERS:<end> <lime>{total}<end> <yellow>|<end> <orange>SLEEPERS:<end> <lime>{sleepers}<end>",
        "PLUGINS LIST DESC": "<white>/plugins -<end> Lists all the server plugins.",
        "PLUGINS LIST TITLE": "SERVER PLUGINS",
        "RULES DESC": "<white>/rules -<end> Lists the server rules.",
        "RULES TITLE": "SERVER RULES",
        "SEED DESC": "<white>/seed -<end> Shows current server seed. (Unless it is Random)",
        "SERVER MAP": "SERVER MAP: <lime>{ip}:{port}<end>",
        "SERVER MAP DESC": "<white>/map -<end> Shows the server map link.",
        "SERVER SEED": "The server seed is {seed}"
      },
      "RULES": {
        "DE": [
          "Cheaten ist verboten!",
          "Respektiere alle Spieler",
          "Spam im Chat zu vermeiden.",
          "Spiel fair und missbrauche keine Bugs oder Exploits."
        ],
        "DK": [
          "Snyd er strengt forbudt.",
          "Respekt alle spillere.",
          "Undgå spam i chatten.",
          "Play fair og ikke misbruger af bugs / exploits."
        ],
        "EN": [
          "Cheating is strictly prohibited.",
          "Respect all players",
          "Avoid spam in chat.",
          "Play fair and don't abuse of bugs/exploits."
        ],
        "ES": [
          "Los trucos están terminantemente prohibidos.",
          "Respeta a todos los jugadores.",
          "Evita el Spam en el chat.",
          "Juega limpio y no abuses de bugs/exploits."
        ],
        "FR": [
          "Tricher est strictement interdit.",
          "Respectez tous les joueurs.",
          "Évitez le spam dans le chat.",
          "Jouer juste et ne pas abuser des bugs / exploits."
        ],
        "IT": [
          "Cheating è severamente proibito.",
          "Rispettare tutti i giocatori.",
          "Evitare lo spam in chat.",
          "Fair Play e non abusare di bug / exploit."
        ],
        "NL": [
          "Vals spelen is ten strengste verboden.",
          "Respecteer alle spelers",
          "Vermijd spam in de chat.",
          "Speel eerlijk en maak geen misbruik van bugs / exploits."
        ],
        "PT": [
          "Usar cheats e totalmente proibido.",
          "Respeita todos os jogadores.",
          "Evita spam no chat.",
          "Nao abuses de bugs ou exploits."
        ],
        "RU": [
          "Запрещено использовать читы.",
          "Запрещено спамить и материться.",
          "Уважайте других игроков.",
          "Играйте честно и не используйте баги и лазейки."
        ],
        "TR": [
          "Hile kesinlikle yasaktır.",
          "Tüm oyuncular Saygı.",
          "Sohbet Spam kaçının.",
          "Adil oynayın ve böcek / açıkları kötüye yok."
        ],
        "UA": [
          "Обман суворо заборонено.",
          "Поважайте всіх гравців",
          "Щоб уникнути спаму в чаті.",
          "Грати чесно і не зловживати помилки / подвиги."
        ]
      },
      "SETTINGS": {
        "ADVERTS INTERVAL": 300,
        "BROADCAST TO CONSOLE": true,
        "CHAT PLAYERS LIST": true,
        "CONSOLE PLAYERS LIST": true,
        "ENABLE ADMIN TAGS": false,
        "ENABLE ADMINS LIST CMD": false,
        "ENABLE ADVERTS": true,
        "ENABLE HELPTEXT": true,
        "ENABLE PLAYERS LIST CMD": true,
        "ENABLE PLUGINS LIST CMD": false,
        "ENABLE RULES CMD": true,
        "ENABLE SEED CMD": false,
        "ENABLE SERVER MAP CMD": true,
        "ENABLE WELCOME MESSAGE": true,
        "HIDE ADMINS CONNECTIONS": false,
        "MODERATOR TAG": "[MOD]",
        "OWNER TAG": "[OWNER]",
        "PREFIX": "NOTIFIER",
        "RULES LANGUAGE": "AUTO",
        "SHOW CONNECTED": true,
        "SHOW DISCONNECTED": true
      },
      "WELCOME MESSAGE": [
        "Welcome <lime>{username}<end>, to the server!",
        "Type <red>/help<end> for all available commands.",
        "SERVER IP: <cyan>{ip}:{port}<end>"
      ]
    }
     
    Last edited by a moderator: Jan 20, 2017
  18. Everything seems fine with your config file. When you do /players nothing happens?
    Does it print anything on the server console? Does it print anything on your console? (check F1)
     
  19. Every time I reload the plugin my chat gets spammed with "has joined the server" from every player that has ever joined.

    Thanks again
     
  20. it says "unknown command 'players'!

    This is what I am getting in console although I don't know if it is related

    The referenced script on this Behaviour is missing!
    The referenced script on this Behaviour is missing!
    The referenced script on this Behaviour is missing!
    The referenced script on this Behaviour is missing!
    The referenced script on this Behaviour is missing!
    The referenced script on this Behaviour is missing!
    NullReferenceException: Object reference not set to an instance of an object