BetterChat
Moved
Total Downloads: 26,148 - First Release: Apr 21, 2015 - Last Update: Jan 12, 2018
- 4.9898/5, 98 likes
-
[Error] [Better Chat] The plugin failed to read something from the config: Banned Words
Please reload the plugin and see if this message is still showing. If so, please post this into the support thread of this plugin.
Is there any fix for this?
I have tried reload the plugin -
Same error as above, no filtering either, reverting back to previous version
-
After the update I have still the error, but the filter is working. Copy of mine config
Code:{ "admin": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "#DCFF66", "Permission": "blue", "Rank": 3, "TextColor": "white", "Title": "[Admin]", "TitleColor": "red" }, "AntiSpam": { "Enabled": false, "MaxCharacters": 85 }, "builder": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "#DCFF66", "Permission": "Regular", "Rank": 1, "TextColor": "white", "Title": "[Builder]", "TitleColor": "#80e56f" }, "moderator": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "#DCFF66", "Permission": "moderator", "Rank": 2, "TextColor": "white", "Title": "[Moderator]", "TitleColor": "green" }, "Mute": { "Enabled": true }, "owner": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "red", "Permission": "color_owner", "Rank": 4, "TextColor": "white", "Title": "[Owner]", "TitleColor": "lime" }, "player": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "#DCFF66", "Permission": "player", "Rank": 1, "TextColor": "white", "Title": "[Player]", "TitleColor": "#C4FF00" }, "WordFilter": { "Banned Words": [ "fuck", "bitch", "cancer", "cunt", "faggot" ], "Custom Replacement": "Unicorn", "Enabled": true, "Replacement": "*", "Use Custom Replacement": true } } -
here's my filter area:
==========================================
"WordFilter": {
"Banned Words": [
"faggot",
"fag",
"f4g",
"f@g",
"nigger",
"nlgger",
"n1gger"
],
"Custom Replacement": "Unicorn",
"CustomReplacement": "Unicorn",
"Enabled": true,
"FilterList": [
"fag",
"faggot",
"f4g",
"f@g",
"nigger",
"nlgger",
"n1gger"
],
"Replacement": "*",
"Use Custom Replacement": false,
"UseCustomReplacement": false
}
======================================
It's only filtering the word "faggot" and letting the rest come through. Doesn't matter what order I put them in.Last edited by a moderator: Feb 14, 2016 -
And remove this 2nd one you have as well
"CustomReplacement": "Unicorn",
The last part needs removed
"UseCustomReplacement": false
So it looks like
Here is the default config you can compare it with the one you have see what needs changed use notepad++Code:], "Custom Replacement": "Unicorn", "Enabled": false, "Replacement": "*", "Use Custom Replacement": false } }
Attached Files:
Last edited by a moderator: Feb 15, 2016 -
-
Per request, I am posting this.
I have an error in console.
I have reloaded the plugin about 5 times. Still same error. Checked the lines in the config file, everything is in the correct place.Code:[Oxide] 10:59 PM [Error] [Better Chat] The plugin failed to read something from the config: Banned Words Please reload the plugin and see if this message is still showing. If so, please post this into the support thread of this plugin.
[DOUBLEPOST=1455520282][/DOUBLEPOST]Here is the file so you can see. Maybe I'm blind, but pretty sure everything is where it needs to be.Attached Files:
-
-
I just tested this myself and am not getting any errors or problems with it so try it
Attached Files:
Last edited by a moderator: Feb 15, 2016 -
-
The above version does not work for me, still het the errors.
-
Close server delete betterchat script upload this one keep config from above start server
Attached Files:
-
-
Did a try on a whole new server. still het the problem.
Edit: The messages are less frequent but stil there.Last edited by a moderator: Feb 15, 2016 -
why hasent my other admin got Admin at side in chat ?
-
Rank number needs to be different for each rank
-
Same problem.
-
Still gettings this error:
[Oxide] 12:13 PM [Error] [Better Chat] The plugin failed to read something from the config: Banned Words Please reload the plugin and see if this message is still showing. If so, please post this into the support thread of this pluginAttached Files:
-
-
The settings at the bottom try changing these see if that makes a difference first try changing the bottom one to false
"Custom Replacement": "Unicorn",
"Enabled": true,
"Replacement": "*",
"Use Custom Replacement": true
As it looks like you can pick one of the above to replace the bannd words but you have picked both this is maybe why its messing up -
[Oxide] 4:34 PM [Info] BetterChat was compiled successfully in 1969ms
[Oxide] 4:34 PM [Info] Unloaded plugin Better Chat v3.5.5 by LaserHydra
[Oxide] 4:34 PM [Info] Loaded plugin Better Chat v3.5.5 by LaserHydra
[Oxide] 4:34 PM [Error] [Better Chat] The plugin failed to read something from the config: Banned Words Please reload the plugin and see if this message is still showing. If so, please post this into the support thread of this plugin.
[Oxide] 4:34 PM [Info] [Better Chat] [Builder] [Owner] Brandjuh [NL]: test
changed the use Custom to false -
try it like this then
"Custom Replacement": "Unicorn",
"Enabled": false,
"Replacement": "*",
"Use Custom Replacement": true -
So far I see now, I don't get the error.
Then the problem is in the censor function. -
seems to be
