BetterChat

Moved

Total Downloads: 26,144 - First Release: Apr 21, 2015 - Last Update: Jan 12, 2018

4.9898/5, 98 likes
  1. 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
      }
    }
     
  2. How I can remove someone from a group?
     
  3. 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.
     
  4. what is the group that is having this issue??
     
  5. 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.
     
  6. Oxides Owner group is called admin. BetterChat automaticly assigns the owner permission to it.
     
  7. ahhhhh thankyou. well. i removed it. made a new group called. staff and everything is working fine.
     
  8. 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:

  9. Did you reload the plugin after editing?
     
  10. Yup many a time sir. Have been combing through the C# and the config.
    [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.
     
  11. I recommend not editing the plugin file anyways. Show me your config please
     
  12. 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
  13. Please edit this post to have [ code ] [ /code ] as to shrink the size of the post.
     
  14. there is no color_dev in your config.
     
  15. 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
      }
    }
    
    Sorry, that was the previous version I saved before as a rollback if there was an issue here is the one loaded on server currently.
     
  16. Having a look through this I could not see any problems with the config file, it also validated on jsonlint

    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.
     
  17. 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.
     
  18. @LaserHydra, can you answer on my question ?
     
  19. yes, it tries to filter all which contains bad word. So "fuck" also censored "fucking" etc.
     
  20. 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 ебе