1. Hi SkinN ! i can't trad the english text to french or add any rules so i want to know if that's possible to do it or not, can't we do that because of the update ?
     
  2. Attached config file.

     

    Attached Files:

    Last edited by a moderator: Aug 1, 2015
  3. @SkinN õ.Õ'.|. I would like to take over your Notifier plugin too, if that is okay. Ill tell you if I have rewriten them.
     
  4. Same issue here bud, any ideas how to fix this?
     
  5. with new version :/

    Oxide Version: 2.0.1228, Rust Protocol: 1301

    Code:
    [Oxide] 8:13 PM [Error] Failed to call hook 'OnPlayerDisconnected' on plugin 'No
    tifier'
    Traceback (most recent call last):
      File "notifier.py", line 389, in OnPlayerDisconnected  88kb/s in, 218kb/s out
    RuntimeError: Failed to call OnPlayerDisconnected (KeyNotFoundException: 7656119
    8072378040)
    at IronPython.Runtime.PythonDictionary.GetItem (object) <0x0006c>
    at IronPython.Runtime.PythonDictionary.get_Item (object) <0x00024>
    at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServi
    ces.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.Interpre
    ter.InterpretedFrame) <0x000c8>[Oxide] 8:13 PM [Error] Failed to call hook 'OnPlayerInit' on plugin 'Notifier'
    Traceback (most recent call last):
      File "notifier.py", line 382, in OnPlayerInit
      File "notifier.py", line 736, in webrequest_filter     88kb/s in, 218kb/s out
    RuntimeError: Failed to call OnPlayerInit (MissingMemberException: 'NoneType' ob
    ject has no attribute 'ipaddress')
      at Microsoft.Scripting.Interpreter.ThrowInstruction.Run (Microsoft.Scripting.I
    nterpreter.InterpretedFrame frame) [0x00000] in <filename unknown>:0
      at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interp
    reter.InterpretedFrame frame) [0x00000] in <filename unknown>:0
     
  6. I have the same first error as the previous post. Rolled back to previous version of notifier.
    Edit: Older version still outputs errors.
     
    Last edited by a moderator: Aug 2, 2015
  7. Code:
    7:48 PM [Error] Failed to call hook 'OnPlayerDisconnected' on plugin 'Notifier'
    Traceback (most recent call last):
    RuntimeError: Failed to call OnPlayerDisconnected (ArgumentTypeException: OnPlayerDisconnected() takes exactly 2 arguments (3 given))
    at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,IronPython.Runtime.CodeContext,object,object,object,object) <0x000b8>
    at System.Dynamic.UpdateDelegates.UpdateAndExecute5<IronPython.Runtime.CodeContext, object, object, object, object, object> (System.Runtime.CompilerServices.CallSite,IronPython.Runtime.CodeContext,object,object,object,object) <0x001ac>
    at (wrapper delegate-invoke) Microsoft.Scripting.Utils.Func`7<System.Runtime.CompilerServices.CallSite, IronPython.Runtime.CodeContext, object, object, object, object, object>.invoke_object__this___CallSite_CodeContext_object_object_object_object (System.Runtime.CompilerServices.CallSite,IronPython.Runtime.CodeContext,object,object,object,object) <0x00098>
    at IronPython.Runtime.FunctionCaller`3<object, object, object>.Call3 (System.Runtime.CompilerServices.CallSite,IronPython.Runtime.CodeContext,object,object,object,object) <0x00134>
    at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,object,object,object) <0x00160>
    at (wrapper dynamic-method) object.lambda_method (System.Runtime.CompilerServices.Closure,Microsoft.Scripting.Runtime.DynamicOperations,System.Runtime.CompilerServices.CallSiteBinder,object,object[]) <0x00079>
    at Microsoft.Scripting.Runtime.DynamicOperations.Invoke (object,object[]) <0x000e1>
    at Microsoft.Scripting.Hosting.ObjectOperations.Invoke (object,object[]) <0x00039>
    at (wrapper remoting-invoke-with-check) Microsoft.Scripting.Hosting.ObjectOperations.Invoke (object,object[]) <0x00091>
    at Oxide.Ext.Python.Plugins.PythonPlugin.OnCallHook (string,object[]) <0x000e9>
     
    Last edited by a moderator: Aug 2, 2015
  8. Wulf

    Wulf Community Admin

    Make sure you are using the latest Oxide build as well as the latest version of the plugin.
     
  9. is this normal? spams every time someone joins. servers lagging a lot so trying to rule out stuff
    Code:
    [Oxide] 7:36 PM [Info] [Notifier v2.11.0] :: [LST] AnneFrank joined the server, from United States.
    [Oxide] 7:36 PM [Info] 1
    [Oxide] 7:36 PM [Info] player
    [Oxide] 7:36 PM [Info] player
    [Oxide] 7:36 PM [Info] player
    [Oxide] 7:36 PM [Info] player
    [Oxide] 7:36 PM [Info] player
    [Oxide] 7:36 PM [Info] player
    [Oxide] 7:36 PM [Info] player
     
  10. Wulf

    Wulf Community Admin

    That appears to be a from another plugin, as there are no lines in this plugin that print to console without the plugin's name as shown in the first line.
     
  11. humm weird ok thx
     
  12. Notifier can't find players countries on joining when the server gets very busy (100) and reports them as unknown. At some point it must be spamming someone (steam?) for this information?
     
  13. I have download new tihs plugins ,but the message is still there
    Code:
    [Oxide] 10:12 PM [Error] Failed to call hook 'OnPlayerDisconnected' on plugin 'Notifier' Traceback (most recent call last): RuntimeError: Failed to call OnPlayerDisconnected (ArgumentTypeException: OnPlayerDisconnected() takes exactly 2 arguments (3 given))   at Microsoft.Scripting.Interpreter.ThrowInstruction.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
     
    Last edited by a moderator: Aug 2, 2015
  14. Wulf

    Wulf Community Admin

    You're still outdated in some way. Which Oxide build are you using?
     
  15. So, I have this plugin installed and it is working ok. Except when I type in /map it only says:

    Notifier: See where you are on the server map at:
    http://:28015

    I went into the .json file and edited the last line:
    "<orange><size=20>•</size><end> See where you are on the server map at: <lime>http://{server.ip}:{server.port}<end>"

    to

    "<orange><size=20>•</size><end> See where you are on the server map at: <lime>http://{208.167.xxx.xxx}:{28015}<end>"

    and it still reads the same thing.

    So I changed line 43:

    "MAP LINK": "See where you are on the server map at: <lime>http://{ip}:{port}<end>",

    and it then starts outputting errors.

    I know I am doing something wrong, just not sure what. I am very new to this coding thing. =)

    Also, for most plugins is there a list of variables and commands that can be found for each individual one? Or do you kind of have to know the coding to do this?
     
  16. just remove the Brackets when you enter your IP manually. Everything what is in a bracket will be replaced with something. Thats what the Brackets mean
     
  17. The welcome message, as well as the /map command both return 'ip' as empty, so hence the command (for an example) just says:
     
  18. Hello my notifier plugins is unloaded pluging is missing main class HELP!!
     
  19. Wulf

    Wulf Community Admin

    Rename the file to notifier.js.