Adding additional VIP settings?Solved
What would be the fastest and easiest way to make another set of vip settings for a 2nd teir of vip? 
  "Cooldown Permission Settings": {
    "vehiclelicence.vip": {
      "Rowboat": 90.0,
      "RHIB": 150.0,
      "Sedan": 450.0,
      "HotAirBalloon": 450.0,
      "MiniCopter": 900.0,
      "TransportHelicopter": 1200.0,
      "Chinook": 1500.0,
      "RidableHorse": 1500.0
    },
    "vehiclelicence.vip1": {
      "Rowboat": 60.0,
      "RHIB": 100.0,
      "Sedan": 400.0,
      "HotAirBalloon": 400.0,
      "MiniCopter": 600.0,
      "TransportHelicopter": 800.0,
      "Chinook": 900.0,
      "RidableHorse": 900.0
    }
  },
So i attempted to do this but it comes back with a corrupt config and resets the config file.

Edit 
Nevermind, i'm retarded. Thank you soo much.
Locked automatically