Command to list user groups not working
Hey LaserHydra,
(/)chat user groups <player|steamid> didn't work.
It say "Syntax: /chat user <add|remove>

If i type "/chat group list" there are 4 Groups "default, Hero Bandit, Neutral"
If i try now to add me to Neutral it says that this Group doesn't exist.

These Groups are automatic created by Dylans Humanity System. the /data/BetterChat.json looks also correct to me.
I don't know if i do something wrong or not :/

/data/BetterChat.json
[
  {
    "GroupName": "default",
    "Priority": 10,
    "Title": {
      "Text": "[Player]",
      "Color": "#55aaff",
      "Size": 15,
      "Hidden": true,
      "HiddenIfNotPrimary": false
    },
    "Username": {
      "Color": "#55aaff",
      "Size": 15
    },
    "Message": {
      "Color": "white",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },
  {
    "GroupName": "Hero",
    "Priority": 1,
    "Title": {
      "Text": "[Hero]",
      "Color": "#55aaff",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": false
    },
    "Username": {
      "Color": "#55aaff",
      "Size": 15
    },
    "Message": {
      "Color": "white",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },
  {
    "GroupName": "Bandit",
    "Priority": 1,
    "Title": {
      "Text": "[Bandit]",
      "Color": "#55aaff",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": false
    },
    "Username": {
      "Color": "#55aaff",
      "Size": 15
    },
    "Message": {
      "Color": "white",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },
  {
    "GroupName": "Neutral",
    "Priority": 1,
    "Title": {
      "Text": "[Neutral]",
      "Color": "#55aaff",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": false
    },
    "Username": {
      "Color": "#55aaff",
      "Size": 15
    },
    "Message": {
      "Color": "white",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  }
]​


Thanks for your time and sorry for my bad english :)
Tell me if you need something else.


Edit: Please edit the title to: "chat user groups <player|steamid> - doesn't work"
The "chat user groups" command should not be on the overview since it is not implemented at the moment, which I thought I did.
Hopefully this will be an actual feature in the future though.
And my other problem that i cant add user to group?
In response to BattleSheep ():
And my other problem that i cant add user to group?
What exactly did you type?
Try it with a capital and a non-capital "N" for the group name please.
chat user add BattleSheep Neutral          and
chat user add BattleSheep neutral

Thats what i thought too but nope didnt work :/
In response to BattleSheep ():
chat user add BattleSheep Neutral          and
chat user add BattleSheep neutral

Tha...
How did you get to the conclusion that the command is not working? What's the response?
In response to BattleSheep ():
Hey LaserHydra,
(/)chat user groups <player|steamid> didn't work.
It say "Syntax: /c...
Groupname needs to be lower case also you should add admin and mod groups you also had a small error in your file I fixed it below

[
  {
    "GroupName": "default",
    "Priority": 5,
    "Title": {
      "Text": "[Player]",
      "Color": "#55aaff",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": true
    },
    "Username": {
      "Color": "#55aaff",
      "Size": 15
    },
    "Message": {
      "Color": "white",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },
  {
    "GroupName": "admin",
    "Priority": 0,
    "Title": {
      "Text": "[Admin]",
      "Color": "#55aaff",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": true
    },
    "Username": {
      "Color": "red",
      "Size": 15
    },
    "Message": {
      "Color": "white",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },
  {
    "GroupName": "moderator",
    "Priority": 1,
    "Title": {
      "Text": "[Moderator]",
      "Color": "#55aaff",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": true
    },
    "Username": {
      "Color": "orange",
      "Size": 15
    },
    "Message": {
      "Color": "white",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },
  {    
    "GroupName": "hero",
    "Priority": 2,
    "Title": {
      "Text": "[Hero]",
      "Color": "#55aaff",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": true
    },
    "Username": {
      "Color": "#55aaff",
      "Size": 15
    },
    "Message": {
      "Color": "white",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },
  {
    "GroupName": "bandit",
    "Priority": 3,
    "Title": {
      "Text": "[Bandit]",
      "Color": "#55aaff",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": true
    },
    "Username": {
      "Color": "#55aaff",
      "Size": 15
    },
    "Message": {
      "Color": "white",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  },
  {
    "GroupName": "neutral",
    "Priority": 4,
    "Title": {
      "Text": "[Neutral]",
      "Color": "#55aaff",
      "Size": 15,
      "Hidden": false,
      "HiddenIfNotPrimary": true
    },
    "Username": {
      "Color": "#55aaff",
      "Size": 15
    },
    "Message": {
      "Color": "white",
      "Size": 15
    },
    "Format": {
      "Chat": "{Title} {Username}: {Message}",
      "Console": "{Title} {Username}: {Message}"
    }
  }
]​