1. L3M

    L3M

    Same error too and another one

    (18:40:37) | [Oxide] 3:34 AM [Error] Failed to call hook 'SendHelpText' on plugin 'Notifier' (KeyNotFoundException: PLAYER LIST COMMANDS)

    But the player list display correctly.
     
  2. Code:
    [Oxide] 2:46 PM [Debug] ExType: KeyNotFoundException
    [Oxide] 2:46 PM [Error] Failed to call hook 'OnPlayerInit' on plugin 'Notifier' (KeyNotFoundException: WELCOME MESSAGES)
    [Oxide] 2:46 PM [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 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>
    After last update hehe :)
     
    Last edited by a moderator: Mar 12, 2015
  3. [Oxide] 12:45 PM [Error] Failed to call hook 'OnPlayerInit' on plugin 'Notifier' (KeyNotFoundException: WELCOME MESSAGES)
     
  4. SkinN õ.Õ'.|. updated Notifier with a new update entry:

    Notifier | Hotfix


    [DOUBLEPOST=1426010962][/DOUBLEPOST]Sorry about that guys.
     
  5. L3M

    L3M

    Don't Be, Thanks for your work :)
     
  6. Previous update, with the new one as well.
    http://paste.ubuntu.com/10576025/


    Error at the top is with the old version (That you uploaded today), the one at the bottom is after throwing the one from a few minutes ago on.
     
  7. That's because both notifier and some other plugin are using the same command. Figure out which.
    So that you know it's now possible to change any Notifier command names, so one you find the other plugin you may change the Notifier command.
     
  8. Guess I should have at least looked at the error...

    Got rid of a plugin that was using /list, no more error, but commands for it still say unknown command, even after reloading the notifier plugin.
     
  9. Hello, ist it possible to deactivate these Commands?

    - The command /plugins, to list the available plugins in the server.
    - The command /admins, to list the Admins online.
    - The command /seed, to display the server seed.

    I don`t like and need this.
     
  10. Yeah, can do so in the config for it :).
     
  11. [DOUBLEPOST=1426020118][/DOUBLEPOST]
    Notifier does not use any command named 'list' so the plugin you removed is not the one you are looking for, I would go for either /who, /players, /online or /rules, those are the commands that are also used by other plugins.
     
  12. Thank you!
     
  13. found this Error in Log:

    Code:
    8:18 PM [Error] Failed to call hook 'OnPlayerInit' on plugin 'Notifier' (KeyNotFoundException: WELCOME MESSAGES)
    8:18 PM [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 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>
     
  14. It has been fixed already, download the latest version.
     
  15. SkinN õ.Õ'.|. updated Notifier with a new update entry:

    Notifier | Minor Fix

     
  16. Great plugin, i love it, can you add the ability to have multilangage rules with the command /rules /rules-en /rules-es ?
    Thanks
     
  17. I'm already working on ideas for that. :)
     
  18. SkinN õ.Õ'.|. updated Notifier with a new update entry:

    Notifier | Rules Multi-Language Support!



    - If the setting 'Rules Lang' is set to 'Auto' the plugin will send the rules in the player's language (only if the language exist in the config, otherwise will send the rules in English), or you can force a specific language (setting the 'Rules Lang' setting to a specific language, like EN, PT, FR, etc), this way will send the rules in specified language.
    - All translations were made through the google translator, so there may definitely be there some errors in the different languages.
    If you found errors I would appreciate you to inform me and give me a correction, or if you don't find your language you can always post here the translation of the default English rules.
    - The rules will be force to change on last versions.

    [DOUBLEPOST=1426220528][/DOUBLEPOST]
    Your request was added to the plugin!
     
  19. Error with New Version:
    Code:
    7:57 AM [Info] Unloaded plugin Notifier v2.2.1 by SkinN
    7:57 AM [Info] Loaded plugin Notifier v2.3.0 by SkinN
    7:57 AM [Debug] ExType: ArgumentException
    7:57 AM [Error] Failed to initialize plugin notifier (ArgumentException: An element with the same key already exists in the dictionary.)
    7:57 AM [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 
     
  20. The error means both Notifier and some other plugin are using the same chat command. Problably is /who, /players, /online or /rules.
    Take in mind that all Notifier's commands names can be changed in the config file.