I use additional groups for more teleporters, and the players are not informed correctly about the available teleporters, please correct the chat message. This {2} displays the default number of teleporters, and incorrectly reports if the player is in another group, always displays default.
{
                    "TPSettingshome", string.Join(NewLine, new[]
                    {
                        "Home System has the current settings enabled:",
                        "Time between teleports: {0}",
                        "Daily amount of teleports: {1}",
                        "Amount of saved Home locations: {2}"
                    })
                },​

Here are my config settings.

 "Home": {
    "Homes Limit": 1,
    "VIP Homes Limits": {
      "nteleportation.vip": 3,
      "nteleportation.elite": 6
    },
    "Cooldown": 300,
    "Countdown": 30,
    "Daily Limit": 5,
    "VIP Daily Limits": {
      "nteleportation.vip": 10,
      "nteleportation.elite": 15
    },
    "VIP Cooldowns": {
      "nteleportation.vip": 180,
      "nteleportation.elite": 120
    },
    "VIP Countdowns": {
      "nteleportation.vip": 20,
      "nteleportation.elite": 10
    },