BetterChat

Moved

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

4.9898/5, 98 likes
  1. Well one of the won't work than, which is propably Better Chat. As both override the chat, or its just going to double messages. There is also no sense in running both as they do almost the same thing.
     
  2. I have noticed that the chatfilter is a little buggy as default 'fuck' is deleted, but you can still use 'fUck'. Can you make that it looks at the name and not if its upper/lowercase?
     
  3. Sorry for funny question. I think about strange usage of this plugin.
    LaserHydra, can you be so kind to tell me how can I maximally truncate this plugin code to reach just one purpose? I want the server owner name in chat displays just like other players - blue, not green.
     
  4. Do you want it look like the default Rust Chat? No Titles, default colors?
     
  5. Yes. No titles, just default player color (blue), not server-owner color (green).
     
  6. Im new to this can someone tell me how to make the config file its is asking for to make the group preset?
     
  7. Now after installing this when you do /tpr to anyone it says found multiple players with that name. How do i fix this?
     
  8. LaserHydra updated Better Chat with a new update entry:

    3.5.4

     
  9. Thanks for the wordfilter fix!
    [DOUBLEPOST=1455204098][/DOUBLEPOST]I did a look in the config and I see
    Code:
        "TitleColor": "#C4FF00"
      },
      "WordFilter": {
        "Banned Words": [
          "fuck",
          "bitch",
          "faggot"
        ],
        "Custom Replacement": "Unicorn",
        "CustomReplacement": "unicorn",
        "Enabled": true,
        "FilterList": [
          "fuck",
          "bitch",
          "cancer",
          "cunt",
          "faggot"
        ],
        "Replacement": "*",
        "Use Custom Replacement": false,
        "UseCustomReplacement": true
      }
    what filter is used now? WordFilter or Banned words?
     
    Last edited by a moderator: Feb 11, 2016
  10. Good evening,

    It will be a day anti flood system?
     
  11. Since updating to 3.5.4 i cannot use

    grant user name permission

    it keeps displaying
    "permission doesnt exist"

    Also thought id add , since i updated it removed my color_owner and replaced it with color_admin... and i cant give myself due to the "permission doesnt exist"
     
  12. The permission has changed to owner or admin or player just remove the color_ or check the config and it auto adds it so you dont need to add them now
     
  13. Thanks for your reply Resistance,


    Code:
    {
      "admin": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "lime",
        "Permission": "admin",
        "Rank": 5,
        "TextColor": "white",
        "Title": "[Admin]",
        "TitleColor": "lime"
      },
      "AntiSpam": {
        "Enabled": false,
        "MaxCharacters": 85
      },
      "donor": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "orange",
        "Permission": "bpkit",
        "Rank": 2,
        "TextColor": "silver",
        "Title": "[Donor]",
        "TitleColor": "orange"
      },
      "mod": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "blue",
        "Permission": "mod",
        "Rank": 4,
        "TextColor": "silver",
        "Title": "[Mod]",
        "TitleColor": "blue"
      },
      "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
      },
      "owner": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "red",
        "Permission": "owner",
        "Rank": 6,
        "TextColor": "white",
        "Title": "[Owner]",
        "TitleColor": "red"
      },
      "player": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "orange",
        "Permission": "player",
        "Rank": 1,
        "TextColor": "silver",
        "Title": "",
        "TitleColor": "orange"
      },
      "Unicorn": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "orange",
        "Permission": "color_unicorn",
        "Rank": 1,
        "TextColor": "silver",
        "Title": "[Unicorn]",
        "TitleColor": "purple"
      },
      "vip": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "purple",
        "Permission": "vip--",
        "Rank": 3,
        "TextColor": "silver",
        "Title": "[VIP]",
        "TitleColor": "purple"
      },
      "vipplus": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "purple",
        "Permission": "vipplus",
        "Rank": 3,
        "TextColor": "silver",
        "Title": "[VIP++]",
        "TitleColor": "purple"
      },

    that is my config for the groups ,

    Since the update players have still got the orange name and i should be owner but only have admin also i have the permission vipplus for donator packages after granting the permission they get the kit available , but no tag.
     
  14. I would change vip-- to vip for the permission but check oxide.groups.data with notepad++ to see if each group gas the right permission
     
  15. Well I did fixed the filterlist, you must use Bannedwords now. But I het this error over and over.
    Code:
    [Oxide] 12:37 AM [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.
     
  16. Thanks for reporting.
     
  17. One question, is possible to be on a group but without the tag showing ingame?
     
  18. LaserHydra updated Better Chat with a new update entry:

    3.5.5

     
  19. Keeps spamming console with lots of stuff :) and dont work