Well, technically 1207 is outdated, but the latest "release" version. Did you see my other question?
Chatmute [Unmaintained]
Discussion in 'Plugin Support' started by Domestos, May 25, 2015.
-
Wulf Community Admin
-
-
Help Please !
Code:[Oxide] 9:30 AM [Error] Failed to call hook 'OnRunCommand' on plugin 'ChatMute' File: chatmute.lua Line: 665 attempt to call method 'GetString' (a string 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 [Oxide] 9:30 AM [Warning] CallHook 'OnRunCommand' on plugin 'ChatMute' took: 582ms
Code:[Oxide] 9:42 AM [Error] Failed to call hook 'OnPlayerChat' on plugin 'Chat Handler' (KeyNotFoundException: The given key was not present in the dictionary.) [Oxide] 9:42 AM [Debug] at System.Collections.Generic.Dictionary`2[System.Int32,System.Object].get_Item (Int32 key) [0x00000] in <filename unknown>:0 at NLua.ObjectTranslator.GetNetObject (LuaState luaState, Int32 index) [0x00000] in <filename unknown>:0 at NLua.CheckType.GetAsNetObject (LuaState luaState, Int32 stackPos) [0x00000] in <filename unknown>:0 at NLua.Method.LuaMethodWrapper.Call (LuaState luaState) [0x00000] in <filename unknown>:0 at NLua.MetaFunctions.RunFunctionDelegate (LuaState luaState, NLua.ObjectTranslator translator) [0x00000] in <filename unknown>:0 at NLua.MetaFunctions.RunFunctionDelegate (LuaState luaState) [0x00000] in <filename unknown>:0 at (wrapper native-to-managed) NLua.MetaFunctions:RunFunctionDelegate (KeraLua.LuaState) at (wrapper managed-to-native) KeraLua.NativeMethods:LuaNetPCall (intptr,int,int,int) at KeraLua.Lua.LuaNetPCall (IntPtr luaState, Int32 nArgs, Int32 nResults, Int32 errfunc) [0x00000] in <filename unknown>:0 at NLua.LuaLib.LuaPCall (LuaState luaState, Int32 nArgs, Int32 nResults, Int32 errfunc) [0x00000] in <filename unknown>:0
Last edited by a moderator: Jul 28, 2015 -
locked when mute and voice chat?
I've got a problem on my server. After I muted player and mute time has expired, he can not use voice chat (as on in time of mute). -
-
User 'name' granted permission: chat.mute
/mute player_name ---> You don't have permission to use this command ! (Owner + chat.mute permission) -
-
the chat.mute permission doesent save in config ... others do ...
After the chat.mute permission command i give another permission and it worked ... but not chat.mute ...
P.S.: i have the latest Chat Mute + ChatHandler + Oxide versions ! -
Chat mute does have a config... this is what mine looks like
Code:{ "Messages": { "Admin": { "AlreadyMuted": "{name} is already muted", "InvalidTimeFormat": "Invalid time format", "MultiplePlayerFound": "Found more than one player, be more specific:", "MutelistCleared": "Cleared {count} entries from mutelist", "NoPermission": "You dont have permission to use this command", "PlayerMuted": "{name} has been muted", "PlayerMutedTimed": "{name} has been muted for {time}", "PlayerNotFound": "Player not found", "PlayerNotMuted": "{name} is not muted", "PlayerUnmuted": "{name} has been unmuted" }, "Player": { "BroadcastMutes": "{name} has been muted", "BroadcastMutesTimed": "{name} has been muted for {time}", "BroadcastUnmutes": "{name} has been unmuted", "GlobalMuted": "Chat is globally muted by an admin", "GlobalMuteDisabled": "Global chat mute disabled", "GlobalMuteEnabled": "Chat is now globally muted", "IsMuted": "You are muted", "IsTimeMuted": "You are muted for {timeMuted}", "Muted": "You have been muted", "MutedTimed": "You have been muted for {time}", "Unmuted": "You have been unmuted" } }, "Settings": { "ChatCommands": { "GlobalMute": [ "globalmute" ], "Mute": [ "mute" ], "Unmute": [ "unmute" ] }, "General": { "BroadcastMutes": "true", "LogToConsole": "true" }, "Permissions": { "AntiGlobalMute": "chat.notglobalmuted", "GlobalMute": "chat.globalmute", "Mute": "chat.mute" } } }
-
fixed ...delete the config file and reload the plugin ... thx!
-
Plugin broken
-
Wulf Community Admin
-
Plugin don't load, deleted all and re upload, but nothing appear in console.
-
Wulf Community Admin
-
Arf... I'm dumb, forget to delete data file ! Ty wulf
-
how do I get globalmute always be active? how do I do to always globalmute stay active? even after a restart.
Any command to globalmute by console? -
my players get automute sometimes how can I fix this? This started when I updated server. ... please help me about that Ty,
-
Plugin maybe don`t work if rust.io is installed becouse in console of life map is work but in game console and chat don`t.
-
This is normal? after today update server won't start up
I can't load my server with chatmute or chat handler ;/Last edited by a moderator: Sep 2, 2015 -
Please add /mutelist chat command and mute.list console command.
Thank You.