1. Im a bit clueless, im not able to reproduce this error.
    Have you tried restarting the server and/or reinstalling Oxide?
     
  2. When i set "EnableChatGroups": "false", chat is white color only (names and text) and no space between names and text.

    There is a small glitch when working with the Zones Manager: if chat is forbidden in the created zone, messages still appear.
     
  3. No way to remove this?..

    Rust 2015-06-17 11.34.21.png
     
  4. I'm currently having an error with the Colored Prefixes and Names... Everything I enter in the cfg file doesn't seem to be taking effect? I'm entering it correctly (I think) and yet the colors don't change... It doesn't even give me an error, the plugin works as it should, just what I changed it to doesn't register it seems...

    Halp?
     
  5. I'll have a look into the color part when groups is set to false.
    Remove what? The plugin doesnt add anything to your messages.
    Make sure to reload the plugin after changing the config.
     
  6. Well, I've restarted the server if that counts, lol...

    I'm extremely new to this, how would I go about reloading the plugin?
     
  7. "oxide.reload chathandler"
     
  8. That rhomb! It's annoying...

    This cuz of message max length.
     
  9. As I said the plugin simply cuts the existing message if its longer than the allowed number of characters, nothing is added.
    It might have something to do with russian symbols. Nothing I can do there I believe.

    You can disable the whole length check by removing line 78 to 80 within the .lua file and set the MaxCharsPerLine config to a number you'll never reach.
    Keep in mind that this could cause issues with Rust's chat UI because vanilla Rust also limits characters to 128 per message.
    Also keep in mind that you'd need to make these changes everytime you update the plugin.
     
  10. Thank you! :)
     
  11. How do I add myself to a chatgroup?
    [DOUBLEPOST=1434743197][/DOUBLEPOST]Could somebody post their oxide.groups.json and their chathandler.json that work together because I'm an idiot who doesn't know what he is doing and have fucked mine up so that they don't work together
     
  12. i have troubles with betterchatname plugin
    Calling hook OnplayerChat resulted in conflict betwenn the following plugins: betterchatname,
    and my players write two times like repeating
     
  13. Wulf

    Wulf Community Admin

    Use one, not both. You shouldn't use multiple plugins that modify the chat.
     
  14. I am having an issue and can not add permissions any help would be greatly appreciated
    Code:
    [Oxide] 3:37 AM [Error] Failed to initialize plugin chathandler
    File: chathandler.lua Line: 280 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 unkno
    wn>: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.Obje
    ct[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
     
    Last edited by a moderator: Jun 23, 2015
  15.  
    Last edited by a moderator: Jun 23, 2015
  16. Since last rust update

    [​IMG]
     
  17. after new update : i got this :D

    Code:
    [6/26/2015 8:31:29 PM] [Oxide] 8:31 PM [Error] Failed to call hook 'grabPlayerData' on plugin 'RanksAndTitles'
    File: RanksAndTitles.js Line: 34 Column: 11 TypeError 76561198186778697 is undefined:
      at Jint.Native.Function.ScriptFunctionInstance.Call (JsValue thisArg, Jint.Native.JsValue[] arguments) [0x00000] in <filename unknown>:0
      at Oxide.Ext.JavaScript.Plugins.JavaScriptPlugin.CallFunction (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Ext.JavaScript.Plugins.JavaScriptPlugin.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
    [6/26/2015 8:31:29 PM] [Oxide] 8:31 PM [Error] Failed to call hook 'OnPlayerChat' on plugin 'Chat Handler'
    File: chathandler.lua Line: 592 Object reference not set to an instance of an object:
      at Oxide.Ext.JavaScript.JavaScriptExtension.<JavaScriptExtension>m__0 (System.Exception ex) [0x00000] in <filename unknown>:0
      at Oxide.Core.ExceptionHandler.FormatException (System.Exception ex) [0x00000] in <filename unknown>:0
      at Oxide.Core.Logging.Logger.WriteException (System.String message, System.Exception ex) [0x00000] in <filename unknown>:0
      at Oxide.Core.OxideMod.LogException (System.String message, System.Exception ex) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String hookname, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.Call (System.String hookname, System.Object[] args) [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/26/2015 8:31:29 PM] [Oxide] 8:31 PM [Error] Failed to call hook 'OnPlayerChat' on plugin 'Chat Handler'
     
  18. Both your errors are caused by the plugin RanksAndTitles.
     
  19. xD Ok thanks :)
     
  20. Anybody else having a problem with the plugin? It's working but it doesn't respond to config changes. No errors in console. It just uses the default. I've stopped the server, removed plugin and config, added the plugin again, edited the config, and started the server. When that didn't work I reloaded the plugin via console. Still not responding from config. Not sure if something changed in the patches last night or ? Any help would be greatly appreciated. Thanks! :)