Multiple Home tele PermsSolved

Im looking to give different groups different amounts of homes they can set, ex: Default can set 2 homes, VIP-3 and Donator-5, tried to look up the perms but couldnt find anything. ive seen a few servers offer this as part of donating ( ability to set more homes than default)

  "Home": {
    "Homes Limit": 2,
    "VIP Homes Limits": {
      "nteleportation.vip": 4,
	  "nteleportation.vip2": 6,
	  "nteleportation.admin": 0
    },
    "Allow Sethome At Specific Monuments": [
      "HQM Quarry",
      "Stone Quarry",
      "Sulfur Quarry",
      "Ice Lake",
      "Wild Swamp"
    ],
    "Allow Sethome At All Monuments": false,
    "Allow TPB": true,
    "Cooldown": 600,
    "Countdown": 15,
    "Daily Limit": 5,
    "VIP Daily Limits": {
      "nteleportation.vip": 10,
      "nteleportation.vip2": 15,
      "nteleportation.admin": 0
    },
    "VIP Cooldowns": {
      "nteleportation.vip": 300,
      "nteleportation.vip2": 120,
      "nteleportation.admin": 0
    },
    "VIP Countdowns": {
      "nteleportation.vip": 10,
      "nteleportation.vip2": 5,
      "nteleportation.admin": 3
    },
    "Location Radius": 25,
    "Force On Top Of Foundation": true,
    "Check Foundation For Owner": true,
    "Use Friends": true,
    "Use Clans": true,
    "Use Teams": true,
    "Usable Out Of Building Blocked": false,
    "Usable Into Building Blocked": false,
    "Usable From Safe Zone Only": false,
    "Allow Cupboard Owner When Building Blocked": true,
    "Allow Iceberg": false,
    "Allow Cave": false,
    "Allow Crafting": false,
    "Allow Above Foundation": true,
    "Check If Home Is Valid On Listhomes": false,
    "Pay": 0,
    "Bypass": 0,
    "Hours Before Useable After Wipe": 0.0
  },

here's an example

Locked automatically