VIP permissions not workingSolved
I have made 4 vip permissions in my config but when I try to grant it to the group it does not work and tells me there is no permission

Here is my config
{
  "Settings": {
    "ChatName": "<color=red>Teleportation</color>: ",
    "HomesEnabled": true,
    "TPREnabled": true,
    "TownEnabled": true,
    "InterruptTPOnHurt": true,
    "InterruptTPOnCold": false,
    "InterruptTPOnHot": false,
    "InterruptTPOnSafe": true,
    "InterruptTPOnBalloon": true,
    "InterruptTPOnCargo": true,
    "InterruptTPOnRig": false,
    "InterruptTPOnLift": true,
    "InterruptTPOnMonument": false,
    "InterruptTPOnMounted": true,
    "InterruptTPOnSwimming": true,
    "CaveDistanceSmall": 40.0,
    "CaveDistanceMedium": 60.0,
    "CaveDistanceLarge": 100.0,
    "DefaultMonumentSize": 50.0,
    "MinimumTemp": 0.0,
    "MaximumTemp": 40.0,
    "BlockedItems": {},
    "BypassCMD": "pay",
    "UseEconomics": false,
    "UseServerRewards": false,
    "WipeOnUpgradeOrChange": false
  },
  "GameVersion": {
    "Network": 2211,
    "Save": 188,
    "Level": "Procedural Map",
    "LevelURL": "",
    "WorldSize": 3500,
    "Seed": 5
  },
  "Admin": {
    "AnnounceTeleportToTarget": false,
    "UseableByAdmins": true,
    "UseableByModerators": true,
    "LocationRadius": 25,
    "TeleportNearDefaultDistance": 30
  },
  "Home": {
    "HomesLimit": 2,
    "VIPHomesLimits": {
      "nteleportation.vip1": 5,
      "nteleportation.vip2": 10,
      "nteleportation.vip3": 15,
      "nteleportation.vip4": 20
    },
    "Cooldown": 600,
    "Countdown": 20,
    "DailyLimit": 999999,
    "VIPDailyLimits": {
      "nteleportation.vip1": 999999,
      "nteleportation.vip2": 999999,
      "nteleportation.vip3": 999999,
      "nteleportation.vip4": 999999
    },
    "VIPCooldowns": {
      "nteleportation.vip1": 300,
      "nteleportation.vip2": 150,
      "nteleportation.vip3": 75,
      "nteleportation.vip4": 30
    },
    "VIPCountdowns": {
      "nteleportation.vip1": 15,
      "nteleportation.vip2": 10,
      "nteleportation.vip3": 5,
      "nteleportation.vip4": 0
    },
    "LocationRadius": 25,
    "ForceOnTopOfFoundation": true,
    "CheckFoundationForOwner": true,
    "UseFriends": true,
    "UsableOutOfBuildingBlocked": false,
    "UsableIntoBuildingBlocked": false,
    "CupOwnerAllowOnBuildingBlocked": true,
    "AllowIceberg": false,
    "AllowCave": false,
    "AllowCraft": false,
    "AllowAboveFoundation": true,
    "CheckValidOnList": false,
    "Pay": 0,
    "Bypass": 0
  },
  "TPR": {
    "Cooldown": 600,
    "Countdown": 20,
    "DailyLimit": 999999,
    "VIPDailyLimits": {
      "nteleportation.vip1": 999999,
      "nteleportation.vip2": 999999,
      "nteleportation.vip3": 999999,
      "nteleportation.vip4": 999999
    },
    "VIPCooldowns": {
      "nteleportation.vip1": 300,
      "nteleportation.vip2": 150,
      "nteleportation.vip3": 75,
      "nteleportation.vip4": 30
    },
    "VIPCountdowns": {
      "nteleportation.vip1": 15,
      "nteleportation.vip2": 10,
      "nteleportation.vip3": 5,
      "nteleportation.vip4": 0
    },
    "RequestDuration": 30,
    "OffsetTPRTarget": true,
    "BlockTPAOnCeiling": true,
    "UsableOutOfBuildingBlocked": false,
    "UsableIntoBuildingBlocked": false,
    "CupOwnerAllowOnBuildingBlocked": true,
    "AllowCraft": false,
    "Pay": 0,
    "Bypass": 0
  },
  "Town": {
    "Cooldown": 600,
    "Countdown": 20,
    "DailyLimit": 999999,
    "VIPDailyLimits": {
      "nteleportation.vip1": 999999,
      "nteleportation.vip2": 999999,
      "nteleportation.vip3": 999999,
      "nteleportation.vip4": 999999
    },
    "VIPCooldowns": {
      "nteleportation.vip1": 300,
      "nteleportation.vip2": 150,
      "nteleportation.vip3": 75,
      "nteleportation.vip4": 30
    },
    "VIPCountdowns": {
      "nteleportation.vip1": 15,
      "nteleportation.vip2": 10,
      "nteleportation.vip3": 5,
      "nteleportation.vip4": 0
    },
    "Location": "-926.3093 1.061055 -45.28834",
    "UsableOutOfBuildingBlocked": false,
    "AllowCraft": false,
    "Pay": 0,
    "Bypass": 0
  },
  "Version": {
    "Major": 1,
    "Minor": 0,
    "Patch": 63
  }
}​
Did you reload the plug ?
It is now working thanks

Merged post

i tried reloading "NTeleport" but its "NTeleportation"
Locked automatically