BetterChat

Moved

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

4.9898/5, 98 likes
  1. The issue disappeared after a restart. Still cant the admin tag to show im still showing as player.
     
  2. You are not running the latest plugin script please update
     
  3. Ok I deleted everything that the plugin generated and reuploaded the new version and edited the Groups.json still a Player... I think im making this too hard for myself...
     

    Attached Files:

  4. oxide.groups.data remove and restart the server. it helped me.
     
  5. Worked thanks again.
     
  6. Cai

    Cai

    add a chat history and how many lines to save?
    [DOUBLEPOST=1460603361][/DOUBLEPOST]How do i set the players to groups
     
  7. Please look at the FAQ or at the overview.
     
  8. Haw anyone had any issues with the name colors not changing? I set the name colors. The Title colors update but the names do not even if it is the same code. :( Example:
    Code:
      {
        "GroupName": "owner",
        "Priority": 7,
        "Title": {
          "Hidden": false,
          "HideIfNotHighestPriority": false,
          "Size": 14,
          "Color": "#FF2C2C",
          "Text": "owner"
        },
        "PlayerName": {
          "Size": 14,
          "Color": "#FF2C2C"
        },
        "Message": {
          "Size": 14,
          "Color": "Yellow"
        },
        "Formatting": {
          "Console": "{Title} {Name}: {Message}",
          "Chat": "{Title} {Name}: {Message}"
        }
    So the Title will be the correct color but the name is default :(
     
  9. Be sure to respect the Priority rules.
    The smaller the priority value the higher the Priority.
    So owner would for example be 0 and player 4
     
  10. Thanks! I think I had them flipped around from when I used the "Notifications" plugin. I'll try that!
    Also, is there a way to tweak the "join message"? People found it hilarious when I would tweak the "join message"
     
  11. Is it normal, that i can't send a single letter?
    Like a ?, k and the ! Wants a command from me?

    Next q about the filter:
    I have problems with a non offensive word that the filter realizes as a Bad word, like if someone writes "bass" and it got filtered, you could imagine why ;)
     
  12. Cai

    Cai

    yeah i noticed that 5 mins after i posted XD
    [DOUBLEPOST=1460671240][/DOUBLEPOST]also ask a perm like kits where you do kits.(Kit name) and so you can assign them to groups like betterchatg.(Group name) to add them to a group
     
  13. Hello,
    How can i fix that..

    [Warning] Duplicate permission registered 'betterchat.group.player' (by plugin 'Better Chat')


    [
    {
    "GroupName": "player",
    "Priority": 4,
    "Title": {
    "Hidden": false,
    "HideIfNotHighestPriority": false,
    "Size": 15,
    "Color": "#9EC326",
    "Text": ""
    },
    "PlayerName": {
    "Size": 15,
    "Color": "#FF9966"
    },
    "Message": {
    "Size": 15,
    "Color": "white"
    },
    "Formatting": {
    "Console": "{Title} {Name}: {Message}",
    "Chat": "{Title} {Name}: {Message}"
    }
    },
    {
    "GroupName": "Admin",
    "Priority": 0,
    "Title": {
    "Hidden": false,
    "HideIfNotHighestPriority": false,
    "Size": 15,
    "Color": "#33FF00",
    "Text": "[Admin]"
    },
    "PlayerName": {
    "Size": 15,
    "Color": "#DCFF66"
    },
    "Message": {
    "Size": 15,
    "Color": "white"
    },
    "Formatting": {
    "Console": "{Title} {Name}: {Message}",
    "Chat": "{Title} {Name}: {Message}"
    }
    }
    ]
     
  14. muteall command doesn't work?
     
  15. Commands:
    • /chat group add <group> create a new group
    • /chat group remove <group> remove a group
    • /chat group set <group> <setting> <value> change a group setting
    • /chat group list list all groups
    • /chat user add <player|steamid> <group> add a user to a group
    • /chat user remove <player|steamid> <group> remove a user from a group
    • /chat user groups <player|steamid> list groups of a user

    • /mute <player|steamid> [time] mute a player
    • /unmute <player|steamid> unmute a player

    • /muteall [time] mute all players
    • /unmuteall unmute all players

    • /ignore <player|steamid> ignore a player
    • /unignore <player|steamid> stop ignoring a player
     
  16. I would not recommend usings permissions directly. If you really need to though, they actually are betterchat.group.<groupName>
     
  17. @Resistance
    (17:32:20) | [RCON][***.***.***.***:***] muteall

    (17:32:20) | Command not found
     
  18. Read the overview you are not using the correct command
     
  19. Code:
    Console Commands:
    chat group add <group> create a new group
    chat group remove <group> remove a group
    chat group set <group> <setting> <value> change a group setting
    chat group list list all groups
    chat user add <player|steamid> <group> add a user to a group
    chat user remove <player|steamid> <group> remove a user from a group
    chat user groups <player|steamid> list groups of a usermute <player|steamid> [time] mute a player
    unmute <player|steamid> unmute a playermuteall [time] mute all players
    unmuteall unmute all players
    
    18:43:15) | [RCON][149.***.**.***:59167] muteall 60m

    (18:43:15) | Command not found
     
  20. Thats true. Cause of me somehow mixing up files, I continued working on a little older version where this wasn't added yet / it was called Global mute... I will fix this with the new update coming today or tomorrow.