BetterChat

Moved

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

4.9898/5, 98 likes
  1. BetterChat makes use of oxide groups. BetterChat uses the same named oxide groups to determine who is in the BetterChat group. It is basically a group "addon".

    So if you create a BetterChat group called "abc" and oxide doesn't have such group yet, it will create the oxide group called "abc" and a BetterChat group entry for the group "abc".
     

  2. Ah I see. I will try that :)
     
  3. When I put a perm for default rank does it automatically go to the other groups I have?
    When I put a perm for default rank does it automatically go to the other groups I have?
     
  4. If you put permissions for default it will go to the default group and this plugin has only one permission and it goes to the admin group only

    This is the only rcon command you should be running for this plugin
    oxide.grant group admin betterchat.admin

    if you granted the default group this permission you need to remove it
    oxide.revoke group default betterchat.admin
     
  5. so I shouldnt give groups permissionss? cause I was thinking when I give a default group a permission for like /skin it would go to the others as a permission? cause im trying to give my ranks perms for donations?
     
  6. I am talking about this plugin only as you did post here each plugin has an overview that you need to read and follow what it says
     
  7. I meant like if I add permissions from another plugin to that group will the default group permissions given to it from another plugin be given to other groups that I created because its with the default grouping?
     
  8. Every auth level is part of the default group but saying that a auth level 2 will use permissions that are from the admin group only so best to add each group the permissions from each plugin but just make sure you dont add a permission that is only meant for the admin group to the default group or any other groups you have
     
  9. LaserHydra, add fix pls
    if (message == string.Empty || message.Length > 128)
    return false;
     
  10. Can I use a BetterChat created groups with the timed permissions plugin or would that only work with oxide created groups?
     
    Last edited by a moderator: May 24, 2017
  11. Better Chat | Page 244 | Oxide
     
  12. Hi, I'm trying to remove the user name and leave just the group on the server group. Or remove the group on screen and change name to blue. Or just change the username colour to blue, I have tried all different ways to change colour and nothing has worked. This is taken from the data file in my ftp:
    [
    {
    "GroupName": "default",
    "Priority": 0,
    "Title": {
    "Text": "",
    "Color": "#088A08",
    "Size": 15,
    "Hidden": false,
    "HiddenIfNotPrimary": false
    },
    "Username": {
    "Color": "#088A08",
    "Size": 15
    },
    "Message": {
    "Color": "white",
    "Size": 15
    },
    "Format": {
    "Chat": "{Title} {Username}: {Message}",
    "Console": "{Title} {Username}: {Message}"
    }
    },
    {
    "GroupName": "server",
    "Priority": 0,
    "Title": {
    "Text": "[server]",
    "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}"
    }
    }
    ]
     
    Last edited by a moderator: May 24, 2017
  13. hello, if have installed the better chat plugin and it works fine! but the chat is lagging alot, is it my wifi or a bug? do you know how I can reduce that?
     
  14. I can`t install better chat group manager. Please, upload it in .zip format!!!

    upload_2017-5-26_12-35-7.png
     
  15. The program no longer works just add what groups you want manually to the BetterChat.json in the data folder
     
  16. LaserHydra updated Better Chat with a new update entry:

    5.0.12

     
  17. Ty ty ty ty ty ty ty ty ty ty ty :D :) :D

    Ok so looks like in the Chat Message Dictionary, theres a new BlockedReiceivers field, that is a list of strings of userIds/steamIds,
    so we should be able to hook into OnUserChat and for every message pass that list of strings in of players we dont want to send messages to, awesomeeeeee

    If someone doesnt beat me to it, Ill try and get a BetterChatIgnore plugin uploaded this weekend :)

    Thank you LaserHydra!!!

    DONATE to LaserHydra for all his hard work!
    Patreon Link
    Paypal Link
     
    Last edited by a moderator: May 26, 2017
  18. No problemo.
     
  19. So I have a premium and a default rank and I added perm to premium for kit premium and my default rank could use the kit??? anyone?? @Resistance Could you take a look at my config?