Notifier [Unmaintained]
Discussion in 'Plugin Support' started by NobodyFTW, Feb 1, 2015.
-
-
You use a database ?
-
How can i change the Messages?
And where? Under plugins notifier or under config notifier? -
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 -
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
-
Is it possible to remove notifications as well? When I remove them from the language and set their flag to false, it still persists.
-
-
Нужна помощь в настройке плагин Нотификаторы . Я хочу, чтобы изменить значение помощи . Вместо того, чтобы /помочь уведомитель хочу поставить просто /помочь . Где он находится, пожалуйста, помогите.
[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]
[DOUBLEPOST=1471549932][/DOUBLEPOST]Last edited by a moderator: Aug 18, 2016 -
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.
-
-
[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 -
-
-
[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 -
UPDATE PLS!
-
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)
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 -
THANK YOU!
-
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
-
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