BetterChat

Moved

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

4.9898/5, 98 likes
  1. Yes, I know. 4.1.14 fixed it but had unfinished changes thats why I rolled back. Will update today.
     
  2. Thank you so much :)
    after my payday I'll send you any donation
     
  3. LaserHydra updated Better Chat with a new update entry:

    4.1.14

     
    Last edited by a moderator: Jul 5, 2016
  4. Thanks guy

    New version already support AdminMenu ?
     
  5. What do you mean by supporting AdminMenu?
     
  6. AdminMenu have a function for mute/unmute on Rust.

    I think the update don't touch it but it's just a question :p
    Sorry for my bad enlish
     
  7. i added a group "Admin". i set myself in this group and removed me from the default group.

    but with every server restart im back in the default group.

    my name shows Admin Player NAME

    How can i fix this?
     
  8. give me your config file and i can fix it
     
  9. Upload your groups file will fix it for you
     
  10. who will be faster?? :D
     
  11. Well as the other guy wants his config I will as he needs the groups file as the config will do nothing to fix the problem :p
     
  12. It's joke ;) xD
     
  13. Well yea but i guess he got what i ment :)
     
  14. I did know that thats why I put the :p after it
     
  15. Code:
    [
      {
        "GroupName": "default",
        "Priority": 0,
        "Title": {
          "Hidden": false,
          "HideIfNotHighestPriority": false,
          "Size": 15,
          "Color": "#01DF3A",
          "Text": "[Player]"
        },
        "PlayerName": {
          "Size": 15,
          "Color": "#9EC326",
          "ClanTagFormat": "[{Clan}] {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      },
      {
        "GroupName": "Admin",
        "Priority": 0,
        "Title": {
          "Hidden": false,
          "HideIfNotHighestPriority": false,
          "Size": 15,
          "Color": "#FF0000",
          "Text": "[Admin]"
        },
        "PlayerName": {
          "Size": 15,
          "Color": "#9EC326",
          "ClanTagFormat": "[{Clan}] {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      }
    ]
     
  16. im so fast :D
     

    Attached Files:

  17. thx, what does priority mean?
     
  18. which group has higher priority
    admins has the highest priority, so "0"
    moderator is more than player but less then admin, so "1"
    default is player, so "2"
    do you understand?
     
  19. I was up the town
     
  20. i think so... if i add more groups, like VIP then admin is always 0, mod 1, vip 2 and player 3, isnt it?