BetterChat
Moved
Total Downloads: 26,200 - First Release: Apr 21, 2015 - Last Update: Jan 12, 2018
- 4.9898/5, 98 likes
-
Okay i have my default set to hideifnothighestpriority but its still coming up in different groups...
-
-
Here it is... @Resistance
Attached Files:
-
-
Yes mate, Default is set to 1 and my 7 other groups go up 2,3,4,5,6 and so on. I am set to "Owner" which is priority 2 - I put myself only in the group Owner, yet when I log back into the server I somehow am back into the default group; even with it set to hide if not highest.
Strange huh? -
-
Should it? - I'm abit confused there, "Hide if NOT the highest number" - So if I make it the highest number it won't hide? - I'll change it up now though thanks hehe
-
Hi today found a user had ignored one of our admins they could not see what was being said in chat, is there a way to stop people ignoring admins or is there away to disable the ignore feature
-
-
okay that's fixed thank you Resistance,
lastly, how on earth to I change the chat filter so I can have different words filtered to different names... so when a player types f*ck on my server it says fudgeknuckles. I'd like another word to be changed into a different word.. I tried just adding another
" "Word Filter": {
"Custom Replacement": "fannywaffles",
"Enabled": false,
"c***": [
"C * N *",
"cn*",
"c*nty""
]
Obviously ive starred out the actual word, but i figured i could keep adding sections for each word as i want seperate words filtered to different replacements. -
-
Delete
-
Add privat chat function
/pm text -
Salut ! Je poste ici la traduction en Français du plugin BetterChat
Hi ! I come for post here the translate of BetterChat plugin in FrenchAttached Files:
-
-
The player gets mute can write through / pm -
How i can set my tag as a Owner im trying to create a group and then using this command chat user add 7656*********** Owner but it dont work
-
[DOUBLEPOST=1470997104][/DOUBLEPOST] -
/chat user add <STEAM ID> Owner
/chat group set Owner NameColor "yellow"
/chat group set Owner Title "[owner]"
Those should be correct.
Once you create the group "owner" go into:
Code:Your_Server_Identity>Oxide>Data>BetterChat>Groups.json
Code:"GroupName": "Owner", "Priority": 0, "Title": { "Hidden": false, "HideIfNotHighestPriority": false, "Size": 15, "Color": "yellow", "Text": "✮Owner✮", "InheritSize": false, "InheritColor": false
Code:"Color": "yellow"
Change theCode:"Text": "owner"
As Resistance said
Make sure you have default set to 10 or something high, and your highest ranking title which would be owner, set to zero (0).
This will ensure you don't keep getting added to the group default.
For example my default group for my server looks like this
Code:[ { "GroupName": "default", "Priority": 10, "Title": { "Hidden": true, "HideIfNotHighestPriority": true, "Size": 15, "Color": "blue", "Text": "[Player]", "InheritSize": false, "InheritColor": false }, "PlayerName": { "Size": 15, "Color": "teal", "ClanTagFormat": "[{Clan}] {Name}" }, "Message": { "Size": 15, "Color": "white" }, "Formatting": { "Console": "{Title} {Name}: {Message}", "Chat": "{Title} {Name}: {Message}"