Chat Handler [Unmaintained]
Discussion in 'Plugin Support' started by Domestos, Nov 2, 2014.
-
-
Wulf Community Admin
-
I've tried this:
oxide.grant group admin Admin
oxide.usergroup add nabis admin -
Wulf Community Admin
-
error
Attached Files:
-
-
-
I have this problem when plugin load:
Code:4:44 PM [Info] Loaded plugin Chat Handler v2.5.5 by #Domestos 4:44 PM [Error] Failed to initialize plugin chathandler File: chathandler.lua Line: 235 attempt to call field 'AddChatCommand' (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 (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&) at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
-
-
-
-
I have not changed anything in the configuration:
Code:{ "ChatGroups": { "Admin": { "Color": "#FFA04A", "Permission": "admin", "Prefix": "[Admin]", "ShowColor": true, "ShowPrefix": true }, "Donator": { "Color": "#06DCFB", "Permission": "donator", "Prefix": "[$$$]", "ShowColor": true, "ShowPrefix": true }, "VIP": { "Color": "#59ff4a", "Permission": "vip", "Prefix": "[VIP]", "ShowColor": true, "ShowPrefix": true } }, "Settings": { "AdminMode": { "AdminChatName": "[Server Admin]", "ReplaceChatName": "true" }, "AntiSpam": { "EnableAntiSpam": "true", "MaxLines": 4, "TimeFrame": 6 }, "ChatCommands": { "AdminMode": [ "admin" ], "ChatHistory": [ "history", "h" ], "GlobalMute": [ "globalmute" ], "Mute": [ "mute" ], "Unmute": [ "unmute" ], "Wordfilter": [ "wordfilter" ] }, "General": { "AllowedIPsToPost": [], "BlockServerAds": "true", "BroadcastMutes": "true", "ChatHistoryMaxLines": 10, "EnableChatHistory": "true", "Language": "en", "MaxCharsPerLine": 64 }, "Groups": { "ColorNamesOnly": "true", "EnableGroups": "false", "PrefixPosition": "left" }, "Logging": { "LogBlockedMessages": "true", "LogToConsole": "true", "LogToFile": "false" }, "NameColor": { "AdminMode": "#ff8000", "NormalUser": "#5af" }, "Permissions": { "AdminMode": "canadminmode", "AntiGlobalMute": "notglobalmuted", "EditWordFilter": "caneditwordfilter", "GlobalMute": "canglobalmute", "Mute": "canmute" }, "Wordfilter": { "EnableWordfilter": "false", "ReplaceFullWord": "true" } }, "WordFilter": { "bitch": "sweety", "cunt": "****", "fucking hell": "lovely heaven" } }
-
Update the plugin please, it does not work completely.
-
-
Nope, no bugs, added permission, but/mute does not work, just like I never wrote anything.
-
error CH 2.5.5 rust 1252
Attached Files:
-
-
-
When talking in chat it seems like i get double posts with what im saying. So if i was to copy and paste this into my servers chat it would come out as...
Nodfire: When talking in chat it seems like i get double posts with what
Nodfire: im saying. So if i was to copy and paste this into my servers chat it would come out as...
There a setting for this? Thanks. -