--- layout: forums title: 'BetterChat | Page 188' breadcrumbs: > - "Plugin Support": "/forums/plugin-support.31/" ---

BetterChat

Moved

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

4.9898/5, 98 likes
  1. Better Chat | Page 187 | Oxide
     
  2. So... this plugin nearly crashed my server moments ago. Took 70842ms to refresh and literally locked everyone for a solid 15-20 seconds...Could it be that I have 15 groups?

    Thanks!
     
  3. Hello everyone!
    Tell me, please, can i enable Tag_under_head in this plugin (Hurtworld)?
    Thanks.
     
    Last edited by a moderator: Dec 5, 2016
  4. Could you provide the logs which tell you about that time?
     
  5. Here you go!


    [12/04/2016 18:25:37] [Oxide] 18:25 [Warning] Calling 'OnUserChat' on 'BetterChat v4.2.12' took 70842ms
    [12/04/2016 18:25:37] [Oxide] 18:25 [Warning] Calling 'OnUserChat' on 'BetterChat v4.2.12' took average 0ms

    This was found under the Log.Warning.txt file. For ease of looking it up...when you Ctrl + F to find it, it's the 8th noted find under BetterChat v4.2.12 :)
     

    Attached Files:

    Last edited by a moderator: Dec 5, 2016
  6. dMm

    dMm

    is it possible to remove a title from a group? i don't want the default group to have a title i just want moderators and admins to have titles to players know who they are.
     
  7. Okay so you're going to want to turn the hide part in that section to true. It should say something like hide title, false,. Make it true and it'll get rid of it. :)

    Like this:

    [
    {
    "GroupName": "default",
    "Priority": 0,
    "Title": {
    "Hidden": true, <----------------------------------This will hide the title when turned on true.
    "HideIfNotHighestPriority": false,
    "Size": 100,
    "Color": "#60CFFF",
    "Text": "",
    "InheritSize": false,
    "InheritColor": false
    },
    "PlayerName": {
    "Size": 15,
    "Color": "#60CFFF",
    "ClanTagFormat": "[{Clan}] {Name}"
    },
    "Message": {
    "Size": 15,
    "Color": "white"
    },
    "Formatting": {
    "Console": "{Title} {Name}: {Message}",
    "Chat": "{Title} {Name}: {Message}"
    }
    },
     
  8. dMm

    dMm

    where are you getting that from? in the config for the plugin it doesn't say any of that
     
  9. How does the Priority work? In my server when i do /chat group add Owner, it says [Player] [Player] Psionic, when i say something, I set my priority for the group Owner to 0, changed the title to [Owner] and now it says [Owner] [Player] Psionic, how do i remove the [Player] or set it to be when i add someone to a group it removes the [Player]. Im so lost lol
     
  10. There is the option HideIfNotHighestPriority which - when activated - hides the title if it is not the group with the highes priority the user has.
    [DOUBLEPOST=1481009525][/DOUBLEPOST]
    Looks like you have quite many of these time warnings. You should look into what causes your server to be that slow. You might also want to consider improving your servers performance by upgrading its RAM and / or CPU.

    Also a possibility would be that you were target of a DDoS attack at that time.
    Though as it was over so many hours, I doubt it.
     
    Last edited by a moderator: Dec 6, 2016
  11. I'm not entirely sure if I'm the only one having this problem, but when I go to set the title display name to use a symbol such as "✭" for a Donor group and reload the program, it changes the "✭" to "?". I've talked to someone who has used these symbols on their server also and they've worked. I've tried the exact symbols, but always the same result. it ends up swapping it to a question mark upon reload of the plugin. Any idea on how to fix it so that I can use the symbols? Thanks.

    (Fairly sure that the dedi that the server is on doesn't support some characters which would be causing this issue.)
     
    Last edited by a moderator: Dec 7, 2016
  12. (Hurtworld)
    There was a problem with chat... In some time it freeze and if you will not write command with the "/" (like /kit or /lol) it remains feeze. Other plug-ins for a Сhat (Tags / Clan) are not installed.
    (may be plugin can not work with RUS letters in title...)

    Thanks.
     
    Last edited by a moderator: Dec 7, 2016
  13. I'm having a problem with vips tags on Better Chat. The VIPs Diamond and Supremo show the TAG very well, but the vipb, vips, and vipg don't show =/. My Groups.json for possible errors:
    Code:
    {% raw %}
    [
      {
        "GroupName": "default",
        "Priority": 1,
        "Title": {
          "Hidden": false,
          "HideIfNotHighestPriority": false,
          "Size": 15,
          "Color": "#9EC326",
          "Text": "",
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 15,
          "Color": "#9EC326",
          "ClanTagFormat": "[{Clan}] {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      },
      {
        "GroupName": "admin",
        "Priority": 0,
        "Title": {
          "Hidden": false,
          "HideIfNotHighestPriority": false,
          "Size": 15,
          "Color": "#60CFFF",
          "Text": "[Admin]",
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 15,
          "Color": "#60CFFF",
          "ClanTagFormat": "[{Clan}] {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      },
      {
        "GroupName": "vipb",
        "Priority": 8,
        "Title": {
          "Hidden": false,
          "HideIfNotHighestPriority": true,
          "Size": 15,
          "Color": "orange",
          "Text": "[VIP]",
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 15,
          "Color": "white",
          "ClanTagFormat": "[{Clan}] {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      },
      {
        "GroupName": "vips",
        "Priority": 7,
        "Title": {
          "Hidden": false,
          "HideIfNotHighestPriority": true,
          "Size": 15,
          "Color": "gray",
          "Text": "[VIP]",
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 15,
          "Color": "white",
          "ClanTagFormat": "[{Clan}] {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      },
      {
        "GroupName": "vipg",
        "Priority": 6,
        "Title": {
          "Hidden": false,
          "HideIfNotHighestPriority": true,
          "Size": 15,
          "Color": "yellow",
          "Text": "[VIP]",
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 15,
          "Color": "white",
          "ClanTagFormat": "[{Clan}] {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      },
      {
        "GroupName": "vipdiamond",
        "Priority": 6,
        "Title": {
          "Hidden": false,
          "HideIfNotHighestPriority": false,
          "Size": 15,
          "Color": "#60CFFF",
          "Text": "[VIP]",
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 15,
          "Color": "white",
          "ClanTagFormat": "[{Clan}] {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      },
      {
        "GroupName": "vipsupremo",
        "Priority": 7,
        "Title": {
          "Hidden": false,
          "HideIfNotHighestPriority": false,
          "Size": 15,
          "Color": "#D931A6",
          "Text": "[VIP]",
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 15,
          "Color": "purple",
          "ClanTagFormat": "[{Clan}] {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      }
    ]
    {% endraw %}
     
  14. You have some mistake with value "Priority" and "HideIfNotHighestPriority"
    (Ошибка с приоритетом и отображением группы)

    Look here:
    Code:
    {% raw %}
    [
      {
        "GroupName": "default",
        "Priority": 10,
        "Title": {
          "Hidden": false,
          "HideIfNotHighestPriority": true,
          "Size": 15,
          "Color": "#9EC326",
          "Text": null,
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 15,
          "Color": "#9EC326",
          "ClanTagFormat": "[{Clan}] {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      },
      {
        "GroupName": "admin",
        "Priority": 0,
        "Title": {
          "Hidden": false,
          "HideIfNotHighestPriority": true,
          "Size": 15,
          "Color": "#60CFFF",
          "Text": "[Admin]",
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 15,
          "Color": "#60CFFF",
          "ClanTagFormat": "[{Clan}] {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      },
      {
        "GroupName": "vipb",
        "Priority": 5,
        "Title": {
          "Hidden": false,
          "HideIfNotHighestPriority": true,
          "Size": 15,
          "Color": "orange",
          "Text": "[VIP]",
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 15,
          "Color": "white",
          "ClanTagFormat": "[{Clan}] {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      },
      {
        "GroupName": "vips",
        "Priority": 6,
        "Title": {
          "Hidden": false,
          "HideIfNotHighestPriority": true,
          "Size": 15,
          "Color": "gray",
          "Text": "[VIP]",
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 15,
          "Color": "white",
          "ClanTagFormat": "[{Clan}] {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      },
      {
        "GroupName": "vipg",
        "Priority": 7,
        "Title": {
          "Hidden": false,
          "HideIfNotHighestPriority": true,
          "Size": 15,
          "Color": "yellow",
          "Text": "[VIP]",
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 15,
          "Color": "white",
          "ClanTagFormat": "[{Clan}] {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      },
      {
        "GroupName": "vipdiamond",
        "Priority": 8,
        "Title": {
          "Hidden": false,
          "HideIfNotHighestPriority": true,
          "Size": 15,
          "Color": "#60CFFF",
          "Text": "[VIP]",
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 15,
          "Color": "white",
          "ClanTagFormat": "[{Clan}] {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      },
      {
        "GroupName": "vipsupremo",
        "Priority": 9,
        "Title": {
          "Hidden": false,
          "HideIfNotHighestPriority": true,
          "Size": 15,
          "Color": "#D931A6",
          "Text": "[VIP]",
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 15,
          "Color": "purple",
          "ClanTagFormat": "[{Clan}] {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
      }
    ]
    {% endraw %}
    Here change value "Priority" to you choise (0 higher 1, 1 higher 2 and so on)
     
  15. I only should copy and paste on config file the config you send? Or i need change anything?
     
  16. I don't know priority of your groups, so you need change value "Priority"
     
  17. ADMIN (7)> VIPSUPREMO (6)> VIPDIAMOND (5) > VIPGOLD (4) > VIPSILVER (3) > VIPBRONZE (2) > VIPDEFAULT (1)
    IS CORRECT?

    (-) NUMBER OF PRIORITY*
     
  18. nope :))
    Priority 1 higher than priority 2, 3, 4...7, so your group will look like:
    Admin (1)> VIPSUPREMO (2)> VIPDIAMOND (3) > VIPGOLD (4) > VIPSILVER (5) > VIPBRONZE (6) > VIPDEFAULT (7) > Default (10)....
     
  19. Okay! will look into that. Thanks!
     
  20. Admin group needs to be 0 not 1 and default needs to be the highest number

    Next time @<SpAwN> upload your file not paste it as it makes it easier for all
     

    Attached Files:

    Last edited by a moderator: Dec 9, 2016