BetterChat
Moved
Total Downloads: 26,142 - First Release: Apr 21, 2015 - Last Update: Jan 12, 2018
- 4.9898/5, 98 likes
-
Wulf Community Admin
-
-
If you wanna know the players that are in the groups, just go type 'o.show group <groupname>' in console
If you don't even know what groups you have, type 'o.show groups' in console -
Is it possible to let players hide their chat tag if they want to do so?
-
Hi, I have 3 groups, default, steam and admin. I would like the admin tag only to appear in the chat when I have the authlevel 2, not when I enter as a player. Where is my fault? Or do I need to delete myself from the admin group every time I remove the authlevel 2? this is my config:
Code:[ { "GroupName": "default", "Priority": 2, "Title": { "Text": "✿ Novato ✿", "Color": "#55aaff", "Size": 15, "Hidden": false, "HiddenIfNotPrimary": true }, "Username": { "Color": "#55aaff", "Size": 15 }, "Message": { "Color": "white", "Size": 15 }, "Format": { "Chat": "{Title} {Username}: {Message}", "Console": "{Title} {Username}: {Message}" } }, { "GroupName": "steam", "Priority": 1, "Title": { "Text": "★ Steam ★", "Color": "#FF0000", "Size": 15, "Hidden": false, "HiddenIfNotPrimary": true }, "Username": { "Color": "#55aaff", "Size": 15 }, "Message": { "Color": "white", "Size": 15 }, "Format": { "Chat": "{Title} {Username}: {Message}", "Console": "{Title} {Username}: {Message}" } }, { "GroupName": "admin", "Priority": 0, "Title": { "Text": "★ admin ★", "Color": "#7FFF00", "Size": 15, "Hidden": false, "HiddenIfNotPrimary": false }, "Username": { "Color": "#7FFF00", "Size": 15 }, "Message": { "Color": "white", "Size": 15 }, "Format": { "Chat": "{Title} {Username}: {Message}", "Console": "{Title} {Username}: {Message}" } } ]
-
you have to remove yourself from admin every time you remove auth level 2
-
-
Hi, I'm new to this sort of stuff.
I've set my settings for the "admin" group to have TitleColor, UsernameColor, and MessageColor to have all the same gold hex: d4af37.
It has worked for a while, but then the UsernameColor and MessageColor reverted back to default for some odd reason, and the TitleColor remained the same gold.
Prior, I have removed myself from the default group and am the only one in the "admin" group.
I haven't messed with the priority settings yet because I don't know what it does exactly, but I have a slight hunch that it's not related to this problem. If it is though, please let me know!
Thanks all! -
-
Code:[ { "GroupName": "default", "Priority": 0, "Title": { "Text": "[Player]", "Color": "#55aaff", "Size": 15, "Hidden": true, "HiddenIfNotPrimary": false }, "Username": { "Color": "#55aaff", "Size": 15 }, "Message": { "Color": "white", "Size": 15 }, "Format": { "Chat": "{Title} {Username}: {Message}", "Console": "{Title} {Username}: {Message}" } }, { "GroupName": "admin", "Priority": 0, "Title": { "Text": "[God]", "Color": "d4af37", "Size": 15, "Hidden": false, "HiddenIfNotPrimary": false }, "Username": { "Color": "d4af37", "Size": 15 }, "Message": { "Color": "d4af37", "Size": 15 }, "Format": { "Chat": "{Title} {Username}: {Message}", "Console": "{Title} {Username}: {Message}" } }, { "GroupName": "trader", "Priority": 0, "Title": { "Text": "[BulletFarm™]", "Color": "ff458c", "Size": 15, "Hidden": false, "HiddenIfNotPrimary": false }, "Username": { "Color": "ffb540", "Size": 15 }, "Message": { "Color": "white", "Size": 15 }, "Format": { "Chat": "{Title} {Username}: {Message}", "Console": "{Title} {Username}: {Message}" } }, { "GroupName": "baalch", "Priority": 0, "Title": { "Text": "[BigGay]", "Color": "ff69b4", "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}" } }, { "GroupName": "trader2", "Priority": 0, "Title": { "Text": "[BulletFarm™Associate]", "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}" } } ]
Attached Files:
-
-
@Kreh
upload this then reload the pluginAttached Files:
-
-
So it was the priorities, eh? -
-
-
[DOUBLEPOST=1510477710][/DOUBLEPOST]@Velxinone upload to data folder then restart server you might need to make the groups if they are not auto made so run these in rcon before restarting server
oxide.group add vip
oxide.group add donatorAttached Files:
-
-
-
Is there a way to demote someone with them being offline?