Max limits met usergroup/permissionSolved

Is there also a way to have VIP's be able to place more than regular players?

Something like this:

{
  "MaxLimits": {
    "gates.external.high.stone": 20,
    "gates.external.high.wood": 20,
    "wall.external.high.stone": 100,
    "wall.external.high.wood": 100,
    "autoturret_deployed": 50,
    "flameturret_deployed": 25,
    "guntrap.deployed": 25,
    "sam_site_turret_deployed": 10,
    "snowmachine": 10,
    "fogmachine": 10,
    "strobelight": 10,
    "electric.sirenlight.deployed": 10,
    "electric.flasherlight.deployed": 10,
    "spookyspeaker": 5,
    "audioalarm": 5,
    "campfire": 25,
    "skull_fire_pit": 25,
    "fireplace.deployed": 25,
    "furnace.large": 10,
    "furnace": 25
  }
},
  "CustomPermission": {
    "VIP1": {
    "autoturret_deployed": 100,
    },
    "VIP2": {
    "autoturret_deployed": 150,
    },
    "VIP3": {
    "autoturret_deployed": 200,
    },
  }
}

​
Added in last update
Locked automatically