BetterChat

Moved

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

4.9898/5, 98 likes
  1. I am not just throwing out patches to throw out patches. Updates are there to add things or fix things. What is your concern?
     
  2. Code:
    16:24 [Error] Failed to call hook 'OnPlayerChat' on plugin 'BetterChat v1.1.3' (NullReferenceException: Object reference not set to an instance of an object)
    16:24 [Debug]   at Oxide.Plugins.BetterChat.SendMessage (.PlayerSession player, System.String msg, Boolean isClanChat) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.BetterChat.OnPlayerChat (.PlayerSession player, System.String message, Boolean isClanMsg) [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 name, System.Object[] args) [0x00000] in <filename unknown>:0
    16:24 [Info] [HWClans] [CT] [Сообщение клану] Freeman: но у него лег двигатель шестеренка 140 и 4 колеса в доме
     
  3. Hey anyone can help me, im supporter on a server so and i reconnect an i have the admin and player rang pls help me
     
  4. upload your groups file
     
  5. Hello anybody can help me?
     
  6. You need to upload your file to here not pastebin
     
  7. I have a problem . I have the latest version of BetterChat and HWClans . Unfortunately I cant change clantag colour , it takes a nickname color , only the color of the group is appropriate .
    Additionally betterchat crashed my serverchat .
    Suddenly disappears and I must enter a random command to the unbugged a chat.
    That have all players in server.

    Sorry for my low english

    My groups.json
    Code:
    [
      {
        "GroupName": "Admin",
        "Priority": 1,
        "Title": {
          "Hidden": false,
          "HideIfNotHighestPriority": false,
          "Size": 15,
          "Color": "#FF0000",
          "Text": "[Admin]",
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 15,
          "Color": "#9EC326",
          "ClanTagFormat": "{Clan} {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
         "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      },
      {
        "GroupName": "default",
        "Priority": 6,
        "Title": {
          "Hidden": false,
          "HideIfNotHighestPriority": true,
          "Size": 15,
          "Color": "#bfad3b",
          "Text": "[Gracz]",
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 15,
          "Color": "#bfbfbf",
          "ClanTagFormat": "{Clan} {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      },
      {
        "GroupName": "Moderator",
        "Priority": 2,
        "Title": {
          "Hidden": false,
          "HideIfNotHighestPriority": true,
          "Size": 15,
          "Color": "#00FF00",
          "Text": "[Moderator]",
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 15,
          "Color": "#9EC326",
          "ClanTagFormat": "{Clan} {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      },
      {
        "GroupName": "Youtuber",
        "Priority": 4,
        "Title": {
          "Hidden": false,
          "HideIfNotHighestPriority": false,
          "Size": 15,
          "Color": "#9EC326",
          "Text": "[Youtuber]",
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 15,
          "Color": "#9EC326",
          "ClanTagFormat": "{Clan} {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      },
      {
        "GroupName": "VIP",
        "Priority": 5,
        "Title": {
          "Hidden": false,
          "HideIfNotHighestPriority": true,
          "Size": 15,
          "Color": "#9EC326",
          "Text": "[VIP]",
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 15,
          "Color": "#9EC326",
          "ClanTagFormat": "[{Clan}] {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      },
      {
        "GroupName": "S.VIP",
        "Priority": 3,
        "Title": {
          "Hidden": false,
          "HideIfNotHighestPriority": true,
          "Size": 15,
          "Color": "#9EC326",
          "Text": "[S.VIP]",
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 15,
          "Color": "#9EC326",
          "ClanTagFormat": "[{Clan}] {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      }
    ]
     
  8. Should be
    "ClanTagFormat": "[{Clan}] {Name}"
    not what you have there
    Try this one just fixed it for you
     

    Attached Files:

  9. Here the files :
     

    Attached Files:

  10. Here you go
     

    Attached Files:

  11. I used your file, the change is small . I have now double bracket ( [[ ]] ) ,
    20160916105244_1.jpg

    continued clantag doesn't have a color established by the owner of the clan, clantag now have a color that same as nick.

    Does anyone have any idea on the issue of crashes?
    at some moment chat crashes (i dont see new messages), i must use random command for uncrash chat..
    I've seen this problem has on several servers,

    I talk about Hurtworld.
     
  12. Maybe best not to call your clan name Admin and the groups file I done is the way it should be if you are having problems with it, it could be other things causing it the game you use it for I dont play but if you look at the file you posted you will see the vip group has been done right I fixed the ones that where messed up
     
  13. So i must create a clan with other name without "admin" in tagname?
     
  14. how i can change the clan color? and thx Resistance
     
  15. change it in the groups file use notepad++ to edit the file
    [DOUBLEPOST=1474026683][/DOUBLEPOST]
    Either that or change the group name title on the admin group
    "Text": "[Admin]", < change this
     
  16. Remove the brackets from here:
    "ClanTagFormat": "[{Clan}] {Name}"

    it should be

    "ClanTagFormat": "{Clan} {Name}"

    Then your double brackets should be fixed.
     
  17. See before posts, so I had without double brackets, but I added these brackets because Resistanse said to be added this. Still does not work coloring tag.
    I change clanname and groupdisplayname.
    Still not work.
    Screenshoot:
    20160916105244_1.jpg

    Code :
    Code:
    [
      {
        "GroupName": "Admin",
        "Priority": 0,
        "Title": {
          "Hidden": false,
          "HideIfNotHighestPriority": true,
          "Size": 15,
          "Color": "#FF0000",
          "Text": "[TEST]",
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 15,
          "Color": "#9EC326",
          "ClanTagFormat": "{Clan} {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
         "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      },
      {
        "GroupName": "default",
        "Priority": 5,
        "Title": {
          "Hidden": false,
          "HideIfNotHighestPriority": true,
          "Size": 15,
          "Color": "#bfad3b",
          "Text": "[Gracz]",
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 15,
          "Color": "#bfbfbf",
          "ClanTagFormat": "{Clan} {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      },
      {
        "GroupName": "moderator",
        "Priority": 1,
        "Title": {
          "Hidden": false,
          "HideIfNotHighestPriority": true,
          "Size": 15,
          "Color": "#00FF00",
          "Text": "[Moderator]",
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 15,
          "Color": "#9EC326",
          "ClanTagFormat": "{Clan} {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      },
      {
        "GroupName": "youtuber",
        "Priority": 3,
        "Title": {
          "Hidden": false,
          "HideIfNotHighestPriority": false,
          "Size": 15,
          "Color": "#9EC326",
          "Text": "[Youtuber]",
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 15,
          "Color": "#9EC326",
          "ClanTagFormat": "{Clan} {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      },
      {
        "GroupName": "vip",
        "Priority": 4,
        "Title": {
          "Hidden": false,
          "HideIfNotHighestPriority": true,
          "Size": 15,
          "Color": "#9EC326",
          "Text": "[VIP]",
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 15,
          "Color": "#9EC326",
          "ClanTagFormat": "{Clan} {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      },
      {
        "GroupName": "s.vip",
        "Priority": 2,
        "Title": {
          "Hidden": false,
          "HideIfNotHighestPriority": true,
          "Size": 15,
          "Color": "#9EC326",
          "Text": "[S.VIP]",
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 15,
          "Color": "#9EC326",
          "ClanTagFormat": "{Clan} {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      }
    ]
     
  18. Can I delete the files in the folder:
    data/BetterChat/Players/
    Without affecting anything?
     
  19. I told you to put it that way as that's the way it is by default in the script, not sure why it messed up for you I don't have that problem