Oh damn I must've been tired . Good thing the permissions we're very similar. Sorry about that.
BetterChat
Moved
Total Downloads: 26,143 - First Release: Apr 21, 2015 - Last Update: Jan 12, 2018
- 4.9898/5, 98 likes
-
This is what's happening in the console when I try to load, or in this case reload, BetterChat:
Code:> oxide.reload BetterChat [Oxide] 2:25 PM [Info] BetterChat was compiled successfully in 1701ms [Oxide] 2:25 PM [Info] Loaded plugin Better Chat v3.0.2 by LaserHydra [Oxide] 2:25 PM [Error] Failed to initialize plugin 'BetterChat v3.0.2' (InvalidOperationException: out of sync) [Oxide] 2:25 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] 2:25 PM [Info] Unloaded plugin Better Chat v3.0.2 by LaserHydra [Oxide] 2:25 PM [Info] No previous version to rollback plugin: BetterChat
Code:{ "headadmin": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "green", "Permission": "color_headadmin", "Rank": 5, "TextColor": "silver", "Title": "[HA]", "TitleColor": "red" }, "admin": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "lime", "Permission": "color_admin", "Rank": 4, "TextColor": "white", "Title": "[A]", "TitleColor": "red" }, "mod": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "lime", "Permission": "color_mod", "Rank": 3, "TextColor": "white", "Title": "[M]", "TitleColor": "yellow" }, "donor": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "lime", "Permission": "color_donor", "Rank": 2, "TextColor": "white", "Title": "[D]", "TitleColor": "green" }, "player": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Name}<color={TextColor}>:</color> {Message}", "NameColor": "lime", "Permission": "color_player", "Rank": 1, "TextColor": "white", "Title": "[P]", "TitleColor": "lime" } }
Yes, it does work if I remake the config to the original config file made by the plugin itself. But not with a custom one, like mine. -
-
EDIT #1!
Only changed the "owner" to "headadmin".
Console:
Code:> oxide.reload BetterChat [Oxide] 3:01 PM [Info] BetterChat was compiled successfully in 1735ms [Oxide] 3:01 PM [Info] Loaded plugin Better Chat v3.0.2 by LaserHydra [Oxide] 3:01 PM [Error] Failed to initialize plugin 'BetterChat v3.0.2' (InvalidOperationException: out of sync) [Oxide] 3:01 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] 3:01 PM [Info] Unloaded plugin Better Chat v3.0.2 by LaserHydra [Oxide] 3:01 PM [Info] No previous version to rollback plugin: BetterChat
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" }, "headadmin": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "lime", "Permission": "color_headadmin", "Rank": 3, "TextColor": "white", "Title": "[Owner]", "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" } }
Problem founded!! If there is not a color group called "owner" it will crash the plugin.
Did upload my own config and changed the color group "headadmin" to "owner" and it works again.Last edited by a moderator: Aug 15, 2015 -
so i got this chat and then underneath its does it again but without the prefix or anything how do i disable it ? e.g.
[Owner] Brendan776 : hey guys
Brendan776: hey guys
how do i disable the bottom one from appearing ? and seeing literally just the very first one ? im new to hosting my own server and its something ive wated to do for a while, just didnt think i would have this much issues, yes im a noob i know -
[DOUBLEPOST=1439799400][/DOUBLEPOST] -
-
Hello. I have this problem that needs to be fixed: http://1.1m.yt/B6xASraj7.png how can i fix this error? permissions and config file is good i think.
-
I got a question oxide.grant group GROUPNAME SET_PERMISSION???
What is permission?
can you tell me -
Code:
{ "mod": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "lime", "Permission": "color_mod", // THIS "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", // THIS "Rank": 3, "TextColor": "white", "Title": "[Owner]", "TitleColor": "orange" }, "player": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "lime", "Permission": "color_player", // THIS "Rank": 1, "TextColor": "white", "Title": "[Player]", "TitleColor": "lime" } }[/code 9
-
I recreating BetterChat.cfg file and it fixed it self.
-
Hey, how you wrote to me based theme ..
Can I please have a word filter that would collaborate with the Jail plugin? Or just to be used as a result of the command+name? -
How would you get symbols in the title?
eg. ★PlayerName: Message
won't let me save the cfg with ★ in it, and i've ★ with no success
Cheers -
Maybe try changing the encoding to Unicode as those are Unicode symbols. -
-
Thanks @LaserHydra @PaiN saving as UTF-8 made it work
-
the command /colors isn't working for me
And i do not know how to work the chat feature
-
-
-