Thats pretty much the default config. What have you tried to do, and what commands have you used to try doing what you wanted to do?
BetterChat
Moved
Total Downloads: 26,145 - First Release: Apr 21, 2015 - Last Update: Jan 12, 2018
- 4.9898/5, 98 likes
-
-
-
Hello guys,
Can someone plz help me out?
What does this mean:
How to set up a custom group:
- Create a group in the config as shown in the preset groups
- Save the configfile
-
-
Thx a bunch for the fast reply sir, cheers! -
where can i make more group like co-Owner in
Better Chat for Rust? please help me -
-
@LaserHydra
> reload BetterChat
[Oxide] 11:28 PM [Info] Unloaded plugin Better Chat v3.4.1 by LaserHydra
[Oxide] 11:28 PM [Info] Loaded plugin Better Chat v3.4.1 by LaserHydra
[Oxide] 11:28 PM [Warning] Missing plugin name prefix 'betterchat.' for permission 'color_mod' (by plugin 'Better Chat')
[Oxide] 11:28 PM [Warning] Missing plugin name prefix 'betterchat.' for permission 'color_owner' (by plugin 'Better Chat')
[Oxide] 11:28 PM [Warning] Missing plugin name prefix 'betterchat.' for permission 'color_admin' (by plugin 'Better Chat')
[Oxide] 11:28 PM [Warning] Missing plugin name prefix 'betterchat.' for permission 'color_player' (by plugin 'Better Chat')
When i reload BetterChat it does that then the tags for admins get owner tags also i have done (oxide.revoke group admin color_owner)
but it still reverts it back to that even tryed saving the server before it too still no luck -
-
Ok thank you @LaserHydra
-
-
Ok, now how turn off in chat notification when admin gave something to someone... :-(
-
http://playrust.com/devblog-93/
Admin Abuse Announcement Garry Newman
Something we hear over and over again is that admins are spawning stuff on their servers and making the game unfair. Sometimes admins have a good reason to spawn something, but most of the time they’re just abusing their power on the server to make the game easier for themselves.
So now when an admin spawns an item for themselves (or another player) it will be announced to the entire server in the chat box.
I know this isn’t going to go down well with server owners. They’ll claim they need to be able to spawn 100 C4 for their regular admin duties. Well that’s okay. If it’s legit you have nothing to hide from your server’s users. -
-
-
-
This is my config, because my group colors dont work i try with html and hex colors but dont work:
SetConfig("Admin", new Dictionary<string, object> {
{ "Formatting", "{Title} {Name}:<color={TextColor}></color> {Message}" },
{ "ConsoleFormatting", "{Title} {Name}: {Message}" },
{ "Permission", "admin" },
{ "Title", "[Admin]" },
{ "TitleColor", "#FF0000" },
{ "NameColor", "#DCFF66" },
{ "TextColor", "red" },
{ "Rank", 3 }
}); -
-
The colors of the group are in white why?
{
"Admin": {
"ConsoleFormatting": "{Title} {Name}: {Message}",
"Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
"NameColor": "#DCFF66",
"Permission": "admin",
"Rank": 3,
"TextColor": "red",
"Title": "[Admin]",
"TitleColor": "FF001A"
},
"AntiSpam": {
"Enabled": false,
"MaxCharacters": 85
},
"Mute": {
"Enabled": true
},
"player": {
"ConsoleFormatting": "{Title} {Name}: {Message}",
"Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
"NameColor": "#DCFF66",
"Permission": "player",
"Rank": 1,
"TextColor": "White",
"Title": "[Player]",
"TitleColor": "#009EFF"
},
"vip": {
"ConsoleFormatting": "{Title} {Name}: {Message}",
"Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
"NameColor": "#DCFF66",
"Permission": "color_vip",
"Rank": 2,
"TextColor": "orange",
"Title": "[V.I.P]",
"TitleColor": "E6FF00"
},
"WordFilter": {
"CustomReplacement": "Unicorn",
"Enabled": false,
"FilterList": [
"fuck",
"bitch",
"faggot"
],
"UseCustomReplacement": true
}
}