1. hello all ) i have this message in my consol and when i have this message error i have chat bug and i see anything "Failed to call hook 'playerlist_CMD' on plugin 'Notifier' (KeyNotFoundException: CONSOLE NOTE)
     
  2. Edit: Nevermind
     
  3. i deleted config file and reloaded the plugin, it helped
     
  4. ya
     
  5. Your config version v2.2, the current config version is v2.5, you are 3 versions away.

    This means the best you can do now is to delete the plugin from the plugins folder, and delete the config file from the config folder and download/install the latest version of Notifier.
    [DOUBLEPOST=1426361399][/DOUBLEPOST]
    This probably is because somehow you removed the Console Note message from the config file, compare your config file with the plugin's orginal version on the Notfier's overview, the config must look exactly like that one, you may only change the messages texts and settings values and not the settings/messages names:

    here is an example
    Code:
    {
    "{SECTION NAME} (CANNOT BE CHANGED)": {
    "{MESSAGE NAME} (CANNOT BE CHANGED)": "{MESSAGE TEXT} (YOU MAY ONLY CHANGE THIS)"
    }
    
    Code:
    {
    "MESSAGES": {
    "MESSAGE_ONE": "This is the MESSAGE_ONE text."
    }
    
    I'm not sure this is the best way to explain but I don't know how else to do it.
     
    Last edited by a moderator: Mar 14, 2015
  6. Makes sense.. whoops...... Ok Deleted the Plugin, Deleted the Config... Downloaded the updated plugin, installed it.... got some error text's again, and tried reloading the plugin and reinstalling it again... still nothing... It did generate a new config... here is the new error

    > oxide.reload notifier
    [Oxide] 10:31 PM [Info] Unloaded plugin Notifier v2.3.0 by SkinN
    [Oxide] 10:31 PM [Info] Loaded plugin Notifier v2.3.0 by SkinN
    [Oxide] 10:31 PM [Debug] ExType: ArgumentException
    [Oxide] 10:31 PM [Error] Failed to initialize plugin notifier (ArgumentException: An element with the same key already exists in the dictionary.)
    [Oxide] 10:31 PM [Debug] at System.Collections.Generic.Dictionary`2[System.String,Oxide.Rust.Libraries.Command+ChatCommand].Add (System.String key, ChatCommand value) [0x00000] in <filename unknown>:0
    at Oxide.Rust.Libraries.Command.AddChatCommand (System.String name, Oxide.Core.Plugins.Plugin plugin, System.String callbackname) [0x00000] in <filename unknown>:0
    at (wrapper delegate-invoke) System.Action`4<System.Action`3<string, Oxide.Core.Plugins.Plugin, string>, string, Oxide.Core.Plugins.Plugin, string>:invoke_void__this___Action`3<string, Plugin, string>_string_Plugin_string (System.Action`3<string, Oxide.Core.Plugins.Plugin, string>,string,Oxide.Core.Plugins.Plugin,string)
    at Microsoft.Scripting.Interpreter.ActionCallInstruction`4[System.Action`3[System.String,Oxide.Core.Plugins.Plugin,System.String],System.String,Oxide.Core.Plugins.Plugin,System.String].Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in <filename unknown>:0
    at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in <filename unknown>:0


    [Oxide] 10:31 PM [Error] Failed to initialize plugin notifier (ArgumentException: An element with the same key already exists in the dictionary.) I am assuming this is where the problem lies... but, not quite sure about it... I unloaded the plugin, would I have to do a server restart in order to maybe clear the memory of it ??

    Attached is the new config file just to verify
    [DOUBLEPOST=1426398604][/DOUBLEPOST]UPDATE: Without doing anything, it just started working out of the blue..... weird
     

    Attached Files:

  7. That issue can be simply resolved.
    It means Notifier and some other plugin are using the sam chat commands, though you have to figure what plugin is using the same commands. The most probable commands to be and I am aware that other plugins use is /who or /players, /online and /rules.

    You can change any command name of Notifier on the config file, in the Commands section:
    Code:
    "COMMANDS":{
    "PLAYER LIST":[
        "who",
        "players",
        "online"
    ],
    "RULES":"rules",
    "ADMINS LIST":"admins",
    "PLUGINS LIST":"plugins",
    "SEED":"seed"
    Or you can simply disable any of these commands in case you don't want Notifier to use them:
    Code:
    "SETTINGS":{
    "ENABLE RULES":true,
    "ENABLE PLUGIN LIST":true,
    "ENABLE HELPTEXT":true,
    "ENABLE SEED COMMAND":false,
    "ENABLE ADMINS LIST":false,
    "PLAYER LIST ON CHAT":true,
    "PLAYER LIST ON CONSOLE":true,
    ...
     
  8. Hello, I have installed Notifier on my server. I have enabled admin tags, but admin tags are not working for me... i can turn it off and turn it on, nothing happens..
     
  9. Once you enable them the admins must reconnect to server so that notifier can apply the tags to admins names.

    The way this works will be changed in the future, so that notifier applies the tags on load.
     
  10. Where to download the 2.5 config. Im running a server on Multiplay and I cant delete the config file. Could you please upload it?
     
  11. Config files are generated by the plugin it self on the plugin load in case none exists. Either way on the plugin overview there is a copy of the default and latest version of the config file, you may copy it and paste on your config file.
     
  12. It says "ConfigVersion": "2.4", Is this the latest one?
     
  13. Yes it is.
     
  14. ok.. then Im having problems with joining and leaving.. here is a error from console: http://pastebin.com/HrqVaZDk
    Any ideas hot to fix it?
    Config default v2.4
     
  15. Are you using the latest version of the plugin?
     
  16. Its still not working, tried too many times, idk whats wrong
     
  17. [Oxide] 4:41 PM [Info] Unloaded plugin Notifier v2.3.0 by SkinN
    [Oxide] 4:41 PM [Info] Loaded plugin Notifier v2.3.0 by SkinN
    [Oxide] 4:41 PM [Debug] ExType: ArgumentException
    [Oxide] 4:41 PM [Error] Failed to initialize plugin notifier (ArgumentException: An element with the same key already exists in the dictionary.)
     
  18. I'm quitting helping you on your current issues for one simple reason, I am about to release a new update which will bring lots of changes to the plugin, in fact, everyone's configuration file will have to be reset due to the new changes.
    The plugin has been re-written from scratch and probably your current issues will be fix.
    Pardon me if I hadn't answer your questions early or stopped helping at all, but in a way it was for the better good, I'm only going to asking you to be a lil more patience till this new version is out.
     
  19. SkinN õ.Õ'.|. updated Notifier with a new update entry:

    Notifier | Total re-writte, improvements & fixes!

    Read update entry...

    [ NOTES ]
    - Older configuration files will be replaced with the new version, save your messages and adverts before installing this new version.
    - The new debug messages can be turned off with the Broadcast To Console setting.