BetterChat
Moved
Total Downloads: 26,143 - First Release: Apr 21, 2015 - Last Update: Jan 12, 2018
- 4.9898/5, 98 likes
-
Laser i think we should make video Tutorials :x
-
-
-
I'm not a noob when it comes to this, but I'm doing everything the tut says and it isn't working.
I only want a tag for VIP players.. -
Whatever. Show me your config and validate it with jsonlint.com for any issues. -
- Create a VIP group in Oxide: type: group add vip
- Create a VIP formatting in BetterChat: Code:
"vip": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "yellow", "Permission": "color_vip", "Rank": 3, "TextColor": "white", "Title": "[V.I.P.]", "TitleColor": "orange" }
- Set the BetterChat formatting for the VIP Group: type: grant group vip color_vip
- Change a players formatting to the VIP formatting: type: usergroup add vip <PlayersName>
-
I did all that. and it didnt work.
I have people in the VIP group and it says [PLAYER] not VIP.
Code:{ "mod": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "lime", "Permission": "color_mod", "Rank": 2, "TextColor": "white", "Title": "[Mod]", "TitleColor": "yellow" }, "owner": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "lime", "Permission": "color_owner", "Rank": 3, "TextColor": "white", "Title": "[Owner]", "TitleColor": "orange" }, "vip": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "yellow", "Permission": "color_vip", "Rank": 4, "TextColor": "white", "Title": "[VIP]", "TitleColor": "orange" }, "player": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "lime", "Permission": "color_player", "Rank": 1, "TextColor": "white", "Title": "[Player]", "TitleColor": "lime" } }
Last edited by a moderator: Jul 24, 2015 -
usergroup remove player <PlayerName>
maybe the ranks arent working correct? -
Change the file like this:
Code:{ "mod": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "lime", "Permission": "color_mod", "Rank": 2, "TextColor": "white", "Title": "[Mod]", "TitleColor": "yellow" }, "owner": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "lime", "Permission": "color_owner", "Rank": 3, "TextColor": "white", "Title": "[Owner]", "TitleColor": "orange" }, "vip": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "yellow", "Permission": "color_vip", "Rank": 4, "TextColor": "white", "Title": "[VIP]", "TitleColor": "orange" }, "player": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "lime", "Permission": "color_player", "Rank": 1, "TextColor": "white", "Title": "[Player]", "TitleColor": "lime" } }
-
-
-
Hello guy's, first big thank for your work, but I've a question maybe stupid, but I'm french and I can't understand all you're you talking about in your post.
I want to show prefix with color and name with another, but when I put custom color in the config file for prefix names was colored too... What should I do to make it works?
Also, I found all mod presentation realy dificult to understand for beginers.
Regards!
PS: I've the standart config file with custom color and prefix in replacement. Before I've tried to add a "colorname" section unsuccesfull even if the mod place it in the middle after reload...
Code:{ "Colors": { "Donator": "blue", "Donator1": "magenta", "Donator2": "red", "Moderator": "yellow", "Owner": "#14e2e7", "Player": "#169438", "VIP": "#b51ad2" }, "Prefix": { "Borders": "[{Prefix}]", "Donator": "Donator", "Donator1": "Donator+", "Donator2": "Donator++", "Enabled": "false", "Moderator": "Mod", "Owner": "GA", "Player": "Player", "PlayersEnabled": "false", "VIP": "VIP" } }
-
-> Download <- -
Yeah, thank you mate, I've put this plugin on my server with the admin panel provided by "DeinServerHost". They are not updated... Again big up for your work!
-
@LaserHydra, is it possible to have an interaction with rustio clans and change the clan tag color so it won't assume same color as name?
Wanted to change that :/ -
-
i am doing oxide.usergroup add (player name) (title) and it is not showing up i have tried reload plugin and nothing all players still have the title PLAYER
-
I'm somehow having problems setting a VIP group. Can someone send me the configuration file for ONE group only? I just want to add VIP tags.
-
Does this plugin support any chatmute plugin?
[DOUBLEPOST=1438028212,1438016235][/DOUBLEPOST]