BetterChat

Moved

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

4.9898/5, 98 likes
  1. I have and it doesn't seem to work.
     
  2. Laser i think we should make video Tutorials :x
    Just do step by step slowly..
     
  3. Yea just thought about that too.
     
  4. YOU KNOW.. full HD mlg edit and everyone will understand xD
     
  5. I'm not a noob when it comes to this, but I'm doing everything the tut says and it isn't working.
    I only want a tag for VIP players..
     
  6. We didnt say that you are noob...
    Whatever. Show me your config and validate it with jsonlint.com for any issues.
     
    1. Create a VIP group in Oxide: type: group add vip
    2. Create a VIP formatting in BetterChat:
      Code:
        "vip": {
          "ConsoleFormatting": "{Title} {Name}: {Message}",
          "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
          "NameColor": "yellow",
          "Permission": "color_vip",
          "Rank": 3,
          "TextColor": "white",
          "Title": "[V.I.P.]",
          "TitleColor": "orange"
        }
    3. Set the BetterChat formatting for the VIP Group: type: grant group vip color_vip
    4. Change a players formatting to the VIP formatting: type: usergroup add vip <PlayersName>
     
  7. I did all that. and it didnt work.
    I have people in the VIP group and it says [PLAYER] not VIP.
    Code:
    {
      "mod": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "lime",
        "Permission": "color_mod",
        "Rank": 2,
        "TextColor": "white",
        "Title": "[Mod]",
        "TitleColor": "yellow"
      },
      "owner": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "lime",
        "Permission": "color_owner",
        "Rank": 3,
        "TextColor": "white",
        "Title": "[Owner]",
        "TitleColor": "orange"
      },
        "vip": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "yellow",
        "Permission": "color_vip",
        "Rank": 4,
        "TextColor": "white",
        "Title": "[VIP]",
        "TitleColor": "orange"
      },
      "player": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "lime",
        "Permission": "color_player",
        "Rank": 1,
        "TextColor": "white",
        "Title": "[Player]",
        "TitleColor": "lime"
      }
    }
     
    Last edited by a moderator: Jul 24, 2015
  8. ummm, maybe try removing the player from the players group.
    usergroup remove player <PlayerName>
    maybe the ranks arent working correct?
     
  9. Your problem is on line 22nd

    Change the file like this:

    Code:
    {
      "mod": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "lime",
        "Permission": "color_mod",
        "Rank": 2,
        "TextColor": "white",
        "Title": "[Mod]",
        "TitleColor": "yellow"
      },
      "owner": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "lime",
        "Permission": "color_owner",
        "Rank": 3,
        "TextColor": "white",
        "Title": "[Owner]",
        "TitleColor": "orange"
      },
      "vip": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "yellow",
        "Permission": "color_vip",
        "Rank": 4,
        "TextColor": "white",
        "Title": "[VIP]",
        "TitleColor": "orange"
      },
      "player": {
        "ConsoleFormatting": "{Title} {Name}: {Message}",
        "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
        "NameColor": "lime",
        "Permission": "color_player",
        "Rank": 1,
        "TextColor": "white",
        "Title": "[Player]",
        "TitleColor": "lime"
      }
    }
     
  10. I told you to validate it with jsonlint.com.. ehh
     
  11. when I tried it with jsonlint.com it was valid lol
     
  12. Hello guy's, first big thank for your work, but I've a question maybe stupid, but I'm french and I can't understand all you're you talking about in your post.

    I want to show prefix with color and name with another, but when I put custom color in the config file for prefix names was colored too... What should I do to make it works?

    Also, I found all mod presentation realy dificult to understand for beginers.

    Regards!

    PS: I've the standart config file with custom color and prefix in replacement. Before I've tried to add a "colorname" section unsuccesfull even if the mod place it in the middle after reload...

    Code:
    {
      "Colors": {
        "Donator": "blue",
        "Donator1": "magenta",
        "Donator2": "red",
        "Moderator": "yellow",
        "Owner": "#14e2e7",
        "Player": "#169438",
        "VIP": "#b51ad2"
      },
      "Prefix": {
        "Borders": "[{Prefix}]",
        "Donator": "Donator",
        "Donator1": "Donator+",
        "Donator2": "Donator++",
        "Enabled": "false",
        "Moderator": "Mod",
        "Owner": "GA",
        "Player": "Player",
        "PlayersEnabled": "false",
        "VIP": "VIP"
      }
    }
     
  13. you got a very old version of the plugin. I recommend using the latest one (3.0.2)
    -> Download <-
     
  14. Yeah, thank you mate, I've put this plugin on my server with the admin panel provided by "DeinServerHost". They are not updated... Again big up for your work!
     
  15. @LaserHydra, is it possible to have an interaction with rustio clans and change the clan tag color so it won't assume same color as name?
    Wanted to change that :/
     
  16. You would need to ask the Developer of the Clans plugin for a possibillity for other devs to change it. Otherwise it won't be possible by using this plugin.
     
  17. i am doing oxide.usergroup add (player name) (title) and it is not showing up i have tried reload plugin and nothing all players still have the title PLAYER
     
  18. I'm somehow having problems setting a VIP group. Can someone send me the configuration file for ONE group only? I just want to add VIP tags.
     
  19. Does this plugin support any chatmute plugin?
    [DOUBLEPOST=1438028212,1438016235][/DOUBLEPOST]
    There is an example on the overview page just remember to give the person the required permission. In the example is 'color_vip'