just amin
[DOUBLEPOST=1448468154][/DOUBLEPOST]Code:{ "AntiSpam": { "Enabled": false, "MaxCharacters": 85 }, "killer": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "<color=lime>|</color> <color=red>[Seri Katil]</color> {Name}<color={TextColor}>:</color> {Message}", "NameColor": "#acfa58", "Permission": "color_killer", "Rank": 4, "TextColor": "white", "Title": "", "TitleColor": "lime" }, "killerhead": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "<color=lime>|</color> <color=red>[Kafa Avcısı]</color> {Name}<color={TextColor}>:</color> {Message}", "NameColor": "#acfa58", "Permission": "color_killerhead", "Rank": 5, "TextColor": "white", "Title": "", "TitleColor": "lime" }, "mod": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "blue", "Permission": "color_mod", "Rank": 2, "TextColor": "white", "Title": "[Mod]", "TitleColor": "yellow" }, "owner": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "<size=18>{Title}</size><size=16><color={TextColor}>:</color> {Message}</size>", "NameColor": "blue", "Permission": "color_owner", "Rank": 3, "TextColor": "white", "Title": "DikkatDeli", "TitleColor": "red" }, "player": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}", "NameColor": "#acfa58", "Permission": "color_player", "Rank": 1, "TextColor": "white", "Title": "| ", "TitleColor": "lime" }, "Noob": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "<color=yellow>|</color> <color=red>[Acemi]</color> {Name}<color={TextColor}>:</color> {Message}", "NameColor": "#acfa58", "Permission": "color_noob", "Rank": 6, "TextColor": "white", "Title": "", "TitleColor": "lime" }, "Regular": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "<color=yellow>|</color> <color=red>[SabitOyuncu]</color> {Name}<color={TextColor}>:</color> {Message}", "NameColor": "#acfa58", "Permission": "color_regular", "Rank": 8, "TextColor": "white", "Title": "", "TitleColor": "lime" }, "Pro": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "<color=yellow>|</color> <color=red>[PRO]</color> {Name}<color={TextColor}>:</color> {Message}", "NameColor": "#acfa58", "Permission": "color_pro", "Rank": 7, "TextColor": "white", "Title": "", "TitleColor": "lime" }, "WordFilter": { "CustomReplacement": "Unicorn", "Enabled": false, "FilterList": [ "fuck", "bitch", "faggot" ], "UseCustomReplacement": false } }
BetterChat
Moved
Total Downloads: 26,144 - First Release: Apr 21, 2015 - Last Update: Jan 12, 2018
- 4.9898/5, 98 likes
-
How I can remove someone from a group?
-
having double tag issue. like i can remove perms from one group and as soon as i reload the plugin. it gives the group permissions back.
-
what is the group that is having this issue??
-
i made a group called "Admin", it was giving the colors from the "owner" group i made whenever i joined Admin. so i would have [Owner][admin]name
even though i had removed myself from owner group beforehand. -
-
ahhhhh thankyou. well. i removed it. made a new group called. staff and everything is working fine.
-
LaserHydra, looking through the config and the c# and even though in the config I have a permission called "color_dev" it says that the perm does not exist when i try to apply it to a group. Any ideas?
Attached Files:
-
-
-
[DOUBLEPOST=1448616021][/DOUBLEPOST]Like the only thing I was trying to figure out exactly how it was attempting to set the permissions because I even tried explicitly setting them to match the config file in the foreach section and it still had no affect. -
-
Code:
{ "admin": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "<color={white}>[</color> {Title} <color={white}>]</color> {Name}<color={white}> |</color> {Message}", "NameColor": "#00B2EE", "Permission": "color_admin", "Rank": 3, "TextColor": "#FF7F24", "Title": "[Admin]", "TitleColor": "#FF7F24" }, "AntiSpam": { "Enabled": false, "MaxCharacters": 85 }, "mod": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "<color={white}>[</color> {Title} <color={white}>]</color> {Name}<color={white}> |</color> {Message}", "NameColor": "#CD3333", "Permission": "color_mod", "Rank": 2, "TextColor": "#00B2EE", "Title": "[Moderator]", "TitleColor": "#00B2EE" }, "owner": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "<color={white}>[</color> {Title} <color={white}>]</color> {Name}<color={white}> |</color> {Message}", "NameColor": "#00B2EE", "Permission": "color_owner", "Rank": 4, "TextColor": "#FF7F24", "Title": "[Owner]", "TitleColor": "#FF7F24" }, "player": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Name}<color={White}> |</color> {Message}", "NameColor": "#98A148", "Permission": "color_player", "Rank": 1, "TextColor": "white", "Title": "[Player]", "TitleColor": "blue" }, "WordFilter": { "CustomReplacement": "Unicorn", "Enabled": false, "FilterList": [ "fuck", "bitch", "faggot" ], "UseCustomReplacement": false } }
Last edited by a moderator: Nov 27, 2015 -
-
-
Code:
{ "admin": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "<color={white}>[</color> {Title} <color={white}>]</color> {Name}<color={white}> |</color> {Message}", "NameColor": "#00B2EE", "Permission": "color_admin", "Rank": 3, "TextColor": "#FF7F24", "Title": "[Admin]", "TitleColor": "#FF7F24" }, "AntiSpam": { "Enabled": false, "MaxCharacters": 85 }, "dev": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "<color={white}>[</color> {Title} <color={white}>]</color> {Name}<color={white}> |</color> {Message}", "NameColor": "#00B2EE", "Permission": "color_dev", "Rank": 4, "TextColor": "#FF7F24", "Title": "[Dev]", "TitleColor": "#FF7F24" }, "mod": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "<color={white}>[</color> {Title} <color={white}>]</color> {Name}<color={white}> |</color> {Message}", "NameColor": "#CD3333", "Permission": "color_mod", "Rank": 2, "TextColor": "#00B2EE", "Title": "[Moderator]", "TitleColor": "#00B2EE" }, "owner": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "<color={white}>[</color> {Title} <color={white}>]</color> {Name}<color={white}> |</color> {Message}", "NameColor": "#00B2EE", "Permission": "color_owner", "Rank": 5, "TextColor": "#FF7F24", "Title": "[Owner]", "TitleColor": "#FF7F24" }, "player": { "ConsoleFormatting": "{Title} {Name}: {Message}", "Formatting": "{Name}<color={White}> |</color> {Message}", "NameColor": "#98A148", "Permission": "color_player", "Rank": 1, "TextColor": "white", "Title": "[Player]", "TitleColor": "blue" }, "WordFilter": { "CustomReplacement": "Unicorn", "Enabled": false, "FilterList": [ "fuck", "bitch", "faggot" ], "UseCustomReplacement": false } }
-
All I can recommend is that if you are 100% sure this file is currently located in your servers config folder do the following in your RCON console (recommend rusty)
oxide.reload *
oxide.group add test
oxide.grant group test color_dev
oxide.usergroup add "account name" test
-Please include the " " above
See if the chat mod works
If that doesn't work I would be happy to help you over something like skype. -
Looks like it worked. And once I removed the group we were trying to attach it to and recreated it, it worked for that group as well. However, I did find once the server owner gave me access to the ftp that it looks like he may have uploaded it in the wrong location. Thanks for the help.
-
-
-
but in russian a lot of good words which is consists of some part of bad word.
For example: хлебушек - diminutive of the word bread. This word contains the ебу - fuck in english.
Or for example: тебе - it means to you, but it contains a part of ебе