BetterChat

Moved

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

4.9898/5, 98 likes
  1. Fix works, unknown's are now KNOWN! haha Ty sir! Great work!
     
  2. FIXED priorioty is reverse 0 is highest and if u go up is lower :D is so stupid but i like it
     
  3. now nice work! :)

    I have one small problem.
    Some players from the same clan they do not have a tag next to the nick above character ;c
    They are added to the same clan

    i dont know whether it is good topic
    My group formatting :
    Code:
    [
      {
        "GroupName": "Admin",
        "Priority": 0,
        "Title": {
          "Hidden": false,
          "HideIfNotHighestPriority": true,
          "Size": 15,
          "Color": "#FF0000",
          "Text": "[Admin]",
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 16,
          "Color": "#0099ff",
          "ClanTagFormat": "{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": 16,
          "Color": "#0099ff",
          "ClanTagFormat": "{Clan} {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Name} : {Message}"
        }
      },
      {
        "GroupName": "moderator",
        "Priority": 1,
        "Title": {
          "Hidden": false,
          "HideIfNotHighestPriority": true,
          "Size": 15,
          "Color": "#00FF00",
          "Text": "[Moderator]",
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 16,
          "Color": "#0099ff",
          "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": 16,
          "Color": "#0099ff",
          "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": "#00FFFF",
          "Text": "[VIP]",
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 16,
          "Color": "#0099ff",
          "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": "#6600FF",
          "Text": "[S.VIP]",
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 16,
          "Color": "#0099ff",
          "ClanTagFormat": "{Clan} {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name} : {Message}"
        }
      }
    ]
     
  4. "ClanTagFormat": "[{Clan}] {Name}"
     
  5. lol... I advice the same ... just testing I figured out this

    I made default = 99
    and admin = 0
     
    Last edited by a moderator: Oct 7, 2016
  6. So anybody know how to update BetterChat through Host Havoc?
     
  7. Add the .cs file to the oxide/plugins folder, it will load by itself, and then go to the oxide/config folder and I thing that's where it creates the .json file to edit.
     
  8. Thats how priorites work in programming. Same ay rankings, think about it as a race. The best one is on first place, not last.
     
  9. Yeah, it makes sense in that sense, but the option to disable if not "highest priority" is confusing. "Highest" on its own would suggest 1>0, 2>1, etc.
     
  10. have sense
    but is not intuitive :(
     
  11. I talk about tag clan above character, not in chat, this tip work for this?
     
  12. BetterChat doesn't handle those.
     
  13. I CANT DOWNLOAD THE FILE ,WHO CAN GIVE ME THE NEWEST VESION?
     
  14. Wulf

    Wulf Community Admin

    Lose the caps please. The latest version is on the Overview.
     
  15. THX ,ITS OK
     
  16. Because hurtworld chat freezes after a while I install pluguin?
     
  17. Im having a problem all the players cannot see each other nickname on chat, it only show the group and unknown instead of the name
    is there a setting for it?
     
  18. unknow was fixed at last update, please check
     
  19. I still see some "unknown" players. (Even after yesterdays update).

    Is there any debug data I could send that would help?

    Should I change it to be a little more noisy? (change it to show steamid when "unknown"?)
     
  20. hi so i use this plugin on my hurtworld server everything works fine for players but for admins and moderators etc it wont work it just doubles the player so you get [player] player] username. what i get as owner [player] [player] [player] username how can i fix this?