BetterChat

Moved

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

4.9898/5, 98 likes
  1. I would like to do that however I also would like to notify them with some kind of information such as
    "Your chat is disabledbeecause you are a new player in the server" or something like that
     
  2. hi there just wondering if its possible to remove something in game chat it says [player][admin][clan name][player name] i would like to remove the first part where it says [player] is that possible if so how would i do it ?
     
  3. upload your betterchat.json file from your data folder
     
  4. this is what is in data folder :)
     

    Attached Files:

  5. I also fixed the caps in the file that you did not seem to have
    First download this file
    in rcon type
    unload BetterChat
    then delete the file from the data folder
    then upload this file
    then in rcon type reload BetterChat
     

    Attached Files:

  6. awesome ty soo much much appreciated still lil new to rust server just quick question
    1.when you edit a .jason file does the server need to be stopped
    2.every time i edit a .jason file do i need to always do reload "plugin name"
     
  7. 1. No you dont need to stop the server
    2. Yes you need to reload the plugin after any changes to a json file

    Use notepad++ to edit json files and only use notepad++ to edit anything else can cause problems download it from here Notepad++ v7.5.4 - Current Version
     
  8. Hi developer! This plugin is installed on my server. I also use Staffmode plugin too. On every changing staffmode, server switches my group to other groups like > moderator, admin, default
    My primary group is Owner

    I have these groups
    Owner
    Head Admin
    Admin
    Moderator

    Can you help me?
     
  9. upload the betterchat.json file from data folder
     
    Last edited by a moderator: Jan 12, 2018
  10. upload.png
    Still waiting
    [DOUBLEPOST=1515737227][/DOUBLEPOST]@Samy Going to bed I have waited long enough will fix the file when I get up as you don't seem to be in any rush
     
    Last edited by a moderator: Jan 12, 2018
  11. I apologies , I didn’t notice that button :)
    Uploading json data file
     

    Attached Files:

  12. When players type in chat their message is duped, one being the normal chat message and the other being the modified chat message with player tags... is this an issue with this plugin or is it a problem with the plugin Clan Tags | Oxide ? Thanks in advance.
     
  13. lucky was about to go to bed reload plugin after you upload it
     

    Attached Files:

  14. Make sure you don't have other incompatible chat plugins installed.
    One of the plugins which is known to cause issues is NoGreen.
     
  15. Thank you so much man :)
     
  16. LaserHydra updated BetterChat with a new update entry:

    5.0.16

     
  17. Good update!
    @LaserHydra, can u change StripText, because message like "<color=", "<size=" etc. can destroy chat colors :/
    Code:
            private static string StripRichText(string text)
            {
                var stringReplacements = new string[]
                {
    #if RUST || HURTWORLD || UNTURNED
                    "<b>", "</b>",
                    "<i>", "</i>",
                    "<x>",
                    "<", ">",
                    "</size>",
                    "</color>"
    #endif
                };
    Tested, works perfect.
     
  18. Code:
    (15:59:50) | [Better Chat] CarryMachine: Congratz
    (15:59:50) | {
      "Message": "CarryMachine: Congratz",
      "UserId": 76561198153451288,
      "Username": "CarryMachine",
      "Color": null,
      "Time": 1515855592
    }
    Is it possible to remove the second Part from the Messages?? Its very much in the console...
     
  19. How do i connect with the download to my sever if i bought the server and did not make my own
     
  20. So does this allow a user to change chat rooms? I do not understand the use of this function.
    Will someone in a chat group per say VIP only see VIP chat?
    Can a user be in more than 1 chat group and switch between them?