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
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?
-
-
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}"
}
}
] -
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}" } } ]
-
[DOUBLEPOST=1462902637][/DOUBLEPOST]How can i add permissions to certian groups , where can i find that file? -
-
-
-
-
-
-
-
[
{
"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
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}" } } ]
-
-