BetterChat
Moved
Total Downloads: 26,200 - First Release: Apr 21, 2015 - Last Update: Jan 12, 2018
- 4.9898/5, 98 likes
-
You are not running the latest plugin script please update
-
Ok I deleted everything that the plugin generated and reuploaded the new version and edited the Groups.json still a Player... I think im making this too hard for myself...
Attached Files:
-
-
oxide.groups.data remove and restart the server. it helped me.
-
Worked thanks again.
-
add a chat history and how many lines to save?
[DOUBLEPOST=1460603361][/DOUBLEPOST]How do i set the players to groups -
Please look at the FAQ or at the overview.
-
Haw anyone had any issues with the name colors not changing? I set the name colors. The Title colors update but the names do not even if it is the same code.
Example:
So the Title will be the correct color but the name is defaultCode:{ "GroupName": "owner", "Priority": 7, "Title": { "Hidden": false, "HideIfNotHighestPriority": false, "Size": 14, "Color": "#FF2C2C", "Text": "owner" }, "PlayerName": { "Size": 14, "Color": "#FF2C2C" }, "Message": { "Size": 14, "Color": "Yellow" }, "Formatting": { "Console": "{Title} {Name}: {Message}", "Chat": "{Title} {Name}: {Message}" }
-
Be sure to respect the Priority rules.
The smaller the priority value the higher the Priority.
So owner would for example be 0 and player 4 -
Thanks! I think I had them flipped around from when I used the "Notifications" plugin. I'll try that!
Also, is there a way to tweak the "join message"? People found it hilarious when I would tweak the "join message" -
Is it normal, that i can't send a single letter?
Like a ?, k and the ! Wants a command from me?
Next q about the filter:
I have problems with a non offensive word that the filter realizes as a Bad word, like if someone writes "bass" and it got filtered, you could imagine why
-
yeah i noticed that 5 mins after i posted XD
[DOUBLEPOST=1460671240][/DOUBLEPOST]also ask a perm like kits where you do kits.(Kit name) and so you can assign them to groups like betterchatg.(Group name) to add them to a group -
Hello,
How can i fix that..
[Warning] Duplicate permission registered 'betterchat.group.player' (by plugin 'Better Chat')
[
{
"GroupName": "player",
"Priority": 4,
"Title": {
"Hidden": false,
"HideIfNotHighestPriority": false,
"Size": 15,
"Color": "#9EC326",
"Text": ""
},
"PlayerName": {
"Size": 15,
"Color": "#FF9966"
},
"Message": {
"Size": 15,
"Color": "white"
},
"Formatting": {
"Console": "{Title} {Name}: {Message}",
"Chat": "{Title} {Name}: {Message}"
}
},
{
"GroupName": "Admin",
"Priority": 0,
"Title": {
"Hidden": false,
"HideIfNotHighestPriority": false,
"Size": 15,
"Color": "#33FF00",
"Text": "[Admin]"
},
"PlayerName": {
"Size": 15,
"Color": "#DCFF66"
},
"Message": {
"Size": 15,
"Color": "white"
},
"Formatting": {
"Console": "{Title} {Name}: {Message}",
"Chat": "{Title} {Name}: {Message}"
}
}
] -
muteall command doesn't work?
-
Commands:
- /chat group add <group> create a new group
- /chat group remove <group> remove a group
- /chat group set <group> <setting> <value> change a group setting
- /chat group list list all groups
- /chat user add <player|steamid> <group> add a user to a group
- /chat user remove <player|steamid> <group> remove a user from a group
- /chat user groups <player|steamid> list groups of a user
- /mute <player|steamid> [time] mute a player
- /unmute <player|steamid> unmute a player
- /muteall [time] mute all players
- /unmuteall unmute all players
- /ignore <player|steamid> ignore a player
- /unignore <player|steamid> stop ignoring a player
-
I would not recommend usings permissions directly. If you really need to though, they actually are betterchat.group.<groupName>
-
@Resistance
(17:32:20) | [RCON][***.***.***.***:***] muteall
(17:32:20) | Command not found -
Read the overview you are not using the correct command
-
18:43:15) | [RCON][149.***.**.***:59167] muteall 60mCode:
Console Commands: chat group add <group> create a new group chat group remove <group> remove a group chat group set <group> <setting> <value> change a group setting chat group list list all groups chat user add <player|steamid> <group> add a user to a group chat user remove <player|steamid> <group> remove a user from a group chat user groups <player|steamid> list groups of a usermute <player|steamid> [time] mute a player unmute <player|steamid> unmute a playermuteall [time] mute all players unmuteall unmute all players
(18:43:15) | Command not found -
Thats true. Cause of me somehow mixing up files, I continued working on a little older version where this wasn't added yet / it was called Global mute... I will fix this with the new update coming today or tomorrow.