Was it one I uploaded![]()
BetterChat
Moved
Total Downloads: 26,139 - First Release: Apr 21, 2015 - Last Update: Jan 12, 2018
- 4.9898/5, 98 likes
-
if someone has a group tag, can he turn it off somehow?
Last edited by a moderator: Mar 22, 2018 -
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?
-
Wulf Community Admin
-
-
So i have betterchat, but how do I add clan name before player name?
-
The plugins that allows you to manage Clans already have hooks | functions that does it automatically.
-
I have Rust:IO one how do I add it? @Adriok
-
-
[DOUBLEPOST=1522088545][/DOUBLEPOST]@Wulf you have any ideas whats the issue? -
Wulf Community Admin
-
-
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
-
-
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 -
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 -
-
-
@LaserHydra can you add console commands? I hate that I cant setup auto donation rewards ://
-
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}" } } ]
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}" } } ]
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 helpLast edited by a moderator: Mar 29, 2018