Settings for 'default' group?
I am trying to change all the settings for /home, daily limit, cooldown etc and for TPR, but editing the JSON file seems to do nothing for either rank, the limits dont change, can anybody help? This is what my JSON file looks like, and I only have 2 groups on my server, default and admin

{
  "Admin": {
    "AnnounceTeleportToTarget": false,
    "LocationRadius": 25,
    "TeleportNearDefaultDistance": 30,
    "UseableByModerators": true
  },
  "Home": {
    "AllowAboveFoundation": false,
    "AllowCave": false,
    "AllowCraft": false,
    "AllowIceberg": false,
    "CheckFoundationForOwner": true,
    "CheckValidOnList": false,
    "Cooldown": 300,
    "Countdown": 15,
    "CupOwnerAllowOnBuildingBlocked": true,
    "DailyLimit": 25,
    "ForceOnTopOfFoundation": true,
    "HomesLimit": 5,
    "LocationRadius": 25,
    "Pay": 0,
    "UsableIntoBuildingBlocked": false,
    "UsableOutOfBuildingBlocked": false,
    "UseFriends": true,
    "VIPCooldowns": {
      "nteleportation.vip": 300
    },
    "VIPCountdowns": {
      "nteleportation.vip": 15
    },
    "VIPDailyLimits": {
      "nteleportation.vip": 25
    },
    "VIPHomesLimits": {
      "nteleportation.vip": 5
    }
  },
  "Settings": {
    "BlockedItems": {},
    "ChatName": "<color=red>Teleportation</color>: ",
    "HomesEnabled": true,
    "InterruptTPOnHurt": true,
    "TownEnabled": false,
    "TPREnabled": true
  },
  "Town": {
    "AllowCraft": false,
    "Cooldown": 600,
    "Countdown": 15,
    "DailyLimit": 0,
    "Location": "0 0 0",
    "Pay": 0,
    "UsableOutOfBuildingBlocked": false,
    "VIPCooldowns": {
      "nteleportation.vip": 0
    },
    "VIPCountdowns": {
      "nteleportation.vip": 0
    },
    "VIPDailyLimits": {
      "nteleportation.vip": 0
    }
  },
  "TPR": {
    "AllowCraft": false,
    "BlockTPAOnCeiling": true,
    "Cooldown": 300,
    "Countdown": 15,
    "CupOwnerAllowOnBuildingBlocked": true,
    "DailyLimit": 25,
    "Pay": 0,
    "RequestDuration": 30,
    "UsableIntoBuildingBlocked": false,
    "UsableOutOfBuildingBlocked": false,
    "VIPCooldowns": {
      "nteleportation.vip": 300
    },
    "VIPCountdowns": {
      "nteleportation.vip": 15
    },
    "VIPDailyLimits": {
      "nteleportation.vip": 25
    }
  },
  "Version": {
    "Major": 1,
    "Minor": 0,
    "Patch": 26
  }
}
You need to look at some of your mistakes in the console