i have 2 kits im wanting to do but they both give the same title which is VIP

i want the priority title to show but not the one after that which is 1 number behind the priority number

Build+ Title shouldnt show if they have  Comps+ but once the Comps+ runs out it will show Build+ title so when i tested it

i gave myself both kits and it shows 1 title but right as i remove myself from Comps+ and only having Build+ my title doesnt show at all even though

number 3 priority now but its not showing VIP title? whats the deal am i stupid or something

 

  {
    "GroupName": "build+",
    "Priority": 3,
    "Title": {
      "Text": "[VIP]",
      "Color": "#FFC300",
      "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": "comps+",
    "Priority": 2,
    "Title": {
      "Text": "[VIP]",
      "Color": "#FFC300",
      "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}"
    }
  },