Can you add GlobalMute and timing to /mute, eg.: /mute <player> 10m - would mute him for 10 mins
Thanks
BetterChat
Moved
Total Downloads: 26,148 - First Release: Apr 21, 2015 - Last Update: Jan 12, 2018
- 4.9898/5, 98 likes
-
[DOUBLEPOST=1456598437][/DOUBLEPOST]When I log on it still says for me: [Admin] [Owner] Cuzii.
How to remove the [Admin] in front?
I tried removing me from the admin group but it's not working.
Code:{ "admin": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "#00f9ff", "Permission": "admin", "Rank": 6, "TextColor": "white", "Title": "[Admin]", "TitleColor": "#00f9ff" }, "AntiSpam": { "Enabled": false, "MaxCharacters": 85 }, "moderator": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "#ffffff", "Permission": "moderator", "Rank": 5, "TextColor": "white", "Title": "[Helper]", "TitleColor": "White" }, "Mute": { "Enabled": true }, "Owner": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "#005edf", "Permission": "owner", "Rank": 7, "TextColor": "white", "Title": "[Owner]", "TitleColor": "#005edf" }, "player": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "#DCFF66", "Permission": "player", "Rank": 1, "TextColor": "white", "Title": "[Player]", "TitleColor": "#C4FF00" }, "VIP": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "#db876b", "Permission": "vip", "Rank": 2, "TextColor": "white", "Title": "[VIP]", "TitleColor": "#db876b" }, "vip+": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "#d0d0d0", "Permission": "vip+", "Rank": 3, "TextColor": "white", "Title": "[VIP+]", "TitleColor": "#d0d0d0" }, "vip++": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "#fff400", "Permission": "vip++", "Rank": 4, "TextColor": "white", "Title": "[VIP++]", "TitleColor": "#fff400" }, "WordFilter": { "Banned Words": [ "fuck", "bitch", "faggot" ], "Custom Replacement": "Unicorn", "Enabled": false, "Replacement": "*", "Use Custom Replacement": false } }
-
Hi i was thinking of using this to replace banned words with the players name... for example:
"Custom Replacement": " {Name} ",
but it doesnt seem to work, is there any to do this or something meaningless like the time?
thanks! -
-
-
What is the best way to have 2 rank names in you name via better chat ?
-
-
non-latin characters in banned words list
Code:[3/3/2016 5:10:49 PM] [Oxide] 5:10 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.
-
Hi. After WIPE i have [player] and [pro] in the same time :-D how can I remove old one?
-
Nice Plugin!
It would be nice if you can add globalmute and timed mutes. With Chatmute i can use it but your plugin disables some commands :/
Thanks! -
With anti-flood.
"AntiFlood":
{
"BlockTime": 2,
"Enabled": true
}Attached Files:
-
-
hi there,
sorry guys but im noobie on it, i know how to add people to group but how change the [Player] (when someone new join to serwer) without inviting him to group to something different ? thanks for help ! -
-
Hi, im trying to remove players from a group, i am getting a message saying they have been removed but the tag is still there
-
Is there a cooldown for typing
-
Maybe this has to do with the way the server owner is resetting the server but I think my code is fine :/ could you look at this and tell me where I went wrong? Every time we restart the server it goes back to default json.
{
"admin": {
"ConsoleFormatting": "{Title} {Name}: {Message}",
"Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
"NameColor": "#DCFF66",
"Permission": "admin",
"Rank": 3,
"TextColor": "white",
"Title": "[Admin]",
"TitleColor": "red"
},
"AntiSpam": {
"Enabled": false,
"MaxCharacters": 85
},
"moderator": {
"ConsoleFormatting": "{Title} {Name}: {Message}",
"Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
"NameColor": "#DCFF66",
"Permission": "moderator",
"Rank": 2,
"TextColor": "white",
"Title": "[Mod]",
"TitleColor": "yellow"
},
"Mute": {
"Enabled": true
},
"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",
"faggot"
},
"coowner": {
"ConsoleFormatting": "{Title} {Name}: {Message}",
"Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
"NameColor": "#DCFF66",
"Permission": "coowner",
"Rank": 4,
"TextColor": "magenta",
"Title": "[Co-Owner]",
"TitleColor": "magenta"
},
"vip": {
"ConsoleFormatting": "{Title} {Name}: {Message}",
"Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
"NameColor": "#DCFF66",
"Permission": "vip",
"Rank": 1,
"TextColor": "white",
"Title": "[V.I.P]",
"TitleColor": "lime"
},
"vip+": {
"ConsoleFormatting": "{Title} {Name}: {Message}",
"Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
"NameColor": "#DCFF66",
"Permission": "vip+",
"Rank": 1,
"TextColor": "aqua",
"Title": "[V.I.P+]",
"TitleColor": "aqua"
],
"Custom Replacement": "Unicorn",
"Enabled": false,
"Replacement": "*",
"Use Custom Replacement": false
}
} -
-
[DOUBLEPOST=1457326657][/DOUBLEPOST] -