BetterChat

Moved

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

4.9898/5, 98 likes
  1. Thank you so much :))))
     
  2. Okay i have my default set to hideifnothighestpriority but its still coming up in different groups...
     
  3. Did you also change the Priority
     
  4. Here it is... @Resistance

     

    Attached Files:

  5. delete
     
    Last edited by a moderator: Aug 11, 2016
  6. Hi resistance,

    Yes mate, Default is set to 1 and my 7 other groups go up 2,3,4,5,6 and so on. I am set to "Owner" which is priority 2 - I put myself only in the group Owner, yet when I log back into the server I somehow am back into the default group; even with it set to hide if not highest.

    Strange huh?
     
  7. You got it the wrong way round owner is 0 and default should be the highest number
     
  8. Should it? - I'm abit confused there, "Hide if NOT the highest number" - So if I make it the highest number it won't hide? - I'll change it up now though thanks hehe :)
     
  9. Hi today found a user had ignored one of our admins they could not see what was being said in chat, is there a way to stop people ignoring admins or is there away to disable the ignore feature
     
  10. 0 is the highest number yes I know it back to front
     
  11. okay that's fixed thank you Resistance,

    lastly, how on earth to I change the chat filter so I can have different words filtered to different names... so when a player types f*ck on my server it says fudgeknuckles. I'd like another word to be changed into a different word.. I tried just adding another

    " "Word Filter": {
    "Custom Replacement": "fannywaffles",
    "Enabled": false,
    "c***": [
    "C * N *",
    "cn*",
    "c*nty""
    ]

    Obviously ive starred out the actual word, but i figured i could keep adding sections for each word as i want seperate words filtered to different replacements.
     
  12. I said I have an issue with the plugin causing chat lag and you told me to upload my group file then you get rude
     
  13. Add privat chat function
    /pm text
     
  14. Salut ! Je poste ici la traduction en Français du plugin BetterChat
    Hi ! I come for post here the translate of BetterChat plugin in French
     

    Attached Files:

  15. How i can set my tag as a Owner im trying to create a group and then using this command chat user add 7656*********** Owner but it dont work
     
  16. Thats a known issue with hurtworld and hurtworld only. Its a game issue not a plugin issue.
    [DOUBLEPOST=1470997104][/DOUBLEPOST]
    Groups have Ranks, yes.
     
  17. /chat group add Owner

    /chat user add <STEAM ID> Owner

    /chat group set Owner NameColor "yellow"

    /chat group set Owner Title "[owner]"

    Those should be correct.

    Once you create the group "owner" go into:

    Code:
     Your_Server_Identity>Oxide>Data>BetterChat>Groups.json
    Then look for:

    Code:
       "GroupName": "Owner",
        "Priority": 0,
        "Title": {
          "Hidden": false,
          "HideIfNotHighestPriority": false,
          "Size": 15,
          "Color": "yellow",
          "Text": "✮Owner✮",
          "InheritSize": false,
          "InheritColor": false
    
    Change the
    Code:
     "Color": "yellow"
    To whatever color you want to set
    Change the
    Code:
     "Text": "owner"
    To whatever title you want to set.

    As Resistance said
    Make sure you have default set to 10 or something high, and your highest ranking title which would be owner, set to zero (0).
    This will ensure you don't keep getting added to the group default.

    For example my default group for my server looks like this

    Code:
    [
      {
        "GroupName": "default",
        "Priority": 10,
        "Title": {
          "Hidden": true,
          "HideIfNotHighestPriority": true,
          "Size": 15,
          "Color": "blue",
          "Text": "[Player]",
          "InheritSize": false,
          "InheritColor": false
        },
        "PlayerName": {
          "Size": 15,
          "Color": "teal",
          "ClanTagFormat": "[{Clan}] {Name}"
        },
        "Message": {
          "Size": 15,
          "Color": "white"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
    So all of my new players start with no title and a teal name with white text.