BetterChat

Moved

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

4.9898/5, 98 likes
  1. BetterChat groups use oxide groups, they are just entries which contain information about how their chat messages should look.
    So BetterChat 'group' "default" uses the oxide group "default" for determining it's members.
     
  2. There are a couple of default groups inside oxide self which is user admin and moderator if you wanted to have more groups on it use the command /oxide group add group name when done this follow the commands of this plugin.
    By my self i don't use betterchat because on hurtworld it makes your chat laggie and bugged
     
  3. Thank you LaserHydra. So I misunderstood. the betterChat commands use the groups already created via Oxide.

    Thanks TruxDeadnitro for the advice.
     
  4. Hello, I have player spam newline charachter to make really long chat messages,
    is there a way to filter newline charachters?

    Example of Players Chat Message:

    Code:
    .D
    D
    O
    SB
    Yi
    4
    n
    i
     
  5. Might be a plugin best to check but if not am sure you can make one but if it was my server I would ban his ass from rustadmin so he gets added to the db
     
  6. is it possible to add prefix support for "GroupName": "name_*",

    we have multiple groups that starts with name_ prefix.
     
  7. Admins
    The "chat user remove<player|steamid> <group>" command does not work.
    Instead, it works " o.usergroup remove <player / steamid> <group>".
    Please correct, so as not to be confused.
     
  8. can someone help me? someone buy the kit vip+ how can i give him a tag (vip+)?
     
  9. create a kit
    /kit add vip
    /kit items permission CUSTOMvip cooldown 86400 description "VIP kit"

    and to do this, create a group "vip"

     
  10. How do you remove [Player] from default people
    [DOUBLEPOST=1532388772][/DOUBLEPOST]nvm found it out
     
    Last edited by a moderator: Jul 24, 2018
  11. How do I do that default player automatically enters the betterchat's default group ???
     
  12. Code:
    [
      {
        "GroupName": "default",
        "Priority": 0,
        "Title": {
          "Text": "",
          "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": "GoD",
        "Priority": 0,
        "Title": {
          "Text": "[GoD]",
          "Color": "yellow",
          "Size": 16,
          "Hidden": false,
          "HiddenIfNotPrimary": false
        },
        "Username": {
          "Color": "yellow",
          "Size": 16
        },
        "Message": {
          "Color": "white",
          "Size": 16
        },
        "Format": {
          "Chat": "{Title} {Username}: {Message}",
          "Console": "{Title} {Username}: {Message}"
        }
      },
      {
        "GroupName": "|VIP|",
        "Priority": 0,
        "Title": {
          "Text": "[|VIP|]",
          "Color": "yellow",
          "Size": 16,
          "Hidden": false,
          "HiddenIfNotPrimary": false
        },
        "Username": {
          "Color": "yellow",
          "Size": 16
        },
        "Message": {
          "Color": "white",
          "Size": 16
        },
        "Format": {
          "Chat": "{Title} {Username}: {Message}",
          "Console": "{Title} {Username}: {Message}"
        }
      },
      {
        "GroupName": "Admin",
        "Priority": 2,
        "Title": {
          "Text": "[Admin]",
          "Color": "red",
          "Size": 16,
          "Hidden": false,
          "HiddenIfNotPrimary": false
        },
        "Username": {
          "Color": "green",
          "Size": 16
        },
        "Message": {
          "Color": "lime",
          "Size": 16
        },
        "Format": {
          "Chat": "{Title} {Username}: {Message}",
          "Console": "{Title} {Username}: {Message}"
        }
      },
      {
        "GroupName": "MOD",
        "Priority": 0,
        "Title": {
          "Text": "[MOD]",
          "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}"
        }
      },
      {
        "GroupName": "Veteran",
        "Priority": 0,
        "Title": {
          "Text": "[Veteran]",
          "Color": "silver",
          "Size": 15,
          "Hidden": false,
          "HiddenIfNotPrimary": false
        },
        "Username": {
          "Color": "silver",
          "Size": 15
        },
        "Message": {
          "Color": "white",
          "Size": 15
        },
        "Format": {
          "Chat": "{Title} {Username}: {Message}",
          "Console": "{Title} {Username}: {Message}"
        }
      },
      {
        "GroupName": "VIP",
        "Priority": 0,
        "Title": {
          "Text": "[VIP]",
          "Color": "yellow",
          "Size": 15,
          "Hidden": false,
          "HiddenIfNotPrimary": false
        },
        "Username": {
          "Color": "yellow",
          "Size": 16
        },
        "Message": {
          "Color": "white",
          "Size": 16
        },
        "Format": {
          "Chat": "{Title} {Username}: {Message}",
          "Console": "{Title} {Username}: {Message}"
        }
      },
      {
        "GroupName": "мирный",
        "Priority": 0,
        "Title": {
          "Text": "[мирный]",
          "Color": "green",
          "Size": 15,
          "Hidden": false,
          "HiddenIfNotPrimary": false
        },
        "Username": {
          "Color": "green",
          "Size": 16
        },
        "Message": {
          "Color": "white",
          "Size": 16
        },
        "Format": {
          "Chat": "{Title} {Username}: {Message}",
          "Console": "{Title} {Username}: {Message}"
        }
      }
    ]
     
  13. setting it to "Hidden": true,
    is the better option its why that option is there after all
     
  14. Is there a way to Show the Rust:IO Clans as Group or Tag at the beginning of the line?
     
  15. GroupName should be lower case and in English text can be whatever you want also HiddenIfNotPrimary needs to be set to true for all groups
     
  16. plugin interfering with owner username color, when trying to add a group with the plugin for the owner the username wont turn green
    Code:
    [
      {
        "GroupName": "default",
        "Priority": 0,
        "Title": {
          "Text": "default",
          "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": "chatmod",
        "Priority": 1,
        "Title": {
          "Text": "[ChatMod]",
          "Color": "#00CCCC",
          "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": "owner",
        "Priority": 2,
        "Title": {
          "Text": "[Owner]",
          "Color": "green",
          "Size": 15,
          "Hidden": true,
          "HiddenIfNotPrimary": false
        },
        "Username": {
          "Color": "green",
          "Size": 15
        },
        "Message": {
          "Color": "white",
          "Size": 16
        },
        "Format": {
          "Chat": "{Title} {Username}: {Message}",
          "Console": "{Title} {Username}: {Message}"
        }
      }
    ]
     
  17. Try "#008000" instead of "green".
     
  18. Priority
    owner = 0
    default = 2
    HiddenIfNotPrimary true for all groups
    Change
    "GroupName": "chatmod",
    to
    "GroupName": "moderator",
    as its set that way by default for authlevel 1
     
  19. Hi!
    Never used chat plugins before but people asked for the clan plugin and that requires the betterchat plugin.
    Now evrything shows up in chat twice.Maybe the default chat line and the modded one.After wanting to check the config file for it its not there.
    How can i fix this without deleting the plugin.
     
  20. Wulf

    Wulf Community Admin

    The clans plugin you are using would need to add support for this plugin.