1. Mayhaps I'm overlooking it, but is there a way to change the actually message color? The white is to hard to see in the desert/snow.
     
  2. Im almost done with version 3 of chathandler which will be much more customizeable and offer a few new features which includes changing text colors.
    Im currently in testing phase and hopefully be able to release it later today.
     
  3. Domestos updated Chat Handler with a new update entry:

    big update

     
  4. thankss i read update notes and excited too much so i havent try but write a review in here thanks man you are a lifesaver
     
  5. Awwwww yisssssss. Now we wait for clanforge to grab the update..... Hopefully sooner than later.
     
    Last edited by a moderator: May 25, 2015
  6. Hi, I just reloaded the plugin and im getting this error.
    Code:
    > oxide.reload chathandler
    [Oxide] 2:40 PM [Info] Unloaded plugin Chat Handler v3.0.0 by #Domestos
    [Oxide] 2:40 PM [Info] Loaded plugin Chat Handler v3.0.0 by #Domestos
    [Oxide] 2:40 PM [Error] Failed to initialize plugin chathandler
    File: chathandler.lua Line: 300 attempt to index field '?' (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
     
    Last edited by a moderator: May 25, 2015
  7. You need to delete your old config and let the plugin generate a new one. Its completely different form the old one..
     
  8. ok, great thank you!
     
  9. Hi, thanks for this new version, im having a little problem, i have set a VIP group, but i can't get text and name color to works, its using the Player colors, only the VIP prefix is working.
     
  10. Yeah I need to implement a system to detect some sort of ranking that determines what text color is picked when someone is in more than one group.
    For now you need to remove them from the player group.
     
  11. Ok, if i remove them from this group it won't cause any problem?
     
  12. They will probably be added back automaticly after a server restart but thats an Oxide bug.
     
  13. It shouldn't. What he is saying is that a user is a part of both the "Player" and "VIP" group, and its pulling the colors from the "Player" group. Removing the person from the "Player" group should solve the issue.

    EDIT: He beat me to it by mere seconds. Curse you @Domestos. ;)

    EDIT EDIT: After looking through the Rust:IO Clans plugin, there doesn't seem to be a way to change the chat color in the config. Is that something you could implement in a future update? Or would that have to be on their end?
     
    Last edited by a moderator: May 25, 2015
  14. Anyway to disable the group colors? I already have a plugin for that ;) It types twice in chat with chat handler and betterchatname.

    -----EDIT---
    It didnt work disabling it in config! Please tell me how to remove it!
     
    Last edited by a moderator: May 25, 2015
  15. It wont work with both plugins installed. You have to choose one
     
  16. @Domestos

    one important bug i found is that chat handler changes all players avatar to oxide logo..
    after i remove players avatar backs to normal their avatar pictures

    another important one is chat history cant be scroll down or up with mouse wheel
     
  17. I haven't come across peoples avatars changing, but not being able to scroll is kind of a pain. Not sure if thats to do with the plugin or Rust itself.
     
  18. So, set parametr
    Code:
    self.Config.Settings.General.MaxCharsPerLine        = self.Config.Settings.General.MaxCharsPerLine or 1024
    no works
     
  19. Wulf

    Wulf Community Admin

    It's not the plugin, it happens without plugins.
     
  20. Because 128 is max. Also dont edit the plugin itself, use the config file.
    I'll look into the avatar thing and as wulf already said the chat scroll is a Rust bug.