Prefix name not showing in front of player name

I'm using Chat Prefix with Coloured Chat but for some reason the prefix name isn't showing infront of player names see screenshot
https://gyazo.com/de8636e75a4b3d96b4c159f270fffd87
The groups have the right permissions 

group example in config: "overlord": {
"Disabled": false,
"Priority": 6,
"Prefix": "[Overlord]",
"Color": "#ff6666",
"Permission": "overlord",
"GroupName": "overlord"

please dm me on discord Gonzi#1337

any news ? i have the same problem

Hawker

any news ? i have the same problem

nope communication stopped when I contacted him.

You need a solution? 
Create a Group vip1 and give the Group the permission chatprefix.vip1

Now add the Player to the Group 
Sorry my english is not so good 
I hope i have help you 

Hawker

You need a solution? 
Create a Group vip1 and give the Group the permission chatprefix.vip1

Now add the Player to the Group 
Sorry my english is not so good 
I hope i have help you 

It is not the prefix I'm conserned about, it is the title not showing infront of peoples name which I can't work around with while everything is set how it supose to be.

and I have told you how to change it so that it is displayed

groups
oxide.group add vip1
oxide.group add vip2
oxide.group add vip3

perms
oxide.grant group vip1 chatprefix.vip1
oxide.grant group vip2 chatprefix.vip2
oxide.grant group vip3 chatprefix.vip3

oxide.usergroup add  playername vip1​

{
  "debug": true,
  "Use Groupname instead of Permission": true,
  "Prefixes": {
    "admin": {
      "Disabled": false,
      "Priority": 1,
      "Prefix": "[ADMIN]",
      "Color": "#FF0000",
      "Permission": "admins",
      "GroupName": "admins"
    },
    "mod": {
      "Disabled": true,
      "Priority": 2,
      "Prefix": "[MOD]",
      "Color": "#0000FF",
      "Permission": "mods",
      "GroupName": "mods"
    },
	"vip1": {
      "Disabled": false,
      "Priority": 2,
      "Prefix": "[VIP1]",
      "Color": "#0000FF",
      "Permission": "vip1",
      "GroupName": "vip1"
    },
	"vip2": {
      "Disabled": false,
      "Priority": 2,
      "Prefix": "[VIP2]",
      "Color": "#0000FF",
      "Permission": "vip2",
      "GroupName": "vip2"
    },
    "vip3": {
      "Disabled": false,
      "Priority": 3,
      "Prefix": "[VIP3]",
      "Color": "#ffb400",
      "Permission": "vip3",
      "GroupName": "vip3"
    }
  }
}​

Try what hawker said