Broken... After some time - can't use commands...
Code:[Oxide] 7:54 PM [Error] Failed to call hook 'cmdMute' on plugin 'Chatmute v1.1.3' File: Chatmute.lua Line: 171 attempt to index field 'connection' (a nil value): at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0 at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0 at NLua.Lua.CallFunction (System.Object function, System.Object[] args) [0x00000] in <filename unknown>:0 at NLua.LuaFunction.Call (System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Ext.Lua.Plugins.LuaPlugin.OnCallHook (System.String hookname, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hookname, System.Object[] args) [0x00000] in <filename unknown>:0
Chatmute [Unmaintained]
Discussion in 'Plugin Support' started by Domestos, May 25, 2015.
-
Your version is: 1.1.3 -
[DOUBLEPOST=1444238999][/DOUBLEPOST]Needs a server restart?
Code:[Oxide] 8:29 PM [Error] Failed to call hook 'cmdMute' on plugin 'Chatmute v1.1.5' File: Chatmute.lua Line: 171 attempt to index field 'connection' (a nil value): at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0 at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0 at NLua.Lua.CallFunction (System.Object function, System.Object[] args) [0x00000] in <filename unknown>:0 at NLua.LuaFunction.Call (System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Ext.Lua.Plugins.LuaPlugin.OnCallHook (System.String hookname, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hookname, System.Object[] args) [0x00000] in <filename unknown>:0
-
Try to delete config and data files and reload plugin. (create backups of your old files)
-
@Domestos 5 hours after restart and...
Code:[Oxide] 3:03 PM [Error] Failed to call hook 'cmdMute' on plugin 'Chatmute v1.1.5' File: Chatmute.lua Line: 171 attempt to index field 'connection' (a nil value): at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0 at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0 at NLua.Lua.CallFunction (System.Object function, System.Object[] args) [0x00000] in <filename unknown>:0 at NLua.LuaFunction.Call (System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Ext.Lua.Plugins.LuaPlugin.OnCallHook (System.String hookname, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hookname, System.Object[] args) [0x00000] in <filename unknown>:0
-
I might be wrong, its just an assumption.
You can try this:
replace line 171 with
Code:local currIP = "" if currPlayer.net.connection ~= nil then currIP = currPlayer.net.connection.ipaddress end
-
-
Someone give me an example of how to do a time based mute? All we get is "Invalid time format"
-
Hi there,
with the latest rust and oxide i get the following:
Code:[10/13/2015 12:01:39 AM] [Oxide] 12:01 AM [Error] Failed to call hook 'ccmdMute' on plugin 'chatmute v1.1.5' File: chatmute.lua Line: 171 attempt to index field 'connection' (a nil value): at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0 at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0 at NLua.Lua.CallFunction (System.Object function, System.Object[] args) [0x00000] in <filename unknown>:0 at NLua.LuaFunction.Call (System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Ext.Lua.Plugins.LuaPlugin.OnCallHook (System.String hookname, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hookname, System.Object[] args) [0x00000] in <filename unknown>:0
-
-
Code:
[Oxide] 9:52 PM [Error] Failed to call hook 'OnRunCommand' on plugin 'chatmute v1.1.6' File: chatmute.lua Line: 669 argument number 2 is invalid: at NLua.Method.LuaMethodWrapper.Call (LuaState luaState) [0x00000] in <filename unknown>:0
-
anyone have a plugin that can do the same as this or fix this? i really need a chat mute function on my server
-
Is this plugin working? Is there any specific permissions i need to add for all players to be able to mute / unmute?
-
what is error?
fix plzAttached Files:
-
-
and how can I give any player the right to issue the violator "Chatmute"?
-
> grant group admin chat.mute
Permission 'chat.mute' doesn't exist
> grant group admin chat.globalmute
Permission 'chat.globalmute' doesn't exist
> grant group admin chat.notglobalmuted
Permission 'chat.notglobalmuted' doesn't exist
[DOUBLEPOST=1449358048,1449267723][/DOUBLEPOST]Any news ? -
-
-
-
permission names are incorrect in overview page. Should be:
grant group moderator canmute
grant group moderator canglobalmute
grant group moderator notglobalmuted