Not sure if anyone else noticed, or if it has been asked before (I tried searching, couldn't find it), but whenever someone writes a single character, the message is not displayed.
It is displayed on RustIO but not ingame. Doesn't show in console either.
I have AntiFlood disabled, and I have Word Filter disabled too.
(Only using BetterChat to hide admin colour)
BetterChat
Moved
Total Downloads: 26,200 - First Release: Apr 21, 2015 - Last Update: Jan 12, 2018
- 4.9898/5, 98 likes
-
Guys, this problem, can't turn off anti flood, put to false, but it still continues to work
-
I
was talking about title order,
It arranged my ranks by priority, we have many admins that donated and have admin rights, and title order worked for ordering by priority. However, for the [title]name[title], that will not work, and unless the developer knows a way to accomplish that, I haven't seen one on this whole thread. Good luck with that though. -
how i put prefix [admin] or [mod] in this plugin. any permission?
-
groups.json found in your data/betterchat folder read the overview for how to add more groups
-
In game you can do /chat group set "groupname" Title "title"
Don't include the quotations. -
Guys i have set the Title for Owner and the prefix is supposed to be owner but it only shows [player] [player] And when put "hideifnothighestpriority" to true it still only shows player instead of Owner
"GroupName": "Owner",
"Priority": 100,
"Title": {
"Hidden": false,
"HideIfNotHighestPriority": true,
"Size": 15,
"Color": "#ab0000",
"Text": "[Owner]"
},
"PlayerName": {
"Size": 15,
"Color": "#ab0000"
},
"Message": {
"Size": 15,
"Color": "white"
},
"Formatting": {
"Console": "{Title} {Name}: {Message}",
"Chat": "{Title} {Name}: {Message}"
}
}
] -
Set Priority to 0
Code:"GroupName": "owner", "Priority": 0, "Title": { "Hidden": false, "HideIfNotHighestPriority": false, "Size": 15, "Color": "#269ec3", "Text": "[Owner]" }, "PlayerName": { "Size": 15, "Color": "red" }, "Message": { "Size": 15, "Color": "white" }, "Formatting": { "Console": "{Title} {Name}: {Message}", "Chat": "{Title} {Name}: {Message}" } } ] -
Thanks
[DOUBLEPOST=1462902637][/DOUBLEPOST]How can i add permissions to certian groups , where can i find that file? -
and groupname lower case see what I posted above
-
But how can i add permissions in a config file? And it still shows up as Player[Owner] in red
-
You dont put it in the config any more it goes into the groups.json found in data/betterchat folder. If you need me to make one tell me all the groups you have
-
I just want owner Rank witch is red Highest priority , Admin witch is second highest priority , but I have to add permissions using ingame commands ?
-
Set owner to priority 0 and admin to priority 1 the player is the highest so if you have 10 groups then the player group will be priority 10
-
Alright , and the permissions , how can i see what group has what permissions , like the admin has 15 permissions but i want to remove a certian one i think i might have adden mistakenly how can i check what permissions that group has
-
The permissions are auto added to the oxide.groups.data file when you put all info into the betterchat groups file if you need to check what permissions each group has you can download the oxide.groups.data file to your desktop open it with notepad++ and see them
-
Alright thanks but the prefixes still aint working , Here is the file , it still shows [Player][Owner]
[
{
"GroupName": "player",
"Priority": 1,
"Title": {
"Hidden": false,
"HideIfNotHighestPriority": false,
"Size": 15,
"Color": "#9EC326",
"Text": "[Player]"
},
"PlayerName": {
"Size": 15,
"Color": "#9EC326"
},
"Message": {
"Size": 15,
"Color": "white"
},
"Formatting": {
"Console": "{Title} {Name}: {Message}",
"Chat": "{Title} {Name}: {Message}"
}
},
{
"GroupName": "owner",
"Priority": 0,
"Title": {
"Hidden": false,
"HideIfNotHighestPriority": true,
"Size": 15,
"Color": "#9EC326",
"Text": "[Owner]"
},
"PlayerName": {
"Size": 15,
"Color": "#9EC326"
},
"Message": {
"Size": 15,
"Color": "white"
},
"Formatting": {
"Console": "{Title} {Name}: {Message}",
"Chat": "{Title} {Name}: {Message}"
}
}
]
[DOUBLEPOST=1462906366][/DOUBLEPOST]And also Is there a way to revoke permissions ingame? , because o used the * as grant permissions is there a way i can revoke them all? -
Thats because you are in the player group as well remove yourself from the player group
usergroup remove gamename player
Also change it to this
for owner group set "HideIfNotHighestPriority": false,Code:[ { "GroupName": "player", "Priority": 1, "Title": { "Hidden": false, "HideIfNotHighestPriority": false, "Size": 15, "Color": "#9EC326", "Text": "[Player]" }, "PlayerName": { "Size": 15, "Color": "#9EC326" }, "Message": { "Size": 15, "Color": "white" }, "Formatting": { "Console": "{Title} {Name}: {Message}", "Chat": "{Title} {Name}: {Message}" } }, { "GroupName": "owner", "Priority": 0, "Title": { "Hidden": false, "HideIfNotHighestPriority": false, "Size": 15, "Color": "#9EC326", "Text": "[Owner]" }, "PlayerName": { "Size": 15, "Color": "#9EC326" }, "Message": { "Size": 15, "Color": "white" }, "Formatting": { "Console": "{Title} {Name}: {Message}", "Chat": "{Title} {Name}: {Message}" } } ] -
ahhh thanks a lot but just one last question , can i edit the permission thing with nitepad ++ without the black box with words in it thing , sorry for bad enlgish
-
You can edit the groups.json file but not the oxide.users.data or oxide.groups.data files you need to use rcon commands on these two files any json files can be edited with notepad++