BetterChat

Moved

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

4.9898/5, 98 likes
  1. Tried that had no luck!! the players still have vip+
     
  2. Can you please show me your config file?
     
  3. Code:
    {
      "admin": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "#0042f6",
        "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": "#0042f6",
        "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"
      },
      "vip": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "yellow",
        "Permission": "color_vip",
        "Rank": 2,
        "TextColor": "white",
        "Title": "[VIP]",
        "TitleColor": "orange"
      },
      "vip1": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "yellow",
        "Permission": "color_vip",
        "Rank": 2,
        "TextColor": "white",
        "Title": "[VIP+]",
        "TitleColor": "orange"
      },
      "WordFilter": {
        "CustomReplacement": "Unicorn",
        "Enabled": false,
        "FilterList": [
          "fuck",
          "bitch",
          "faggot"
        ],
        "UseCustomReplacement": false
      }
    }
     
  4. of course, you need to have a different permission for the vip+
     
  5. And how do i change that? shall i just put it as 5?
     
  6. Code:
    {
      "admin": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "#0042f6",
        "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": "#0042f6",
        "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"
      },
      "vip": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "yellow",
        "Permission": "color_vip",
        "Rank": 2,
        "TextColor": "white",
        "Title": "[VIP]",
        "TitleColor": "orange"
      },
      "vip+": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "yellow",
        "Permission": "color_vip+",
        "Rank": 2,
        "TextColor": "white",
        "Title": "[VIP+]",
        "TitleColor": "orange"
      },
      "WordFilter": {
        "CustomReplacement": "Unicorn",
        "Enabled": false,
        "FilterList": [
          "fuck",
          "bitch",
          "faggot"
        ],
        "UseCustomReplacement": false
      }
    }
     
  7. Thank you its fixed!!
     
  8. Rank number for both vip and mod needs changed as all are 2
    This is better
    Code:
    {
      "admin": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "#0042f6",
        "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": "#0042f6",
        "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"
      },
      "vip": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "yellow",
        "Permission": "vip",
        "Rank": 4,
        "TextColor": "white",
        "Title": "[VIP]",
        "TitleColor": "orange"
      },
      "vip+": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "yellow",
        "Permission": "vip+",
        "Rank": 5,
        "TextColor": "white",
        "Title": "[VIP+]",
        "TitleColor": "orange"
      },
      "WordFilter": {
        "CustomReplacement": "Unicorn",
        "Enabled": false,
        "FilterList": [
          "fuck",
          "bitch",
          "faggot"
        ],
        "UseCustomReplacement": false
      }
    }
     
  9. Ok so the guy bought vip+ but now he gets tags vip and vip+ how can it be removed so he only has vip+ ?
     
  10. Someone found a solution?
    [DOUBLEPOST=1453067608][/DOUBLEPOST]
    I will check!

    Still not working :/
     
  11. Are you using the one i posted above or the one above that
     
  12. Nop im using the one that LaserHydra but is there a way to just remove the group from the person and leave the permission?
     
  13. You need to use the one I posted then make sure each permission is added to the correct group and user only way you can fix it as mine has the rank numbers fixed
     
  14. Axy

    Axy

    I am still waiting for the eta (if possible) for the vanilla chat mute support.
     
  15. I'm probably missing something really small here, but if created a group for "Owner" and granted it all permissions. I have betterchat installed and I now have [Admin][Mod][Owner] before my name. Is there any way to rectify this so I only have owner? I am not in the other groups...
     
  16. Hello, i have a problem! when i write to console "grant group vip color_vip" "Permission color_vip doesn't exist
     

    Attached Files:

  17. LaserHydra updated Better Chat with a new update entry:

    3.5.2

     
  18. Code:
    (21:24:35) | [Oxide] 9:24 PM [Error] BetterChat plugin failed to compile!
    (21:24:35) | [Oxide] 9:24 PM [Error] BetterChat.cs(407,30): error CS1061: Type `BaseEntity.Flags' does not contain a definition for `HasFlag' and no extension method `HasFlag' of type `BaseEntity.Flags' could be found. Are you missing an assembly reference?
    Last release
     
  19. fixing.
     
  20. LaserHydra updated Better Chat with a new update entry:

    3.5.21