1. not anymore, i deleted
     
  2. Code:
    [Oxide] 6:55 PM [Error] Failed to call hook 'OnPlayerChat' on plugin 'Chat Handler'
    File: chathandler.lua Line: 600 attempt to compare number with nil:
      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 think plugin needs a Update
     
  3. Your config is outdated or corrupt. Shut down your server, delete the config and start your server again so a default config is created.
     
  4. why error
    Code:
    [6/7/2015 7:38:43 PM] [Oxide] 7:38 PM [Error] Failed to initialize plugin chathandler
    File: chathandler.lua Line: 224 attempt to call method 'lower' (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
    
    line 224 local first, _ = string.find(value:lower(), key:lower())
     
  5. I have a globalmute error:
    Code:
    [Oxide] 6:57 PM [Error] Failed to call hook 'OnPlayerChat' on plugin 'Chat Handler'
    File: chathandler.lua Line: 975 Object reference not set to an instance of an object:
      at Oxide.Core.Libraries.Permission.GroupExists (System.String groupname) [0x00000] in <filename unknown>:0
      at Oxide.Core.Libraries.Permission.GroupHasPermission (System.String groupname, System.String perm) [0x00000] in <filename unknown>:0
      at Oxide.Core.Libraries.Permission+<GroupsHavePermission>c__AnonStorey0.<>m__0 (System.String group) [0x00000] in <filename unknown>:0
      at System.Linq.Enumerable.Any[String] (IEnumerable`1 source, System.Func`2 predicate) [0x00000] in <filename unknown>:0
      at Oxide.Core.Libraries.Permission.GroupsHavePermission (System.Collections.Generic.HashSet`1 groups, System.String perm) [0x00000] in <filename unknown>:0
      at Oxide.Core.Libraries.Permission.UserHasPermission (System.String userid, System.String perm) [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 
     
  6. I also have noticed while having Chat Handler installed the chatbox starts lagging up after pressing enter to type a message and then once you have sent the message it stops lagging and gameplay is fine.

    Uninstalled the plugin just to see if it was the cause, after a restart while not installed gameplay has run for 24 hours with no chatbox lag
     
  7. Update the plugin.
    First time I see someone having problems with chat lag. Not sure if chathandler really is the cause of it, might be just the restart that fixed your problem.
     
  8. I'll look into it more and keep this updated
     
    Last edited by a moderator: Jun 8, 2015
  9. Can I use this to set a welcome message so people know who just logged in?
    If not, can someone direct me to that plugin? Thanks!
     
  10. Wulf

    Wulf Community Admin

    The Notifier plugin would likely be what you are looking for.
     

  11. There is a word in the list of forbidden words "shit" I write another word, the end of which is a prohibited Word and probably because of this broken everything (((proposal
     
  12. getting an error in console after todays update and displays duplicate messages. one with chat handler styling and one with default rust.
    Code:
    [Oxide] 6:15 PM [Error] Failed to call hook 'OnPlayerChat' on plugin 'Chat Handler'
    File: chathandler.lua Line: 640 attempt to index field 'server' (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
     
  13. Wulf

    Wulf Community Admin

    Try the attached version below.
     

    Attached Files:

  14. Code:
    [Oxide] 7:07 PM [Info] Unloaded plugin Chat Handler v3.0.2 by #Domestos
    [Oxide] 7:07 PM [Info] Loaded plugin Chat Handler v3.0.2 by #Domestos
    [Oxide] 7:07 PM [Error] Failed to initialize plugin chathandler
    File: chathandler.lua Line: 305 attempt to index field '?' (a nil value):
    at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in :0
    at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [0x00000] in :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 :0 
    Getting a different error now? Not sure if it's just me. Thanks for the good work!
     
  15. Something is wrong with either your config or your permission files. If you can post them here I might be able to say more.
     
  16. Ok no worries I will take a look now, thanks for the help.
     
  17. Getting this as well on a fresh config:

    Code:
    [Oxide] 2:28 PM [Error] Failed to call hook 'OnPlayerChat' on plugin 'Chat Handler'
    File: chathandler.lua Line: 640 attempt to index field 'server' (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 
     
  18. Wulf

    Wulf Community Admin

    You are using an outdated version of the plugin.
     
  19. I'm using 3.0.3