1. Yep, all but notifier.
     
  2. Wulf

    Wulf Community Admin

  3. Wulf

    Wulf Community Admin

    The only way it wouldn't is if they do not have the Python extension and dependencies installed, which is likely the case. It's not a valid plugin with those.

    Plugins are loaded automatically when installed, so loading manually is not needed.
     
  4. I'm becoming a bit of a middle man here, but this was the Multiplay reply:

    Could you ask him what dependencies he means? Unless the server requires different addons in order to run this one, then I'm not sure at all why it won't load. I've tripple checked and the addon is in the plugins file for your server.
     
  5. Wulf

    Wulf Community Admin

    I don't know who you're talking to, but they're welcome to post here. As far as I know, they removed Python support entirely on their setups. Oxide builds come complete with support for all plugin types, but each can be removed if one type isn't wanted. For Python, this would be Oxide.Ext.Python.dll and the dependencies listed here: Oxide/Oxide.Ext.Python/Dependencies at master · OxideMod/Oxide · GitHub
     
  6. Success, I now have Notifier back on a Multiplay Server!
    You were correct, they had removed the .dll.
     
  7. Good to hear!
     
  8. Hi, i have one problem. İ am from Turkey and i using Turkish characters at the notice's. Same characters broken text. Like a "ı" "ü" "ö" and many. How can i fixed this problem ? i will waiting your help's. Thanks

    @SkinN õ.Õ'.|.
     
  9. - Does this only happens to Notifier?
    - Does any other plugin work?
    - Try and install any of my other plugins just to check if for some reason this only happens to python plugins.
    [DOUBLEPOST=1441734377][/DOUBLEPOST]
    I gotta check something in the code first. I will run a few tests using the characters you mentioned and in case it needs an update I will release it asap.
    [DOUBLEPOST=1441734405][/DOUBLEPOST]I still don't get why Multiplay had blocked Python plugins.
     
  10. İ will waiting you new release thanks.
     
  11. I have taken a look at your request and Notifier does not require the changes I thought it would. Though you may want to make sure your config file is saved in encode UTF-8. You can easily google how to save a file into UTF-8 encode if you don't know how to, I will be waiting any outcome from you.

    P.S: As you can see in the attached image it shows the character.
     

    Attached Files:

  12. solved thanks
     
  13. Sorted it in the end, it was Multiplay for some reason they had disabled Python & removed dependency library's out, got them to put back in & sorted now! Problem was their end not plugin.
     
  14. Guys i need a little help for something plugin. İ need player's staying online per hour get money. What's name this plugin anyone know ?
     
  15. This is not the place for that sort of question, try this one instead:
    Experimental Requests | Oxide
     
  16. Solved thanks. İ am new here sorry :(
     
  17. Getting this on ver 2.12.0 when a player joins:

    [Oxide] 9:33 AM [Info] [Notifier v2.12.0] :: pinda joined the server, from Netherlands.
    [Oxide] 9:33 AM [Error] Web request callback raised an exception (KeyNotFoundException: The given key was not present in the dictionary.)
    [Oxide] 9:33 AM [Debug] at System.Collections.Generic.Dictionary`2[System.Object,System.Object].get_Item (System.Object key) [0x00000] in <filename unknown>:0
    at IronPython.Runtime.NewStringFormatter+Formatter.GetUnaccessedObject (FieldName fieldName) [0x00000] in <filename unknown>:0
    at IronPython.Runtime.NewStringFormatter+Formatter.GetArgumentValue (FieldName fieldName) [0x00000] in <filename unknown>:0
    at IronPython.Runtime.NewStringFormatter+Formatter.ReplaceText (System.String format) [0x00000] in <filename unknown>:0
    at IronPython.Runtime.NewStringFormatter+Formatter.FormatString (IronPython.Runtime.PythonContext context, System.String format, IronPython.Runtime.PythonTuple args, IDictionary`2 kwArgs) [0x00000] in <filename unknown>:0
    at IronPython.Runtime.NewStringFormatter.FormatString (IronPython.Runtime.PythonContext context, System.String format, IronPython.Runtime.PythonTuple args, IDictionary`2 kwArgs) [0x00000] in <filename unknown>:0
    at IronPython.Runtime.Operations.StringOps.format (IronPython.Runtime.CodeContext context, System.String format_string, IDictionary`2 kwargs, System.Object[] args) [0x00000] in <filename unknown>:0
    at Microsoft.Scripting.Interpreter.FuncCallInstruction`5[IronPython.Runtime.CodeContext,System.String,System.Collections.Generic.IDictionary`2[System.Object,System.Object],System.Object[],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
     
  18. Please upload your configuration file if you will.