<color=#HEXCODE>Try this</color> or </end>
Notifier [Unmaintained]
Discussion in 'Plugin Support' started by NobodyFTW, Feb 1, 2015.
-
I get this when I type quit in the console and the cmd prompt box never closes
Code:4:37 PM [Error] Failed to call hook 'OnServerShutdown' on plugin 'Rust Core' (MissingMemberException: notifier instance has no attribute 'adverts_loop') 4:37 PM [Debug] at IronPython.Runtime.Types.OldInstance+FastOldInstanceGet.Target (System.Runtime.CompilerServices.CallSite site, System.Object instance, IronPython.Runtime.CodeContext context) [0x00000] in <filename unknown>:0 at System.Dynamic.UpdateDelegates.UpdateAndExecute2[Object,CodeContext,Object] (System.Runtime.CompilerServices.CallSite site, System.Object arg0, IronPython.Runtime.CodeContext arg1) [0x00000] in <filename unknown>:0 at Microsoft.Scripting.Interpreter.DynamicInstruction`3[System.Object,IronPython.Runtime.CodeContext,System.Object].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: May 21, 2015 -
I'm getting this a lot today after the update:
Code:[Oxide] 9:28 PM [Error] Failed to call hook 'OnPlayerDisconnected' on plugin 'Notifier' (MissingMemberException: notifier instance has no attribute 'cache') [Oxide] 9:28 PM [Debug] at IronPython.Runtime.Types.OldInstance/FastOldInstanceGet.Target (System.Runtime.CompilerServices.CallSite,object,IronPython.Runtime.CodeContext) <0x00162> at (wrapper dynamic-method) object.OnPlayerDisconnected$18 (System.Runtime.CompilerServices.Closure,IronPython.Runtime.PythonFunction,object,object) <0x002d6>
Code:[Oxide] 9:30 PM [Info] connected name ([ooDonut]) [Oxide] 9:30 PM [Error] Failed to call hook 'OnPlayerInit' on plugin 'Notifier' Traceback (most recent call last): File "notifier.py", line 332, in OnPlayerInit NameError: global name 'PLUGIN' is not defined108.231.97.245:50312/76561198149089961/[ooDonut] joined [windows/76561198149089961] [Oxide] 9:30 PM [Error] Exception raised in web request callback Traceback (most recent call last): File "notifier.py", line 524, in response_handler NameError: global name 'PLUGIN' is not defined
-
isnt working after todays update. deleted all files and reloaded it. get this error
Code:[Oxide] 10:07 PM [Error] Failed to load plugin notifier (IOException: Sharing violation on path c:\games\108_61_114_77_28016\1120594\ruste\server\1120594\oxide\plugins\notifier.py) [Oxide] 10:07 PM [Debug] at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000] in <filename unknown>:0 at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare) at System.IO.File.OpenRead (System.String path) [0x00000] in <filename unknown>:0 at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize) [0x00000] in <filename unknown>:0 at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding) [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.IO.StreamReader:.ctor (string,System.Text.Encoding) at System.IO.File.ReadAllText (System.String path, System.Text.Encoding encoding) [0x00000] in <filename unknown>:0 at System.IO.File.ReadAllText (System.String path) [0x00000] in <filename unknown>:0 at Oxide.Ext.Python.Plugins.PythonPlugin.Load () [0x00000] in <filename unknown>:0 at Oxide.Ext.Python.Plugins.PythonPluginLoader.Load (System.String directory, System.String name) [0x00000] in <filename unknown>:0 at Oxide.Core.OxideMod.LoadPlugin (System.String name) [0x00000] in <filename unknown>:0
Last edited by a moderator: May 22, 2015 -
Wulf Community Admin
-
How to change text size ?
-
-
any way to beable to change actual chat color? cause white is terrible
-
Nevermind - found my own answer.
-
I added some text lines in the "notifier.json" file, restartet the server and used the command "oxide.reload notifier" but now the plugin dosen't work anymore. Can someone help?
-
Wulf Community Admin
-
-
My minor OCD is kicking in
...is it possible to add a manual line break to messages please? -
How do I change the white chat text to a different colour
-
Good afternoon!
Tell me if there is an opportunity to put in place some sort of icon natpisi NOTIFIER? -
i cant get this plugin to work. i dont get any messages nor does it notify me when someone connects or disconnects
-
How did your list to add the admin by typing /players?
-
-
I like this plugin and some things seem to be working. commands like /rules or /map or /players working fine.
problem 1 - /help is not working tried /help /Help /HELP - nothing
problem 2 - I tried modifying the json file and reloading using oxide.reload.notifier but my changes are not showing up. -
Just since today, i got this error: (tried redownloading plugin and config. Didnt work)
Code:[Oxide] 9:15 PM [Info] Loaded plugin Notifier v2.7.5 by SkinN [Oxide] 9:15 PM [Error] notifier: Failed to load config file (is the config file corrupt?) (Sharing violation on path C:\TCAFiles\Users\OliverS\10732\server\config\notifier.json) [Oxide] 9:15 PM [Error] Failed to initialize plugin notifier (KeyNotFoundException: SETTINGS) [Oxide] 9:15 PM [Debug] 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 System.Dynamic.UpdateDelegates.UpdateAndExecute2