1. Hi,

    I get this error message when I type /rules in chat (or other players on my server):

    Code:
    [Oxide] 10:38 PM [Error] Failed to call hook 'rules_CMD' on plugin 'notifier v2.18.2'
    Traceback (most recent call last):
    File "notifier.py", line 520, in rules_CMD
    File "notifier.py", line 906, in playerlang
    RuntimeError: Failed to call rules_CMD (MissingMemberException: 'tuple' object has no attribute 'upper')
    at IronPython.Runtime.Binding.PythonGetMemberBinder+FastErrorGet`1[System.Object].GetError (System.Runtime.CompilerServices.CallSite site, System.Object target, IronPython.Runtime.CodeContext context) [0x00000] in :0
    at System.Dynamic.UpdateDelegates.UpdateAndExecute2[Object,CodeContext,Object] (System.Runtime.CompilerServices.CallSite site, System.Object arg0, IronPython.Runtime.CodeContext arg1) [0x00000] in :0
    at Microsoft.Scripting.Interpreter.DynamicInstruction`3[System.Object,IronPython.Runtime.CodeContext,System.Object].Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in :0
    at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in :0
    
    All other commands such as /players, /help etc. are working fine. Adverts are working, welcome message as well.
     
  2. Under the RULES in the config did you put any language to lower case
    sample
    "DE": [
    "Cheaten ist verboten!",
    "Respektiere alle Spieler",
    "Spam im Chat zu vermeiden.",
    "Spiel fair und missbrauche keine Bugs oder Exploits."
    ],
    to
    "de": [
    "Cheaten ist verboten!",
    "Respektiere alle Spieler",
    "Spam im Chat zu vermeiden.",
    "Spiel fair und missbrauche keine Bugs oder Exploits."
    ],

    or change this setting
    "RULES LANGUAGE": "AUTO"
     
  3. Nvm this post
    [DOUBLEPOST=1456525610][/DOUBLEPOST]
    This is a code error, I'll fix it soon
     
    Last edited by a moderator: Feb 26, 2016
  4. Just logged back on to update my post above after finding that out but I see you know about it
     
  5. Hello! I want to delete "y" coordinate in message of airdrop, it must be show only "x" and "z" coordinates in chat. How can I do this, help me please!
     
  6. Hm you can't really, but I can make some changes so you could do that eventually
     
  7. It will be nice, very nice! So, when will you do this?
     
  8. can i make a blacklist?
    so user inside the config file i could make some blacklist that wont allow join and quit message to pop-up

    thanks
     
  9. Do you happen to want to hide admins?
    [DOUBLEPOST=1456589465][/DOUBLEPOST]
    Perhaps later tonight...
     
  10. Thanks a lot! I'm waiting for) Write here, when you will do this, please!
     
  11. SkinN õ.Õ'.|. updated Notifier with a new update entry:

    Notifier | Minor Changes



    @Chucky_
     
    Last edited by a moderator: Feb 28, 2016
  12. Code:
    [Oxide] 10:42 AM [Error] Failed to initialize plugin 'notifier v2.18.3' Traceback (most recent call last):   File "notifier.py", line 381, in Init RuntimeError: Failed to call Init (KeyNotFoundException: ENABLE HELP) 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) <0x000d0>
    Gyazo - 387a73d096dd70449959a61eadb048d7.png

    ?
     
    Last edited by a moderator: Feb 28, 2016
  13. Hi SkinN õ.Õ

    thanks for the update, but unfortunately it seems not to work:

    Code:
    [Oxide] 1:21 PM [Error] Failed to call hook 'rules_CMD' on plugin 'notifier v2.18.3' 
    Traceback (most recent call last): 
    File "notifier.py", line 519, in rules_CMD 
    File "notifier.py", line 908, in playerlang 
    RuntimeError: Failed to call rules_CMD (UnboundLocalException: Local variable 'default' referenced before assignment.) 
    at IronPython.Runtime.Operations.PythonOps.CheckUninitialized (System.Object value, System.String name) [0x00000] in :0 
    at Microsoft.Scripting.Interpreter.FuncCallInstruction`3[System.Object,System.String,System.Object].Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in :0 
    at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x00000] in :0 
    
    I've set the rules language to AUTO in the config as Resistance said, but nonetheless I wasn't using lowercases.
     
  14. Oh, thank you! But which string in config of this plugin is responsible for coordinate "y"? What I need to delete in order to airdrop message was without this coordinate? Help me, please!!
     
  15. Its actually in the changelog, AirDrop Called
     
  16. SkinN õ.Õ'.|. updated Notifier with a new update entry:

    Notifier | Minor Fix



    @pyr0pete my apologize , I left this untested confident this would work , and as I fixed the previous error I added a new one. However, I would like you to upload your .json file exacly like you have it right now if you dont mind.
     
  17. When calling Airdropa false readings coordinates for x, y, z Only x
     
  18. hello, can anyone help me the time and date is wrong on my server i am wanting to change the time and date to GMT time how is this done?
     
  19. What does this do?

    DIFFER ADMINS JOIN/LEAVE MESSAGE

    I have made it true and false and I see no diff in anything
     
  20. Unfortunately you can only have it to show the localtime of your server, I'll see if I can get this in a different way in v3.0.
    [DOUBLEPOST=1456705307][/DOUBLEPOST]
    When that setting is enabled you then have the Join/Leave Message as normal for normal players, but then you can also change the Admins Join/Leave Message to differ the normal players and Admins messages