BetterChat

Moved

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

4.9898/5, 98 likes
  1. Was it one I uploaded :)
     
  2. if someone has a group tag, can he turn it off somehow?
     
    Last edited by a moderator: Mar 22, 2018
  3. Hello can someone help me i have a problem with better what and clans if i use betterchat i can't see te clan tags does someone knows how to fix it?
     
  4. Wulf

    Wulf Community Admin

    You can use the ClanTags plugin.
     
  5. thankyou
     
  6. So i have betterchat, but how do I add clan name before player name?
     
  7. The plugins that allows you to manage Clans already have hooks | functions that does it automatically.
     
  8. I have Rust:IO one how do I add it? @Adriok
     
  9. Rust:IO Clans, plugin auto-add the clan name in chat.
     
  10. Well its not for me so whats wrong?
    [DOUBLEPOST=1522088545][/DOUBLEPOST]@Wulf you have any ideas whats the issue?
     
  11. Wulf

    Wulf Community Admin

    Use the Clan Tags plugin.
     
  12. Well, if not > Clan Tags
     
  13. Well ok thanks guys I downloaded Clan Tags and it works fin OTHER then that it shows chat like TITLE CLAN NAME I want chat to be CLAN TITLE NAME. Anyone know a fix? Clan Tag dev said to ask here
     
  14. look at the file in data folder then you will be able to work it out
     
  15. I have this in my config it does not show anywhere a fix to my issue ?
    Code:
        "GroupName": "mod",
        "Priority": 3,
        "Title": {
          "Text": "[Mod]",
          "Color": "#0080FF",
          "Size": 15,
          "Hidden": false,
          "HiddenIfNotPrimary": false
        },
        "Username": {
          "Color": "#0080FF",
          "Size": 15
        },
        "Message": {
          "Color": "white",
          "Size": 15
        },
        "Format": {
          "Chat": "{Title} {Username}: {Message}",
          "Console": "{Title} {Username}: {Message}"
        }
      }
    ]
     
    Last edited by a moderator: Mar 29, 2018
  16. you need to update your file
    "HiddenIfNotPrimary": true
    as to your other problem you have the option to hide the title
    "Hidden": true,
    you will just need to play around with it
     
  17. But I want title? I want the title for mods and admins but it looks weird since its TITLE (Blue) Clan (White) MODS NAME(Blue)
     
  18. You dont need to turn it off for every group
     
  19. @LaserHydra can you add console commands? I hate that I cant setup auto donation rewards ://
     
  20. So, I tried to configure my own groups for 2 hours now. It does not work. I nned help.

    I tried this:
    Code:
    [
        {
            "GroupName": "default",
            "Priority": 0,
            "Title": {
                "Text": "[Player]",
                "Color": "#0066ff",
                "Size": 15,
                "Hidden": false,
                "HiddenIfNotPrimary": true
            },
            "Username": {
                "Color": "#00ff99",
                "Size": 15
            },
            "Message": {
                "Color": "#ffffff",
                "Size": 15
            },
            "Format": {
                "Chat": "{Time} - {Title} {Clantag} {Username}: {Message}",
                "Console": "{Time} - {Title} {Clantag} {Username}: {Message}"
            }
        }
        {
            "GroupName": "mod",
            "Priority": 1,
            "Title": {
                "Text": "[Mod]",
                "Color": "#00cc00",
                "Size": 15,
                "Hidden": false,
                "HiddenIfNotPrimary": false
            },
            "Username": {
                "Color": "##00ffcc",
                "Size": 15
            },
            "Message": {
                "Color": "#ccff66",
                "Size": 15
            },
            "Format": {
                "Chat": "{Time} - {Title} {Clantag} {Username}: {Message}",
                "Console": "{Time} - {Title} {Clantag} {Username}: {Message}"
            }
        }
        {
            "GroupName": "admin",
            "Priority": 2,
            "Title": {
                "Text": "[Admin]",
                "Color": "#990000",
                "Size": 15,
                "Hidden": false,
                "HiddenIfNotPrimary": false
            },
            "Username": {
                "Color": "#ff9933",
                "Size": 15
            },
            "Message": {
                "Color": "#99ff33",
                "Size": 15
            },
            "Format": {
                "Chat": "{Time} - {Title} {Clantag} {Username}: {Message}",
                "Console": "{Time} - {Title} {Clantag} {Username}: {Message}"
            }
        }
    ]
    Second try:
    Code:
    [
      {
        "GroupName": "default",
        "Priority": 0,
        "Title": {
          "Text": "[Player]",
          "Color": "#0066ff",
          "Size": 15,
          "Hidden": false,
          "HiddenIfNotPrimary": true
        },
        "Username": {
          "Color": "#00ff99",
          "Size": 15
        },
        "Message": {
          "Color": "white",
          "Size": 15
        },
        "Format": {
          "Chat": "{Time} - {Title} {Username}: {Message}",
          "Console": "{Time} - {Title} {Username}: {Message}"
        }
      }
    ]
    Can someone please help me, I got the clan tags plugin and BetterChat just doesn't work.

    If I write something in the chat:

    [Better Chat] Krane (76561198107942907) does not seem to be in any BetterChat group - falling back to plugin's default group! This should never happen! Please make sure you have a group called 'default'.
    [Better Chat] [Player] [NoMrcy] Krane: .

    I have to add myself to the group all the time when I reload the plugin AND how can I configure the time I mean that the numbers behind the seconds are gone:

    [Better Chat] 14:51:47.9134760 - [Player] [NoMrcy] Krane: .
    that to this:
    [Better Chat] 14:51:47 - [Player] [NoMrcy] Krane: .
    [DOUBLEPOST=1522328268][/DOUBLEPOST]And I need to know how I can do it, that when a player creates/joins a clan he gets his clan tag in chat. pls help
     
    Last edited by a moderator: Mar 29, 2018