1. Error in the configfile ?
     
  2. No, I use 3.1.3,But this is wrong
     
  3. You use a database ?
     
  4. How can i change the Messages?
    And where? Under plugins notifier or under config notifier?
     
  5. EDIT: Nvm, thought the HTML thing I posted on the last page was fixed....it's not.
     
    Last edited by a moderator: Aug 14, 2016
  6. Code:
    [Oxide] 20:25 [Error] Web request callback raised an exception in 'Notifier v3.1.3' plugin (NullReferenceException: Object reference not set to an instance of an object)
    [Oxide] 20:25 [Debug]   at Oxide.Plugins.Notifier.WebRequestFilter (Int32 code, System.String response, .BasePlayer player, Boolean joined) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.Notifier+<InitializePlayer>c__AnonStorey0.<>m__0 (Int32 code, System.String response) [0x00000] in <filename unknown>:0
      at Oxide.Core.Libraries.WebRequests+WebRequest.<OnComplete>m__1 () [0x00000] in <filename unknown>:0 
     
  7. Is it possible to remove notifications as well? When I remove them from the language and set their flag to false, it still persists.
     
  8. Got the same reported it but still no fix
     
  9. Нужна помощь в настройке плагин Нотификаторы . Я хочу, чтобы изменить значение помощи . Вместо того, чтобы /помочь уведомитель хочу поставить просто /помочь . Где он находится, пожалуйста, помогите.
    [DOUBLEPOST=1471548872][/DOUBLEPOST]Need help setting up a plug-in Notifier . I need to change the value of the assistance . Instead of /notifier help want to put just the /help . Where he is, please help
    [DOUBLEPOST=1471548944][/DOUBLEPOST]Need help in configuring the plugin Notifier . Want to remove working now ( who went to the server who came with the server) how to do it
    [DOUBLEPOST=1471549819][/DOUBLEPOST][Цитата="EnvyTheNoob, должность: 63817, член: 26161"]это отличается от AutoBroadcast for Rust | Oxide как?[/Цитата]
    Нужна помощь в настройке плагин Нотификаторы . Мне нужно изменить значение помощи . Вместо того, чтобы /помочь уведомитель хочу поставить просто /помочь . Где он, пожалуйста, помочь
    [DOUBLEPOST=1471549886][/DOUBLEPOST]
    Need help setting up a plug-in Notifier . I need to change the value of the assistance . Instead of /notifier help want to put just the /help . Where he is, please help
    [DOUBLEPOST=1471549932][/DOUBLEPOST]
    Need help setting up a plug-in Notifier . I need to change the value of the assistance . Instead of /notifier help want to put just the /help . Where he is, please help
     
    Last edited by a moderator: Aug 18, 2016
  10. Some of the commands aren't working, and when I attempt to add new triggers and text, it fails on reload of the config, and defaults it.
     
  11. proof every edit in json with this: JSONLint - The JSON Validator.
     
  12. I'll give it a try. I tried a few other things, like renaming the Rules to Help, but the /help still doesn't work, and it still responds to /rules.
    [DOUBLEPOST=1471560351][/DOUBLEPOST]Unfortunately nothing I do validates it. And any minute change I do is either reset to default, or is ignored. Even when it is validated.

    There has to be a better way to add commands than this.
     
    Last edited by a moderator: Aug 18, 2016
  13. If your config has no errors after you checked it on that site first unload the plugin by typing unload Notifier then upload the config then reload the plugin
     
  14. I did. It resets it to the default config.
     
  15. [Oxide] 12:39 [Debug] at Oxide.Plugins.Notifier.WebRequestFilter (Int32 code, System.String response, .BasePlayer player, Boolean joined) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.Notifier+<InitializePlayer>c__AnonStorey0.<>m__0 (Int32 code, System.String response) [0x00000] in <filename unknown>:0
    at Oxide.Core.Libraries.WebRequests+WebRequest.<OnComplete>m__1 () [0x00000] in <filename unknown>:0
     
  16. UPDATE PLS!
     
  17. I have a workaround (util properly fixed by developer) to the "WebRequestFilter issue" for version 3.1.3 that would probably only work for single-language servers:
    Comment out the following lines (using "//" at the beginnings of lines 502-504).
    Code:
    //            if (ply.Country == "Unknown" || ply.Code == "Unknown")
    //                webrequest.EnqueueGet("http://ip-api.com/json/" + ply.IpAddress + "?fields=3", (code, response) => WebRequestFilter(code, response, player, joined), this);
    //            else if (joined)
    
    This will make error message go away, and the initial notifications will show as intended.
    The code above is for determining the the Location/Language of the person connecting, so it will eliminate Localization/multi-language support.
    Good Luck!
    [DOUBLEPOST=1471814310][/DOUBLEPOST]Here's the modified file to address the "Webfilter issue". Again, this is temporary to get you back up and running until the developer properly fixes.
    * Note: This version will not automatically do muti-language detection.
     
    Last edited by a moderator: Jan 15, 2017
  18. THANK YOU!
     
  19. Code:
    (18:09:22) | [Oxide] 18:09 [Error] Web request callback raised an exception (JsonReaderException: Unexpected character encountered while parsing value: A. Path '', line 0, position 0.)
    (18:09:22) | [Oxide] 18:09 [Debug] at Newtonsoft.Json.JsonTextReader.ParseValue () [0x00000] in <filename unknown>:0
    at Newtonsoft.Json.JsonTextReader.ReadInternal () [0x00000] in <filename unknown>:0
    at Newtonsoft.Json.JsonTextReader.Read () [0x00000] in <filename unknown>:0
    at Newtonsoft.Json.Linq.JObject.Load (Newtonsoft.Json.JsonReader reader) [0x00000] in <filename unknown>:0
    at Newtonsoft.Json.Linq.JObject.Parse (System.String json) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.Notifier.WebRequestFilter (Int32 code, System.String response, .BasePlayer player, Boolean joined) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.Notifier+<InitializePlayer>c__AnonStorey0.<>m__0 (Int32 code, System.String response) [0x00000] in <filename unknown>:0
    at Oxide.Core.Libraries.WebRequests+WebRequest.<OnComplete>m__1 () [0x00000] in <filename unknown>:0
     
  20. I need help with adding commands in the /help part i dont know how i have helptext but i just dont know how to add commands to the /help