BetterChat

Moved

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

4.9898/5, 98 likes
  1. Mine has always worked :)
     

    Attached Files:

  2. It worked! Thx :)
     
  3. how do i get my clan tags working again
     

    Attached Files:

  4. Not okay for me too
     
  5. upload this then restart server
     

    Attached Files:

  6. Server restart, i tell you if it's ok or not
     
  7. Hope you did not use the groups file above as it was meant for the other guy as its custom for him
     
  8. all that did was add the player tag back
    [DOUBLEPOST=1467278740][/DOUBLEPOST]and clan tag is still not showing up
     
  9. Am too tired to go into my test server, but if this won't work after I run some tests in about 12 hrs from now will report it then coder can have a look at the script
     
  10. ok sounds good
     
  11. Not functionnal for me

    Code:
    [
    {
    "GroupName": "default",
    "Priority": 3,
    "Title": {
        "Hidden": false,
        "HideIfNotHighestPriority": true,
        "Size": 15,
        "Color": "#008000",
        "Text": ""
    },
    "PlayerName": {
        "Size": 15,
        "Color": "#008000",
        "ClanTagFormat": "[{Clan}] {Name}"
    },
    "Message": {
        "Size": 15,
        "Color": "white"
    },
    "Formatting": {
        "Console": "{Title} {Name}: {Message}",
        "Chat": "{Title} {Name}: {Message}"
    }
    },
    {
    "GroupName": "ADMIN",
    "Priority": 0,
    "Title": {
        "Hidden": false,
        "HideIfNotHighestPriority": true,
        "Size": 15,
        "Color": "#aa0000",
        "Text": ""
    },
    "PlayerName": {
        "Size": 15,
        "Color": "#aa0000",
        "ClanTagFormat": "[{Clan}] {Name}"
    },
    "Message": {
        "Size": 15,
        "Color": "white"
    },
    "Formatting": {
        "Console": "{Title} {Name}: {Message}",
        "Chat": "{Title}{Name}: {Message}"
    }
    },
    {
    "GroupName": "Modo",
    "Priority": 0,
    "Title": {
        "Hidden": false,
        "HideIfNotHighestPriority": false,
        "Size": 15,
        "Color": "#ff5800",
        "Text": ""
    },
    "PlayerName": {
        "Size": 15,
        "Color": "#ff5800",
        "ClanTagFormat": "[{Clan}] {Name}"
    },
    "Message": {
        "Size": 15,
        "Color": "white"
    },
    "Formatting": {
        "Console": "{Title} {Name}: {Message}",
        "Chat": "{Title}{Name}: {Message}"
    }
    }
    ]
     
  12. Code:
    [
    {
    "GroupName": "default",
    "Priority": 2,
    "Title": {
        "Hidden": false,
        "HideIfNotHighestPriority": true,
        "Size": 15,
        "Color": "#008000",
        "Text": ""
    },
    "PlayerName": {
        "Size": 15,
        "Color": "#008000",
        "ClanTagFormat": "[{Clan}] {Name}"
    },
    "Message": {
        "Size": 15,
        "Color": "white"
    },
    "Formatting": {
        "Console": "{Title} {Name}: {Message}",
        "Chat": "{Title} {Name}: {Message}"
    }
    },
    {
    "GroupName": "ADMIN",
    "Priority": 0,
    "Title": {
        "Hidden": false,
        "HideIfNotHighestPriority": true,
        "Size": 15,
        "Color": "#aa0000",
        "Text": ""
    },
    "PlayerName": {
        "Size": 15,
        "Color": "#aa0000",
        "ClanTagFormat": "[{Clan}] {Name}"
    },
    "Message": {
        "Size": 15,
        "Color": "white"
    },
    "Formatting": {
        "Console": "{Title} {Name}: {Message}",
        "Chat": "{Title}{Name}: {Message}"
    }
    },
    {
    "GroupName": "Modo",
    "Priority": 1,
    "Title": {
        "Hidden": false,
        "HideIfNotHighestPriority": true,
        "Size": 15,
        "Color": "#ff5800",
        "Text": ""
    },
    "PlayerName": {
        "Size": 15,
        "Color": "#ff5800",
        "ClanTagFormat": "[{Clan}] {Name}"
    },
    "Message": {
        "Size": 15,
        "Color": "white"
    },
    "Formatting": {
        "Console": "{Title} {Name}: {Message}",
        "Chat": "{Title}{Name}: {Message}"
    }
    }
    ]
    I changed two things in your file that needed fixed and I will test this in 12hrs and play around with the code if I have time
     
  13. Okay no problem guy thanks
     
  14. Can anyone help me? the tag is dublicating on my server, it says [admin] [admin]... since i have admin tag on both admin group and owner group... but when i try to remove me from admin and just be in owner it auto adds me to admin group. and the same thing happens with my admin but he gets auto added to mod group
     
  15. upload your groups.json
     
  16. Code:
    [
    {
    "GroupName": "admin",
    "Priority": 50,
    "Title": {
        "Hidden": false,
        "HideIfNotHighestPriority": false,
        "Size": 15,
        "Color": "Red",
        "Text": "[admin]"
    },
    "PlayerName": {
        "Size": 15,
        "Color": "#6E6E6E"
    },
    "Message": {
        "Size": 15,
        "Color": "white"
    },
    "Formatting": {
        "Console": "{Title} {Name}: {Message}",
        "Chat": "{Title} {Name}: {Message}"
    }
    },
    {
    "GroupName": "Moderator",
    "Priority": 25,
    "Title": {
        "Hidden": false,
        "HideIfNotHighestPriority": false,
        "Size": 15,
        "Color": "Yellow",
        "Text": "[Mod]"
    },
    "PlayerName": {
        "Size": 15,
        "Color": "#6E6E6E"
    },
    "Message": {
        "Size": 15,
        "Color": "white"
    },
    "Formatting": {
        "Console": "{Title} {Name}: {Message}",
        "Chat": "{Title} {Name}: {Message}"
    }
    },
    {
    "GroupName": "owner",
    "Priority": 100,
    "Title": {
        "Hidden": false,
        "HideIfNotHighestPriority": false,
        "Size": 15,
        "Color": "Red",
        "Text": "[admin]"
    },
    "PlayerName": {
        "Size": 15,
        "Color": "#6E6E6E"
    },
    "Message": {
        "Size": 15,
        "Color": "white"
    },
    "Formatting": {
        "Console": "{Title} {Name}: {Message}",
        "Chat": "{Title} {Name}: {Message}"
    }
    },
    {
    "GroupName": "Default",
    "Priority": 0,
    "Title": {
        "Hidden": true,
        "HideIfNotHighestPriority": false,
        "Size": 15,
        "Color": "Green",
        "Text": "0"
    },
    "PlayerName": {
        "Size": 15,
        "Color": "#43c75f"
    },
    "Message": {
        "Size": 15,
        "Color": "white"
    },
    "Formatting": {
        "Console": "{Title} {Name}: {Message}",
        "Chat": "{Title} {Name}: {Message}"
    }
    }
    ]
     
  17. reload the plugin after you upload this but a server restart would be better if you can
     

    Attached Files:

  18. I think it works now, but what did u do?
     
  19. Please tell me how to disable the avatar icon in front of names? (Google translator)
     
  20. Fixed it :)