Am I doing something wrong because group that I parent also show prefixes so my Admin shows [Admin][Mod] (Name) (Message)
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 -
"CustomReplacement": "Unicorn",
The last part needs removed
"UseCustomReplacement": false
So it looks like
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.
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:
-
-
Attached Files:
Last edited by a moderator: Feb 15, 2016 -
-
The above version does not work for me, still het the errors.
-
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 ?
-
-
-
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:
-
-
"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] 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 -
"Custom Replacement": "Unicorn",
"Enabled": false,
"Replacement": "*",
"Use Custom Replacement": true -
Then the problem is in the censor function. -