Multiple groups not workingNot An Issue

Im trying to set up multiple groups and its not working

here is the code : 

{
  "Settings": {
    "ChatName": "<color=red>Teleportation</color>: ",
    "HomesEnabled": true,
    "TPREnabled": true,
    "TownEnabled": true,
    "InterruptTPOnHurt": true,
    "BlockedItems": {}
  },
  "Admin": {
    "AnnounceTeleportToTarget": false,
    "UseableByModerators": true,
    "LocationRadius": 25,
    "TeleportNearDefaultDistance": 30
  },
  "Home": {
    "HomesLimit": 10,
    "VIPHomesLimits": {
      "nteleportation.vip": 5,
	  },
	"ownerHomesLimits": {
	  "nteleportation.owner": 1000
    },
    "Cooldown": 120,
    "Countdown": 10,
    "DailyLimit": 500,
    "VIPDailyLimits": {
      "nteleportation.vip": 5
    },
    "VIPCooldowns": {
      "nteleportation.vip": 5
    },
    "VIPCountdowns": {
      "nteleportation.vip": 5
    },
    "ownerCooldowns": {
      "nteleportation.owner": 1
    },
    "ownerCountdowns": {
      "nteleportation.owner": 1
    },
    "LocationRadius": 25,
    "ForceOnTopOfFoundation": false,
    "CheckFoundationForOwner": false,
    "UseFriends": true,
    "UsableOutOfBuildingBlocked": false,
    "UsableIntoBuildingBlocked": false,
    "CupOwnerAllowOnBuildingBlocked": true,
    "AllowIceberg": true,
    "AllowCave": true,
    "AllowCraft": true,
    "AllowAboveFoundation": true,
    "CheckValidOnList": false,
    "Pay": 0
  },
  "TPR": {
    "Cooldown": 120,
    "Countdown": 10,
    "DailyLimit": 1000,
    "VIPDailyLimits": {
      "nteleportation.vip": 5
    },
    "VIPCooldowns": {
      "nteleportation.vip": 5
    },
    "VIPCountdowns": {
      "nteleportation.vip": 5
    },
    "ownerCooldowns": {
      "nteleportation.owner": 1
    },
    "ownerCountdowns": {
      "nteleportation.owner": 1
    },
    "RequestDuration": 30,
    "BlockTPAOnCeiling": true,
    "UsableOutOfBuildingBlocked": false,
    "UsableIntoBuildingBlocked": false,
    "CupOwnerAllowOnBuildingBlocked": true,
    "AllowCraft": false,
    "Pay": 0
  },
  "Town": {
    "Cooldown": 600,
    "Countdown": 15,
    "DailyLimit": 5,
    "VIPDailyLimits": {
      "nteleportation.vip": 5
    },
    "VIPCooldowns": {
      "nteleportation.vip": 5
    },
    "VIPCountdowns": {
      "nteleportation.vip": 5
    },
    "Location": "0 0 0",
    "UsableOutOfBuildingBlocked": false,
    "AllowCraft": false,
    "Pay": 0
  },
  "Version": {
    "Major": 1,
    "Minor": 0,
    "Patch": 26
  }
}
Have you used chat groups to create an "owner" group and given that group permission ? I think the vip group is already created but you might have to create that group.
so would I  do 
"o.group add owner"

because I did that and made the group already

better to go to Betterchat plugin page and read overview and documentation.
/chat group add <group> -- Creates a new chat group
In response to pookins ():
better to go to Betterchat plugin page and read overview and documentation.
/chat group add <...
BetterChat is not the permissions system. ;) The OP had it right.

https://umod.org/documentation/plugins/permissions
Ok , I was under the impression that using that did not solve his problem, I will of course leave it up to you to solve that for him.
In response to pookins ():
Ok , I was under the impression that using that did not solve his problem, I will of course leave it...
Better Chat utilizes the permissions system, but using the above command that the OP used would do the same thing that Better Chat utilizes.

@happykill2222, what you've added in the plugin has nothing to do with Oxide groups, those are permissions you've set. You can't just added a new section in the config for a new "group" either, it has to exist in the plugin's handling internally. So for what you are asking, it isn't possible from what I can tell. The plugin has a singular setup for "VIP", which you'd assign valid (nteleportation.vip doesn't appear to be a valid permission from this plugin either) permissions to those sections as documented in the plugin's information.
Locked automatically