BetterChat

Moved

Total Downloads: 26,143 - First Release: Apr 21, 2015 - Last Update: Jan 12, 2018

4.9898/5, 98 likes
  1. unload or delete ImageLibrary then reload betterchat see if that fixes it
     
  2. didn't help
     
  3. Could you try to use BetterChat 5.0.12 instead?
    If that does not work, do other plugins error aswell?
     
  4. /chat group set admin UsernameColor #32222 (is not working, name color is not changing)
     
  5. Change it in the betterchat.json file from data folder use notepad++
     
  6. I already did it
    It is because I am in the default group + admin group .... Thanks man.
     
  7. You are meant to be in admin mod and default group when auth level 2
     
  8. Resistance helped me in this problem.
    I did per his instructions:
    Stop server delete oxide.groups.data file from data folder then upload all these files then update server and reinstall oxide then restart server

    Maybe someone that'll help too.
    Resistance can you start new conversation with me? Cause i can't. Sorry about offtop.
     
  9. Hey, is there any way that I can remove the [Player] thing so it only shows the group for people who are in a group and nothing for people who are not in a group?
     
  10. "Hidden": true,
    look in your betterchat.json in the data folder
     
  11. (17:32:37) | [Better Chat] Error when trying to get third-party title from plugin 'Oxide.Plugins.PlayerChallenges'

    System.NullReferenceException: Object reference not set to an instance of an object

    at Oxide.Plugins.PlayerChallenges.GetPlayerTitles (IPlayer player) [0x00000] in <filename unknown>:0

    at Oxide.Plugins.BetterChat+ChatGroup.FormatMessage (IPlayer player, System.String message) [0x00000] in <filename unknown>:0
    any idea how i can fix that!
     
  12. im changed group MessageColor
    but no work.
     
  13. I'm getting error's every time someone type's in chat! Any help ...

    Picture of error's shown below!
     

    Attached Files:

  14. Open the .cs file and goto line 413 (this line:
    Code:
    BetterChatMessage chatMessage = ChatGroup.FormatMessage(player, message);
    and add this under it.

    Code:
    if (chatMessage == null)
    {
        return null;
    }
    
     
  15. what's the problem? =) this problem already a month

    > reload BetterChat
    Unloaded plugin Better Chat v5.0.12 by LaserHydra
    Loaded plugin Better Chat v5.0.12 by LaserHydra
    [Better Chat] Generating new config file...
    [Better Chat] Added field to config: Maximal Titles
    [Better Chat] Added field to config: Maximal Characters Per Message
    > mute yurkin 19m
    Failed to call hook 'CmdMute' on plugin 'BetterChatMute v1.0.8' (JsonReaderException: Unexpected character encountered while parsing value: . Path '', line 0, position 0.)
    at Newtonsoft.Json.JsonTextReader.ParseValue () [0x00000] in <filename unknown>:0 at Newtonsoft.Json.JsonTextReader.Read () [0x00000] in <filename unknown>:0 at Newtonsoft.Json.JsonReader.ReadAndMoveToContent () [0x00000] in <filename unknown>:0 at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.ReadForType (Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Serialization.JsonContract contract, Boolean hasConverter) [0x00000] in <filename unknown>:0 at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType, Boolean checkAdditionalContent) [0x00000] in <filename unknown>:0
     
  16. You have a mistake in BetterChatMute config delete the config of BetterChatMute plugin and reload it
     
  17. errors since update guys
    Code:
     Failed to call hook 'OnUserChat' on plugin 'BetterChat v5.0.12' (IndexOutOfRangeException: index + length > size)
    (21:04:36) | at System.Array.Clear (System.Array array, Int32 index, Int32 length) [0x00000] in <filename unknown>:0
      at System.IO.MemoryStream.Expand (Int32 newSize) [0x00000] in <filename unknown>:0
      at System.IO.MemoryStream.SetLength (Int64 value) [0x00000] in <filename unknown>:0
      at Network.Write.String (System.String val) [0x00000] in <filename unknown>:0
      at (wrapper remoting-invoke-with-check) Network.Write:String (string)
      at ConsoleNetwork.SendClientCommand (Network.Connection cn, System.String strCommand, System.Object[] args) [0x00000] in <filename unknown>:0
      at BasePlayer.SendConsoleCommand (System.String command, System.Object[] obj) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.BetterChat.OnUserChat (IPlayer player, System.String message) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.BetterChat.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0
     
  18. At every relog on my Server i getting te default "Player" Tag back. I dont lose my Admin tag, bur i have both. I need to remove me every time from this group. I did it like it was standing in the FAQ. I did it EXACTLY like this 2 times. Need help ow to solve this prob.
     
  19. You are meant to get it so its up to you to update your file in the data folder but if you want upload the betterchat.json from your data folder will fix it for you
     
  20. I solved it, but thanks^^