BetterChat

Moved

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

4.9898/5, 98 likes
  1. Thats pretty much the default config. What have you tried to do, and what commands have you used to try doing what you wanted to do?
     
  2. If you add me on steam it would be much simpler and easier to communicate
     
  3. Yes, But this thread is here for such problems, also if somebody else has similar problems he can just look here.
     
  4. Hello guys,

    Can someone plz help me out?

    What does this mean:

    How to set up a custom group:
    1. Create a group in the config as shown in the preset groups
    2. Save the configfile
    Where can i find this configfile?
     
  5. in your config folder BetterChat.json
     
  6. w00t! it works

    Thx a bunch for the fast reply sir, cheers!
     
  7. where can i make more group like co-Owner in
    Better Chat for Rust? please help me
     
  8. Try reading other posts
     
  9. @LaserHydra

    > reload BetterChat
    [Oxide] 11:28 PM [Info] Unloaded plugin Better Chat v3.4.1 by LaserHydra
    [Oxide] 11:28 PM [Info] Loaded plugin Better Chat v3.4.1 by LaserHydra
    [Oxide] 11:28 PM [Warning] Missing plugin name prefix 'betterchat.' for permission 'color_mod' (by plugin 'Better Chat')
    [Oxide] 11:28 PM [Warning] Missing plugin name prefix 'betterchat.' for permission 'color_owner' (by plugin 'Better Chat')
    [Oxide] 11:28 PM [Warning] Missing plugin name prefix 'betterchat.' for permission 'color_admin' (by plugin 'Better Chat')
    [Oxide] 11:28 PM [Warning] Missing plugin name prefix 'betterchat.' for permission 'color_player' (by plugin 'Better Chat')

    When i reload BetterChat it does that then the tags for admins get owner tags also i have done (oxide.revoke group admin color_owner)
    but it still reverts it back to that even tryed saving the server before it too still no luck
     
  10. You are using an outdated version of the plugin. The newest version is 3.5.11
     
  11. no problem
     
  12. Ok, now how turn off in chat notification when admin gave something to someone... :-(
     
  13. You cant its part of rust now from last dev blog
    http://playrust.com/devblog-93/
    Admin Abuse Announcement Garry Newman
    Something we hear over and over again is that admins are spawning stuff on their servers and making the game unfair. Sometimes admins have a good reason to spawn something, but most of the time they’re just abusing their power on the server to make the game easier for themselves.

    So now when an admin spawns an item for themselves (or another player) it will be announced to the entire server in the chat box.

    I know this isn’t going to go down well with server owners. They’ll claim they need to be able to spawn 100 C4 for their regular admin duties. Well that’s okay. If it’s legit you have nothing to hide from your server’s users.
     
  14. I know, i was reading that. For example when i redeem kit then nothing notify on chat...
     
  15. You could test rustadmin program see if it says in chat if an item was given to player from player
     
  16. Yes, write in chat too...
     
  17. This is my config, because my group colors dont work i try with html and hex colors but dont work:


    SetConfig("Admin", new Dictionary<string, object> {
    { "Formatting", "{Title} {Name}:<color={TextColor}></color> {Message}" },
    { "ConsoleFormatting", "{Title} {Name}: {Message}" },
    { "Permission", "admin" },
    { "Title", "[Admin]" },
    { "TitleColor", "#FF0000" },
    { "NameColor", "#DCFF66" },
    { "TextColor", "red" },
    { "Rank", 3 }
    });
     
  18. please do not change the values in the .cs file. I am providing a config file for that.
     
  19. The colors of the group are in white why?
    {
    "Admin": {
    "ConsoleFormatting": "{Title} {Name}: {Message}",
    "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
    "NameColor": "#DCFF66",
    "Permission": "admin",
    "Rank": 3,
    "TextColor": "red",
    "Title": "[Admin]",
    "TitleColor": "FF001A"
    },
    "AntiSpam": {
    "Enabled": false,
    "MaxCharacters": 85
    },
    "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": "#009EFF"
    },
    "vip": {
    "ConsoleFormatting": "{Title} {Name}: {Message}",
    "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
    "NameColor": "#DCFF66",
    "Permission": "color_vip",
    "Rank": 2,
    "TextColor": "orange",
    "Title": "[V.I.P]",
    "TitleColor": "E6FF00"
    },
    "WordFilter": {
    "CustomReplacement": "Unicorn",
    "Enabled": false,
    "FilterList": [
    "fuck",
    "bitch",
    "faggot"
    ],
    "UseCustomReplacement": true
    }
    }