We have 3 VIP tiers - bronze, silver and gold. When setting up the NT config, it seems like we should basically use the following format to get the right permissions going (just using the home limit section as the example):

  "Home": {
    "Homes Limit": 3,
    "VIP Homes Limits": {
      "nteleportation.vip": 5,
  "nteleportation.bronze": 5,
  "nteleportation.silver": 7,
  "nteleportation.gold": 9

However, when I save and load the plugin, those 3 new permissions do not appear... Am I supposed to enter them differently?