BetterChat
Moved
Total Downloads: 26,142 - First Release: Apr 21, 2015 - Last Update: Jan 12, 2018
- 4.9898/5, 98 likes
-
https://i.imgur.com/xeqg6uC.png?1
this one. see that? yes that. -
Is there a way have my admins chat and not show their name like just have it say "admin" or something?
-
in betterchat.json in data folder edit file with notepad++
change
toCode:"Format": { "Chat": "{Title} {Username}: {Message}", "Console": "{Title} {Username}: {Message}" } }, {
then upload the file reload pluginCode:"Format": { "Chat": "{Title} {Message}", "Console": "{Title} {Username}: {Message}" } }, {
test see if that works -
Hm I should have clarified. I mean an easy way for them to switch back and forth between their actual name and another name.
-
Thats not what you asked try being clear when asking a question next time and to your question no you cant
-
I've searched recent pages but don't see an answer. I'm trying to make the player's title AND name show up in the same color. The title/prefix is the correct color (in this case it's #800080 purple) but the player's name remains in the default #55aaff blue.
Code:{ "GroupName": "royalty", "Priority": 0, "Title": { "Text": "[Royalty]", "Color": "#800080", "Size": 15, "Hidden": false, "HiddenIfNotPrimary": false }, "Username": { "Color": "#800080", "Size": 15 }, "Message": { "Color": "white", "Size": 15 }, "Format": { "Chat": "{Title} {Username}: {Message}", "Console": "{Title} {Username}: {Message}" } } -
The only two things that need fixed are
"HiddenIfNotPrimary": false (set to true)
Priority fixed for each group -
How come whenever i set the colors or change anythign it auto removes PlayerChallenges titles from my name.
I have to reboot server and then start game for them to reappearLast edited by a moderator: Oct 26, 2017 -
There is a bug in Hurtworld if you use BetterChat 5.0.14, that the chat messages stop updating.
After some tests, i've noticed that if you send to the chatbox the font size like default <size=15>
That is what makes the chat freeze.
So i've created some exceptions to fix this problem, removing the size part
I've also attached the fixed file
LINE 60:
New LINE 60:Code:["Username"] = $"[#{Username.GetUniversalColor()}][+{Username.Size}]{Player.Name}[/+][/#]",
LINE 62:Code:#if RUST ["Username"] = $"[#{Username.GetUniversalColor()}][+{Username.Size}]{Player.Name}[/+][/#]", #else ["Username"] = $"[#{Username.GetUniversalColor()}]{Player.Name}[/#]", #endif
New LINE 62:Code:["Message"] = $"[#{Message.GetUniversalColor()}][+{Message.Size}]{Text}[/+][/#]",
LINE 230:Code:#if RUST ["Message"] = $"[#{Message.GetUniversalColor()}][+{Message.Size}]{Text}[/+][/#]", #else ["Message"] = $"[#{Message.GetUniversalColor()}]{Text}[/#]", #endif
New LINE 230:Code:select $"[#{g.Title.GetUniversalColor()}][+{g.Title.Size}]{g.Title.Text}[/+][/#]")
LINE 508:Code:#if RUST select $"[#{g.Title.GetUniversalColor()}][+{g.Title.Size}]{g.Title.Text}[/+][/#]") #else select $"[#{g.Title.GetUniversalColor()}]{g.Title.Text}[/#]") #endif
New LINE 508:Code:return $"[#{primary.Username.GetUniversalColor()}][+{primary.Username.Size}]{player.Name}[/+][/#]";
Code:#if RUST return $"[#{primary.Username.GetUniversalColor()}][+{primary.Username.Size}]{player.Name}[/+][/#]"; #else return $"[#{primary.Username.GetUniversalColor()}]{player.Name}[/#]"; #endifAttached Files:
Last edited by a moderator: Oct 26, 2017 -
-
Hey how can i add a permission for a special chat group ? im using SteamGroups and want to add if a player joining my steam group they should get added in the steam BetterChat group
sorry for the bad english..Last edited by a moderator: Oct 26, 2017 -
Create oxide group like this for ex
Configure config\SteamGroups.json like thisCode:oxide.group add myspecialgroup
Last configure data\BetterChat.json like thisCode:"Group Setup": [ { "Steam": "mysteamgroup", "Oxide": "myspecialgroup" } ],
Code:{ "GroupName": "myspecialgroup", "Priority": 2, "Title": { "Text": "[Steam]", "Color": "#ff9900", "Size": 15, "Hidden": false, "HiddenIfNotPrimary": false }, "Username": { "Color": "#55aaff", "Size": 15 }, "Message": { "Color": "white", "Size": 15 }, "Format": { "Chat": "{Title} {Username}: {Message}", "Console": "{Title} {Username}: {Message}" } } -
@Wulf This one seems to be broke as well.
-
Wulf Community Admin
Can't help without details. -
Well, ever since the oxide update. This plugin broke and the config isnt loading. Idk what happened.
[DOUBLEPOST=1509066505][/DOUBLEPOST]Cancel that. It works. -
Wulf Community Admin
Sounds like you're a build behind on Oxide where users weren't added to the default groups. -
Nah i just had to reload the plugin.
-
New players does not seem to be in any BetterChat group-
using plugins default group! This should never happen!
Please make sure you have a grroup called 'default'.
I get this message when new players use the chat.. -
Wulf Community Admin
Update Oxide. -
thanks for your reply i mean if a player joins the steam group that he got automaticly added in the betterchat steam group without any actions from myself
so i need a permission for the betterchat group you know what i mean ?
![-[KFS]- X.W.A.R.R.I.O.R](/assets/styles/oxide/logo.og.png)