BetterChat

Moved

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

4.9898/5, 98 likes
  1. i tried the new update and got the following in the console

    [Oxide] 5:39 PM [Warning] CallHook 'OnTick' on plugin 'RustIO v2.8.0' took: 758ms
    [Oxide] 5:39 PM [Debug] Reload requested for plugin which is already loading: BetterChat
    [Oxide] 5:39 PM [Error] BetterChat plugin failed to compile!
    [Oxide] 5:39 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?
     
  2. use version 3.5.21
     
  3. No problem.
     
  4. i have an issue.
    im trying to add ONE extra group, i have Player / VIP / Member / Admin / Moderator,

    Everytime i type "oxide.usergroup add XXX Member" XXX is on Admin list AND Member list. creating two chat tags. when i only need him to have one.

    any ideas?
    [DOUBLEPOST=1453355968][/DOUBLEPOST]
    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"
      },
      "member": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "yellow",
        "Permission": "vip+",
        "Rank": 5,
        "TextColor": "white",
        "Title": "[Member]",
        "TitleColor": "orange"
      },
      "WordFilter": {
        "CustomReplacement": "Unicorn",
        "Enabled": false,
        "FilterList": [
          "fuck",
          "bitch",
          "faggot"
        ],
        "UseCustomReplacement": false
      }
    }
     
  5. Does he have authlevel2 / the admin group?
     
  6. Mute does not work. It says no permission. console commands also don't work for mute. Everything else is fine.
     
  7. Permission for mute is betterchat.mute
    You need to grant yourself that permission.
     
  8. I am not sure how to do that since betterchat.mute is unknown command in rcon. How do I add permission? grant user (username) (which permissions are available?)
     
  9. You add it to groups the commands have been posted a few times go back each page until you find it
     
  10. how can i use this plugin with chatmute ?
     
  11. In the config of this plugin you have a option to set mute to false
     
  12. thanks :)

    vtw how can i see players permissions we gave ?
     
  13. In the data folder you have two files oxide.groups.data and oxide.users.data you can use notepad++ to open these and see what is in them but do not edit anything in there it must only be edited from rcon commands
     
  14. i knew that you told me before :) but i need console commands to see a player's perms we gave
    [DOUBLEPOST=1453405127][/DOUBLEPOST]or groups
     
  15. How do you remove people and set them back to player?
     
  16. I tried to put it on myself, which i have OwnerID onmyself.
    [DOUBLEPOST=1453433194][/DOUBLEPOST]''update'' i removed myself from OwnerID (auth level 2) and made it zero, i still had Admin and Member tags onmyself
     
  17. i cannot revoke admin tag permission or cannot remove admin tag group inside the config file

    it does appear after every restart

    help please ?
     
  18. Remove the player from the admin group.
    usergroup remove <player> admin
     
  19. yes that helps but the player is an admin. like an owner