BetterChat

Moved

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

4.9898/5, 98 likes
  1. Anyone who is using the newest version, do your player icons show up in chat?

    Since I'm using version 4.2.12 on my community server, I'm going to be loading the newest version on my local development server and testing it out myself.

    Looks the same for me.
     
  2. Okay, so I bit the bullet and went through and redid the jsons. So now the new plugin works, HOWEVER, clan tags do not work and there is no word filter anymore
     
  3. What was wrong with the new version of the plugin? Mine seems to be working just fine.
     
  4. the version of the plugin i used, still had a folder in the data folder. I deleted everything and loaded the plugin and it loads it's new json in the data folder and json in config. The json in config no longer has the data for the word filter and adding it does nothing. I copy pasted the old group info from my betterchat folder into the new json in the data folder and it borked all the titles. I had to reverse some of the priority numbers to get the order of the titles right. Also my steam pictures for people work fine. Clans however, don't show.
     
  5. I see. I believe since the release of BetterChat 5, there has been no support for clans so everything sounds like it's working properly.
     
  6. The BetterChat data file moved from Betterchat folder under the data folder to just directly on data. For those having issues with groups not working.
     
  7. That happened months ago
     
    Last edited by a moderator: Mar 10, 2017
  8. Strange. Didn't see it before now :) and it worked perfectly until this update with groups in Betterchat data folder.
     
  9. If there's no support for clans, this is pretty much a dead plugin
     
  10. Any chance of an update to v4.2.12 so we can keep Clans support?
     
  11. [Better Chat] Error when trying to get third-party title from plugin 'Oxide.Plugins.PlayerChallenges' System.NullReferenceException: Object reference not set to an instance of an object at Oxide.Plugins.PlayerChallenges.GetPlayerTitles (IPlayer player) [0x00000] in <filename unknown>:0 at Oxide.Plugins.BetterChat+ChatGroup.FormatMessage (IPlayer player, System.String message) [0x00000] in <filename unknown>:0

    Help pls
     
  12. Groups no working for me i don't know why.
    [DOUBLEPOST=1489139147][/DOUBLEPOST]
     
  13. [
    {
    "GroupName": "default",
    "Priority": 0,
    "Title": {
    "Text": "",
    "Color": "#55aaff",
    "Size": 15,
    "Hidden": false,
    "HiddenIfNotPrimary": false
    },
    "Username": {
    "Color": "#FFBF00",
    "Size": 15
    },
    "Message": {
    "Color": "white",
    "Size": 15
    },
    "Format": {
    "Chat": "{Title} {Username}: {Message}",
    "Console": "{Title} {Username}: {Message}"
    }
    },
    {
    "GroupName": "admin",
    "Priority": 0,
    "Title": {
    "Text": "|Admin|",
    "Color": "red",
    "Size": 15,
    "Hidden": false,
    "HiddenIfNotPrimary": false
    },
    "Username": {
    "Color": "#00FF40",
    "Size": 15
    },
    "Message": {
    "Color": "white",
    "Size": 15
    },
    "Format": {
    "Chat": "{Title} {Username}: {Message}",
    "Console": "{Title} {Username}: {Message}"
    }
    }
    ]


    Here is the code. I did not find a way to minimize it. The problem is that in the admin group, the prefix is red, the nickname is green. But the name does not change the color. It remains the same as the color in the default group at all. What's wrong?
    And where is the filter swearing ??
     
  14. How to enable the clan tag ???
     
  15. Clan tags are not supported with the current version of this plugin. If you want clan tag support, you have to use version 4.2.12 but there are issues with players' steam icons not showing up with that version as of yesterday's Rust update.
    [DOUBLEPOST=1489189035][/DOUBLEPOST]
    I'm not too sure about the color issue. Firstly, have you reloaded the plugin since updating and saving the config file? If not, you need to do that in order for any changes you make to the config file to update in-game. Just save your config file and then in the server console type "oxide.reload BetterChat". Also, have you tried using one of the string values instead of a hex value? So for instance, instead of having your color be "#00FF40" change it to "green" and see if it works. If it doesn't change, then maybe you have a syntax error somewhere in the config file that is causing those values to not be read properly?

    From the looks of it, you don't want your default players to have a prefix before their name, like your "|Admin|" prefix. Instead of erasing what is in the 'Text' field for the default group, why not just change the 'Hidden' boolean to true? It will give you the same effect and will be cleaner code.
     
    Last edited by a moderator: Mar 10, 2017
  16. Asking for the 3rd time now. how do i add CLANTAGS in BetterChat?
    3rd times a charm i guess?

    anyone willing to help?
     
  17. Clan tags are not supported with the current version of this plugin... maybe learn to read the like above 20 messages... FFS people read before asking.
     
  18. If you want to have clan tags, you need to download version 4.2.12. That was the last time clan tags were supported in this mod.