BetterChat makes use of oxide groups. BetterChat uses the same named oxide groups to determine who is in the BetterChat group. It is basically a group "addon".
So if you create a BetterChat group called "abc" and oxide doesn't have such group yet, it will create the oxide group called "abc" and a BetterChat group entry for the group "abc".
BetterChat
Moved
Total Downloads: 26,143 - First Release: Apr 21, 2015 - Last Update: Jan 12, 2018
- 4.9898/5, 98 likes
-
Ah I see. I will try that -
When I put a perm for default rank does it automatically go to the other groups I have?
When I put a perm for default rank does it automatically go to the other groups I have? -
This is the only rcon command you should be running for this plugin
oxide.grant group admin betterchat.admin
if you granted the default group this permission you need to remove it
oxide.revoke group default betterchat.admin -
so I shouldnt give groups permissionss? cause I was thinking when I give a default group a permission for like /skin it would go to the others as a permission? cause im trying to give my ranks perms for donations?
-
-
-
-
LaserHydra, add fix pls
if (message == string.Empty || message.Length > 128)
return false; -
Can I use a BetterChat created groups with the timed permissions plugin or would that only work with oxide created groups?
Last edited by a moderator: May 24, 2017 -
Hi, I'm trying to remove the user name and leave just the group on the server group. Or remove the group on screen and change name to blue. Or just change the username colour to blue, I have tried all different ways to change colour and nothing has worked. This is taken from the data file in my ftp:
[
{
"GroupName": "default",
"Priority": 0,
"Title": {
"Text": "",
"Color": "#088A08",
"Size": 15,
"Hidden": false,
"HiddenIfNotPrimary": false
},
"Username": {
"Color": "#088A08",
"Size": 15
},
"Message": {
"Color": "white",
"Size": 15
},
"Format": {
"Chat": "{Title} {Username}: {Message}",
"Console": "{Title} {Username}: {Message}"
}
},
{
"GroupName": "server",
"Priority": 0,
"Title": {
"Text": "[server]",
"Color": "#55aaff",
"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}"
}
}
]Last edited by a moderator: May 24, 2017 -
-
hello, if have installed the better chat plugin and it works fine! but the chat is lagging alot, is it my wifi or a bug? do you know how I can reduce that?
-
I can`t install better chat group manager. Please, upload it in .zip format!!!
-
-
LaserHydra updated Better Chat with a new update entry:
5.0.12
-
Ty ty ty ty ty ty ty ty ty ty ty
Ok so looks like in the Chat Message Dictionary, theres a new BlockedReiceivers field, that is a list of strings of userIds/steamIds,
so we should be able to hook into OnUserChat and for every message pass that list of strings in of players we dont want to send messages to, awesomeeeeee
If someone doesnt beat me to it, Ill try and get a BetterChatIgnore plugin uploaded this weekend
Thank you LaserHydra!!!
DONATE to LaserHydra for all his hard work!
Patreon Link
Paypal LinkLast edited by a moderator: May 26, 2017 -
-
So I have a premium and a default rank and I added perm to premium for kit premium and my default rank could use the kit??? anyone?? @Resistance Could you take a look at my config?