BetterChat
Moved
Total Downloads: 26,143 - First Release: Apr 21, 2015 - Last Update: Jan 12, 2018
- 4.9898/5, 98 likes
-
Hi i would like to know if there is any way to delete PLAYER tags from normal players and just use OWNER and MOD?
-
-
-
-
IDK why, but my players are getting the owner prefix even though the group doesnt have the permission
Code:{ "mod": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "lime", "Permission": "color_mod", "Rank": 1, "TextColor": "white", "Title": "[Mod]", "TitleColor": "#306844" }, "owner": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "#fdee98", "Permission": "color_owner", "Rank": 3, "TextColor": "white", "Title": "[Owner]", "TitleColor": "#1e453e" }, "v.i.p": { "ConsoleFormatting": "{Name}: {Message}", "Formatting": "{Name}<color={TextColor}>:</color> {Message}", "NameColor": "#fcbb60", "Permission": "color_vip", "Rank": 0, "TextColor": "white", "Title": "[VIP]", "TitleColor": "lime" }, "player": { "ConsoleFormatting": "{Name}: {Message}", "Formatting": "{Name}<color={TextColor}>:</color> {Message}", "NameColor": "#4e242d", "Permission": "color_player", "Rank": 0, "TextColor": "white", "Title": "[Player]", "TitleColor": "lime" } }
-
-
-
Hello! then I put the BetterChat plugin on my server, and I have a friend that I have given the VIP range .. But when I put in the console -> "Antonio oxide.usergroup remove vip" There is not removed ..
It has already restarted the server, I tried to give the range "player" again, but still does not work ..
Please help! -
Wulf Community Admin
-
Yea, I cant seem to fix this problem. All my players are getting the owner prefix even though they dont have the permission. I have tried to change the permission too. please help
-
I put the Betterchat plugin into my server and every time i try to give the permission color_owner to the owner group it says that the permission does not exist...
-
-
Seems like not only I have some problems with BetterChat not working correctly after latest update of Rust/Oxide.
I have been trying to re-upload the plugin and even re-make the config. But for some reason the plugin is deactivated every time it's trying to load.
Code:[Oxide] 11:53 PM [Info] Loaded plugin Better Chat v3.0.2 by LaserHydra [Oxide] 11:53 PM [Error] Failed to initialize plugin 'BetterChat v3.0.2' (InvalidOperationException: out of sync) [Oxide] 11:53 PM [Debug] at System.Collections.Generic.Dictionary`2+Enumerator[System.String,System.Object].VerifyState () [0x00000] in <filename unknown>:0 at System.Collections.Generic.Dictionary`2+Enumerator[System.String,System.Object].MoveNext () [0x00000] in <filename unknown>:0 at Oxide.Plugins.BetterChat.Loaded () [0x00000] in <filename unknown>:0 at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&) at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 [Oxide] 11:53 PM [Info] Unloaded plugin Better Chat v3.0.2 by LaserHydra [Oxide] 11:53 PM [Info] No previous version to rollback plugin: BetterChat
-
So I did oxide.grant group vip color_vip and it said the permission doesn't exist, how can I fix this?
-
try oxide.grant group vip vip
-
What I want to have is donators to have [VIP] by their name. -
"vip": {
"Title": "",
"Rank": 0,
"Perms": [
"vip",
in oxide.groups
and then
"Vip": {
"NameColor": "#FF7519",
"Permission": "vip",
"Prefix": "[VIP]",
"PrefixColor": "#FFD700",
"PrefixPosition": "left",
"PriorityRank": 3,
"ShowPrefix": true,
"TextColor": "#ffffff"
in chathandler.json under config. this gave them the title. -
I did it! thank you!
-