so im trying to create a VIP zone area on the server but cant seem to get the zones to link to the permissions. i have an oxide permission group called "vip"

so ive tried to configure the plugin but im seeing this error message in console

[13:29] > [DEBUG] Plugin compilation is already queued: ZonePerms (0.035 ago)
[13:29] > ZonePerms and ZoneManager were compiled successfully in 2451ms
[13:29] > Unloaded plugin Zone Perms v1.1.0 by MisterPixie
[13:29] > Unloaded plugin Zone Manager v3.0.23 by k1lly0u
[13:29] > [DEBUG] ZonePerms plugin is waiting for requirements to be loaded: ZoneManager
[13:29] > Missing plugin name prefix 'zonemanager' for permission 'vip' (by plugin 'Zone Manager')
[13:29] > Loaded plugin Zone Manager v3.0.23 by k1lly0u
[13:29] > Loaded plugin Zone Perms v1.1.0 by MisterPixie

the config

{
"Enable": true,
"Zones": {
"37039530": {
"EnableZone": true,
"OnZoneEnter": {
"Groups": [
"vip"
],
"Permissions": [
"vip"
]
},
"OnZoneExit": {
"Groups": [
"vip"
],
"Permissions": [
"vip"
]
}
},

the zone manager zone

{
"definitions": [
{
"Name": "New Town",
"Radius": 16.5,
"Radiation": 0.0,
"Comfort": 0.0,
"Temperature": 0.0,
"SafeZone": false,
"Location": "-921.5194 1.010095 1042.246",
"Size": "0 0 0",
"Rotation": "0 75 0",
"Id": "45442220",
"ParentID": null,
"EnterMessage": "Welcome to town!",
"LeaveMessage": "Bye bye!",
"Permission": "vip",
"EjectSpawns": null,
"Enabled": true,
"Flags": "UnDestr, NoDecay, NoDeploy, NoPlayerLoot, NoRemove, NoStability, NoUpgrade, NoCup, AlwaysLights, NoSignUpdates, NoNPCSpawns, NoTurretTargeting, NoFallDamage, InfiniteTrapAmmo, LootSelf"
},