BetterChat

Moved

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

4.9898/5, 98 likes
  1. My player dont have any group, what should i do?
     
  2. Wulf

    Wulf Community Admin

    Update Oxide.
     
  3. No, but you can check which group is linked to.
    If you wanna know the players that are in the groups, just go type 'o.show group <groupname>' in console
    If you don't even know what groups you have, type 'o.show groups' in console
     
  4. Is it possible to let players hide their chat tag if they want to do so?
     
  5. Hi, I have 3 groups, default, steam and admin. I would like the admin tag only to appear in the chat when I have the authlevel 2, not when I enter as a player. Where is my fault? Or do I need to delete myself from the admin group every time I remove the authlevel 2? this is my config:
    Code:
    [
      {
        "GroupName": "default",
        "Priority": 2,
        "Title": {
          "Text": "✿ Novato ✿",
          "Color": "#55aaff",
          "Size": 15,
          "Hidden": false,
          "HiddenIfNotPrimary": true
        },
        "Username": {
          "Color": "#55aaff",
          "Size": 15
        },
        "Message": {
          "Color": "white",
          "Size": 15
        },
        "Format": {
          "Chat": "{Title} {Username}: {Message}",
          "Console": "{Title} {Username}: {Message}"
        }
      },
      {
        "GroupName": "steam",
        "Priority": 1,
        "Title": {
          "Text": "★ Steam ★",
          "Color": "#FF0000",
          "Size": 15,
          "Hidden": false,
          "HiddenIfNotPrimary": true
        },
        "Username": {
          "Color": "#55aaff",
          "Size": 15
        },
        "Message": {
          "Color": "white",
          "Size": 15
        },
        "Format": {
          "Chat": "{Title} {Username}: {Message}",
          "Console": "{Title} {Username}: {Message}"
        }
      },
      {
        "GroupName": "admin",
        "Priority": 0,
        "Title": {
          "Text": "★ admin ★",
          "Color": "#7FFF00",
          "Size": 15,
          "Hidden": false,
          "HiddenIfNotPrimary": false
        },
        "Username": {
          "Color": "#7FFF00",
          "Size": 15
        },
        "Message": {
          "Color": "white",
          "Size": 15
        },
        "Format": {
          "Chat": "{Title} {Username}: {Message}",
          "Console": "{Title} {Username}: {Message}"
        }
      }
    ]
     
  6. you have to remove yourself from admin every time you remove auth level 2
     
  7. "HiddenIfNotPrimary": false <---- set to true
     
  8. nooooooooop
    Yeeeeeeees
     
    Last edited by a moderator: Nov 11, 2017
  9. Great Plugin!
     
    Last edited by a moderator: Nov 11, 2017
  10. Hi, I'm new to this sort of stuff.

    I've set my settings for the "admin" group to have TitleColor, UsernameColor, and MessageColor to have all the same gold hex: d4af37.
    It has worked for a while, but then the UsernameColor and MessageColor reverted back to default for some odd reason, and the TitleColor remained the same gold.

    Prior, I have removed myself from the default group and am the only one in the "admin" group.
    I haven't messed with the priority settings yet because I don't know what it does exactly, but I have a slight hunch that it's not related to this problem. If it is though, please let me know!

    Thanks all!
     
  11. upload the file from data folder
     
  12. If the file didn't upload for some reason, I've put the contents on here:

    Code:
    [
      {
        "GroupName": "default",
        "Priority": 0,
        "Title": {
          "Text": "[Player]",
          "Color": "#55aaff",
          "Size": 15,
          "Hidden": true,
          "HiddenIfNotPrimary": false
        },
        "Username": {
          "Color": "#55aaff",
          "Size": 15
        },
        "Message": {
          "Color": "white",
          "Size": 15
        },
        "Format": {
          "Chat": "{Title} {Username}: {Message}",
          "Console": "{Title} {Username}: {Message}"
        }
      },
      {
        "GroupName": "admin",
        "Priority": 0,
        "Title": {
          "Text": "[God]",
          "Color": "d4af37",
          "Size": 15,
          "Hidden": false,
          "HiddenIfNotPrimary": false
        },
        "Username": {
          "Color": "d4af37",
          "Size": 15
        },
        "Message": {
          "Color": "d4af37",
          "Size": 15
        },
        "Format": {
          "Chat": "{Title} {Username}: {Message}",
          "Console": "{Title} {Username}: {Message}"
        }
      },
      {
        "GroupName": "trader",
        "Priority": 0,
        "Title": {
          "Text": "[BulletFarm™]",
          "Color": "ff458c",
          "Size": 15,
          "Hidden": false,
          "HiddenIfNotPrimary": false
        },
        "Username": {
          "Color": "ffb540",
          "Size": 15
        },
        "Message": {
          "Color": "white",
          "Size": 15
        },
        "Format": {
          "Chat": "{Title} {Username}: {Message}",
          "Console": "{Title} {Username}: {Message}"
        }
      },
      {
        "GroupName": "baalch",
        "Priority": 0,
        "Title": {
          "Text": "[BigGay]",
          "Color": "ff69b4",
          "Size": 15,
          "Hidden": false,
          "HiddenIfNotPrimary": false
        },
        "Username": {
          "Color": "#55aaff",
          "Size": 15
        },
        "Message": {
          "Color": "white",
          "Size": 15
        },
        "Format": {
          "Chat": "{Title} {Username}: {Message}",
          "Console": "{Title} {Username}: {Message}"
        }
      },
      {
        "GroupName": "trader2",
        "Priority": 0,
        "Title": {
          "Text": "[BulletFarm™Associate]",
          "Color": "#55aaff",
          "Size": 15,
          "Hidden": false,
          "HiddenIfNotPrimary": false
        },
        "Username": {
          "Color": "#55aaff",
          "Size": 15
        },
        "Message": {
          "Color": "white",
          "Size": 15
        },
        "Format": {
          "Chat": "{Title} {Username}: {Message}",
          "Console": "{Title} {Username}: {Message}"
        }
      }
    ]
     

    Attached Files:

  13. @Kreh
    upload this then reload the plugin
     

    Attached Files:

  14. It worked! For now, haha thanks a bunch Resistance!

    So it was the priorities, eh?
     
  15. That and HiddenIfNotPrimary needs to be true for each group
     
  16. Ohh, default was higher in priority than 'admin' so it overwrote over the 'admin' parameters? And would I want HiddenIfNotPrimary false if I wanted to show two titles instead of one, but keeping an eye on the priority?
     
  17. If you want to show two titles yes setting two groups to false is what you do also if you make any more groups the default is always the highest number so say default is at 5 then you add a new group it will become 5 then default will be 6
    [DOUBLEPOST=1510477710][/DOUBLEPOST]@Velxinone upload to data folder then restart server you might need to make the groups if they are not auto made so run these in rcon before restarting server
    oxide.group add vip
    oxide.group add donator
     

    Attached Files:

  18. Thanks a lot! You've lessened my headaches haha
     
  19. Is there a way to demote someone with them being offline?