BetterChat

Moved

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

4.9898/5, 98 likes
  1. Can you add GlobalMute and timing to /mute, eg.: /mute <player> 10m - would mute him for 10 mins

    Thanks
     
  2. Thanks! Trying it out now!
    [DOUBLEPOST=1456598437][/DOUBLEPOST]When I log on it still says for me: [Admin] [Owner] Cuzii.
    How to remove the [Admin] in front?
    I tried removing me from the admin group but it's not working.
    Code:
    {
      "admin": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "#00f9ff",
        "Permission": "admin",
        "Rank": 6,
        "TextColor": "white",
        "Title": "[Admin]",
        "TitleColor": "#00f9ff"
      },
      "AntiSpam": {
        "Enabled": false,
        "MaxCharacters": 85
      },
      "moderator": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "#ffffff",
        "Permission": "moderator",
        "Rank": 5,
        "TextColor": "white",
        "Title": "[Helper]",
        "TitleColor": "White"
      },
      "Mute": {
        "Enabled": true
      },
      "Owner": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "#005edf",
        "Permission": "owner",
        "Rank": 7,
        "TextColor": "white",
        "Title": "[Owner]",
        "TitleColor": "#005edf"
      },
      "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": "#db876b",
        "Permission": "vip",
        "Rank": 2,
        "TextColor": "white",
        "Title": "[VIP]",
        "TitleColor": "#db876b"
      },
      "vip+": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "#d0d0d0",
        "Permission": "vip+",
        "Rank": 3,
        "TextColor": "white",
        "Title": "[VIP+]",
        "TitleColor": "#d0d0d0"
      },
      "vip++": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "#fff400",
        "Permission": "vip++",
        "Rank": 4,
        "TextColor": "white",
        "Title": "[VIP++]",
        "TitleColor": "#fff400"
      },
      "WordFilter": {
        "Banned Words": [
          "fuck",
          "bitch",
          "faggot"
        ],
        "Custom Replacement": "Unicorn",
        "Enabled": false,
        "Replacement": "*",
        "Use Custom Replacement": false
      }
    }
     
  3. Hi i was thinking of using this to replace banned words with the players name... for example:

    "Custom Replacement": " {Name} ",

    but it doesnt seem to work, is there any to do this or something meaningless like the time?

    thanks!
     
  4. Check oxide.groups.data and oxide.users.data open the files with notepad++ see what needs fixed then fix the problem with rcon commands
     
  5. Fixed it. Forgot to add permission as color_vip and color_admin. Working now!
     
  6. What is the best way to have 2 rank names in you name via better chat ?
     
  7. Just add yourself to both groups
     
  8. non-latin characters in banned words list
    Code:
    [3/3/2016 5:10:49 PM] [Oxide] 5:10 PM [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.
    json validator says - all ok
     
  9. Hi. After WIPE i have [player] and [pro] in the same time :-D how can I remove old one?
     
  10. Nice Plugin!
    It would be nice if you can add globalmute and timed mutes. With Chatmute i can use it but your plugin disables some commands :/

    Thanks!
     
  11. With anti-flood.

    "AntiFlood":
    {
    "BlockTime": 2,
    "Enabled": true
    }
     

    Attached Files:

  12. hi there,

    sorry guys but im noobie on it, i know how to add people to group but how change the [Player] (when someone new join to serwer) without inviting him to group to something different ? thanks for help !
     
  13. This is the answer to what?
     
  14. Hi, im trying to remove players from a group, i am getting a message saying they have been removed but the tag is still there
     
  15. Is there a cooldown for typing
     
  16. Maybe this has to do with the way the server owner is resetting the server but I think my code is fine :/ could you look at this and tell me where I went wrong? Every time we restart the server it goes back to default json.


    {
    "admin": {
    "ConsoleFormatting": "{Title} {Name}: {Message}",
    "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
    "NameColor": "#DCFF66",
    "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": "#DCFF66",
    "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"
    },
    "WordFilter": {
    "Banned Words": [
    "fuck",
    "bitch",
    "faggot"
    },
    "coowner": {
    "ConsoleFormatting": "{Title} {Name}: {Message}",
    "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
    "NameColor": "#DCFF66",
    "Permission": "coowner",
    "Rank": 4,
    "TextColor": "magenta",
    "Title": "[Co-Owner]",
    "TitleColor": "magenta"
    },
    "vip": {
    "ConsoleFormatting": "{Title} {Name}: {Message}",
    "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
    "NameColor": "#DCFF66",
    "Permission": "vip",
    "Rank": 1,
    "TextColor": "white",
    "Title": "[V.I.P]",
    "TitleColor": "lime"
    },
    "vip+": {
    "ConsoleFormatting": "{Title} {Name}: {Message}",
    "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
    "NameColor": "#DCFF66",
    "Permission": "vip+",
    "Rank": 1,
    "TextColor": "aqua",
    "Title": "[V.I.P+]",
    "TitleColor": "aqua"
    ],
    "Custom Replacement": "Unicorn",
    "Enabled": false,
    "Replacement": "*",
    "Use Custom Replacement": false
    }
    }
     
  17. unload plugin upload config then reload plugin also made sure rank numbers a different for each rank you have 3 the same there with the rank number 1
     
  18. I am such a dolt thank you very much. Do ranks do anything?
    [DOUBLEPOST=1457326657][/DOUBLEPOST]
    Also, this did not work :/ I'm saving the server and just resetting that's it:/
     
  19. It does seem to reset the config you need to keep trying even if you need to stop server and do it