BetterChat

Moved

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

4.9898/5, 98 likes
  1. I have to do /chat user remove <player|steamid> <group> every single time I log in, it gets very annoying.
     
  2. do server.writecfg to save your servers data
     
  3. Hello,

    I got BetterChat on my server but I always have [VIP][Player] Seniix3
    if I do usergroup remove Seniix3 default and rejoin or restart server then I got [Player] (Default group) back again.
     
  4. Hello, you can't be out of default group as it's name it's the default group, all player is in this group and will be always in this group
     
  5. You have the Priorities wrong. Read the FAQ section on priorities for the groups.
     
  6. I have the same Problem...i have the Owner and the Admin Title Ingame. I will only have the Owner Title!!

    Here my Groups.json

    Code:
    [
      {
        "GroupName": "Admin",
        "Priority": 1,
        "IgnoreOtherGroups": true,
        "Title": {
          "Hidden": false,
          "Size": 15,
          "Color": "Yellow",
          "Text": "[Admin]"
        },
        "PlayerName": {
          "Size": 15,
          "Color": "Yellow"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      },
      {
        "GroupName": "default",
        "Priority": 2,
        "IgnoreOtherGroups": true,
        "Title": {
          "Hidden": true,
          "Size": 15,
          "Color": "Blue",
          "Text": "[Player]"
        },
        "PlayerName": {
          "Size": 15,
          "Color": "Blue"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      },
      {
        "GroupName": "Owner",
        "Priority": 0,
        "IgnoreOtherGroups": true,
        "Title": {
          "Hidden": false,
          "Size": 17,
          "Color": "Red",
          "Text": "[Owner]"
        },
        "PlayerName": {
          "Size": 15,
          "Color": "Lime"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      }
    ]
    ***FIX*** The Command:

    chat group set Admin HideIfNotHighestPriority true

    fixed that for me. For people with same Problem here my new Groups.json located in
    /server/rust-server/oxide/data/BetterChat/Groups.json

    Code:
    [
      {
        "GroupName": "Admin",
        "Priority": 1,
        "Title": {
          "Hidden": false,
          "HideIfNotHighestPriority": true,
          "Size": 15,
          "Color": "Yellow",
          "Text": "[Admin]",
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 15,
          "Color": "Yellow",
          "ClanTagFormat": "[{Clan}] {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      },
      {
        "GroupName": "default",
        "Priority": 2,
        "Title": {
          "Hidden": true,
          "HideIfNotHighestPriority": false,
          "Size": 15,
          "Color": "Blue",
          "Text": "[Player]",
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 15,
          "Color": "Blue",
          "ClanTagFormat": "[{Clan}] {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      },
      {
        "GroupName": "Owner",
        "Priority": 0,
        "Title": {
          "Hidden": false,
          "HideIfNotHighestPriority": false,
          "Size": 17,
          "Color": "Red",
          "Text": "[Owner]",
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 15,
          "Color": "Lime",
          "ClanTagFormat": "[{Clan}] {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      }
    ]
     
    Last edited by a moderator: Sep 27, 2016
  7. Yes HideIfNotHighestPriority is very important
     
  8. So, on my server we have 2 admins but we both want our own colored names and own custom tags with colors as far as being admin go. I made the default Admin group mine and my other admin has his own but everytime he logs on, he is put into my group so I have to remove him. Any idea how to fix this?
     
  9. Do not use the default Admin group, if you are both Auth Level 2 you are automatically placed in that group, I suggest you both make your own groups and set that priority higher than Admin.
     
    Last edited by a moderator: Sep 28, 2016
  10. So each of our own groups would be Priority what?
     
  11. Should not matter, as long as they are both higher priority than admin group. ie. Set your group Priority to 0 (and put yourself in group) his to 1(and put him in that group) and admin to 2, should work, as lon as admin group is to "HideIfNotHighestPriority: true"
     
    Last edited by a moderator: Sep 28, 2016
  12. I can not found the way of show the LVL of each player When they chat.

    can somebody help me? I already installed the Plugin, and shows me [Player], and I want delete that, puting just the level in its place
     
  13. You can do a lot with the "Formatting" of a group. you can customize it with
    • {Title} = Group Title
    • {Name} = Player Name
    • {SteamID} = Player SteamID
    • {Message} = Message
    • {Date} = Time Stamp
    • {Group} = Primary Group
    • {Level} = Player Level (Only Rust)
    If you add {Level} to the Format you will have it.

    Code:
    "Formatting": {
          "Console": "{Title} {Name} {Level}: {Message}",
          "Chat": "{Title} {Name} {Level}: {Message}"
    
     
  14. I have the player rankings plugin and its showing all players with the title [player] still and i have all the priorities set from lowest to highest idk whats going on..
     
  15. THANKS!
    I found it then I changed it
    But Idont find where I can change the Level tag to other colour.
    I have it in this way:
    Code:
        "PlayerName": {
          "Size": 15,
          "Color": "#9EC326",
          "ClanTagFormat": "[{Level}] [{Clan}] {Name}"
        },
        "Message": {
          "Size": 14,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Level} {Name}: {Message}",
          "Chat": "{Name}: {Message}"

    A PROBLEM WITH BETTERCHAT SHOWS UP:
    [Oxide] 04:51 [Warning] BetterChat has replaced the 'muteglobal' command previously registered by BetterChat
    [Oxide] 04:51 [Warning] BetterChat has replaced the 'unmuteglobal' command previously registered by BetterChat
    [Oxide] 04:51 [Warning] BetterChat has replaced the 'mute' command previously registered by BetterChat
    [Oxide] 04:51 [Warning] BetterChat has replaced the 'unmute' command previously registered by BetterChat
    [Oxide] 04:51 [Warning] BetterChat has replaced the 'chat' command previously registered by BetterChat

    Somebody knows why?
     
  16. Not a problem, this is supposed to happen.

    If you want the Level a different color just set it in the Groups like "Chat": "{Name} {Level}: {Message}

    will make the Level blue
     
    Last edited by a moderator: Sep 29, 2016
  17. Hey! I have a problem with that I am assigned to the Admin group I created. but when i restart the server I get assigned to the default group as well, so I get 2 pefixes. This might be another plugins fault, but I then have to remove myself from the default group to only get the admin prefix.. I just started today with a rust server, so I'm not so experienced. Thanks for the help!
     
  18. All players will always be in the default group no matter what. Read a few posts up you will find the answer to your question. Or perhaps read the FAQ section about Priority and HideIfNotHighestPriority
     
  19. thanks... but
    there is when a player is part of a clan : "ClanTagFormat"
    what with default players?
     
  20. Oops sry Typo.. lol, just add {Level} into the Format of the group.. like

    "Chat": "{Name} {Level}: {Message}