BetterChat

Moved

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

4.9898/5, 98 likes
  1. Better Chat for Rust | Oxide
    You don't need to give yourself or the group any permission unless you need to mute players. So read the overview so you can see whats needed
     
  2. I need help, somebody who knows C#, implement this in plugin. Want to make jail, but BetterChat bypasses "nochat" flag.
     
  3. Thank you understand!
     
    Last edited by a moderator: Mar 23, 2016
  4. Can someone please add a chatlog to this plugin?
    Thanks in advance
     
  5. Love the plugin, the only problem I have is when I try assign myself to one group (Owner), it still comes up in the side chat as {Owner}{Admin}Name rather than {Owner}Name. I'm fairly positive I added the owner part in correctly.
     

    Attached Files:

  6. You need to remove yourself from the admin group
     
  7. Sorry, I forgot to mention I had tried that also
     
  8. Then you have the permissions messed up for the groups or rank number in the config the same upload your config
     
  9. Yeah, I'm starting to think it could be messed up perms, I'm 85% positive I had things set up right in the config. Is there a super easy way to reset all group perms?
     

    Attached Files:

  10. All ok in the config can you send me in a pm your oxide.groups.data and oxide.users.data files download both to your desktop put .json to the end of each file so it will let you upload them
     
  11. Done :)
     
  12. Is there any way to make all player messages to be logged to console not as message from plugin, but like standart players chat (for separate logging)? This plugin uses chat.broadcast, so every chat message in console is marked as oxide plugin output.
     
  13. Can anyone tell me why every time i try to grant someone mod or admin, even myself, it says 'permission does not exist'.
    I have tried to follow what to do as much as i can, but i'm not very good with this stuff, so any help is very much appreciated. Thanks in advance.
     
  14. upload your config
     

  15. i havent changed anything in it, its all the standard stuff that came in the file.
    Except the 'owner' one. I just need to know how to make my friends admin, and myself owner.
    if that can work?

    {
    "admin": {
    "ConsoleFormatting": "{Title} {Name}: {Message}",
    "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
    "NameColor": "#DCFF66",
    "Permission": "admin",
    "Rank": 3,
    "TextColor": "white",
    "Title": "[Admin]",
    "TitleColor": "green"
    },
    "AntiSpam": {
    "Enabled": true,
    "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
    },
    "Owner": {
    "ConsoleFormatting": "{Title} {Name}: {Message}",
    "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
    "NameColor": "#DCFF66",
    "Permission": "Owner",
    "Rank": 4,
    "TextColor": "white",
    "Title": "[Owner]",
    "TitleColor": "red"
    },
    "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",
    "cunt",
    "faggot"
    ],
    "Custom Replacement": "Unicorn",
    "Enabled": true,
    "Replacement": "*",
    "Use Custom Replacement": true
    }
    }
     
  16. owner needs to be lower case
    can you post the full command you tried to do
    like this
    "owner": {
    "ConsoleFormatting": "{Title} {Name}: {Message}",
    "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
    "NameColor": "#DCFF66",
    "Permission": "owner",
    "Rank": 4,
    "TextColor": "white",
    "Title": "[Owner]",
    "TitleColor": "red"
     
  17. how do you mean? i showed you all the cfg?
     
  18. cfg? do you not mean the config. What commands have you done that they say there dont exist
     
  19. Hello , sorry for my english I 'm french . I could not understand whether the problem had already been discussed . That when I write about my chat with the plugin , written ca me 2 times. If anyone can help me : / Thanks
    [DOUBLEPOST=1459279977][/DOUBLEPOST]Problem solved, it is a probleme conflict with a plugin CapsNoCaps
     

    Attached Files:

  20. I am wondering why I still have the owner tags when I am not within the Owner group and I should be a Head Developer, and I will show you the picture and see if someone can help me because my permissions do not exist even though I have been created, someone please edit the file to what I need and I will be so thankful, Cheers Mates!

    Here is the messages in game: Click Here or Gyazo - 88fabab6bc393bbbb1fef623bdcbe748.jpg

    Code:
    {
      "admin": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "lightblue",
        "Permission": "color_admin",
        "Rank": 3,
        "TextColor": "lime",
        "Title": "[Admin]",
        "TitleColor": "lime"
      },
      "AntiSpam": {
        "Enabled": false,
        "MaxCharacters": 85
      },
      "developer": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "lightblue",
        "Permission": "color_dev",
        "Rank": 6,
        "TextColor": "lime",
        "Title": "[Developer]",
        "TitleColor": "purple"
      },
      "head developer": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "lightblue",
        "Permission": "color_headdev",
        "Rank": 7,
        "TextColor": "lime",
        "Title": "[Head Developer]",
        "TitleColor": "magenta"
      },
      "moderator": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "lightblue",
        "Permission": "color_mod",
        "Rank": 2,
        "TextColor": "lime",
        "Title": "[Mod]",
        "TitleColor": "yellow"
      },
      "Mute": {
        "Enabled": true
      },
      "owner": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "lightblue",
        "Permission": "color_owner",
        "Rank": 8,
        "TextColor": "lime",
        "Title": "[Owner]",
        "TitleColor": "maroon"
      },
      "player": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "white",
        "Permission": "color_player",
        "Rank": 0,
        "TextColor": "lime",
        "Title": "[Player]",
        "TitleColor": "silver"
      },
      "superadmin": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "lightblue",
        "Permission": "color_superadmin",
        "Rank": 5,
        "TextColor": "lime",
        "Title": "[SuperAdmin]",
        "TitleColor": "red"
      },
      "VIP": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "lightblue",
        "Permission": "color_vip",
        "Rank": 1,
        "TextColor": "lime",
        "Title": "[Donator]",
        "TitleColor": "orange"
      },
      "WordFilter": {
        "Banned Words": [
          "fuck",
          "bitch",
          "faggot"
        ],
        "Custom Replacement": "Unicorn",
        "CustomReplacement": "Unicorn",
        "Enabled": false,
        "FilterList": [
          "fuck",
          "bitch",
          "faggot"
        ],
        "Replacement": "*",
        "Use Custom Replacement": false,
        "UseCustomReplacement": false
      }
    }
    [DOUBLEPOST=1459311017,1459301140][/DOUBLEPOST]
    Could you please help me with my issue?