Can someone help me is this correct
"Home": {
"Homes Limit": 3,
"VIP1 Homes Limits": {
"nteleportation.vip1": 5
"VIP2 Homes Limits": {
"nteleportation.vip"2: 8
"VIP3 Homes Limits": {
"nteleportation.vip3": 10
},
"Cooldown": 600,
"Countdown": 20,
"Daily Limit": 20,
"VIP Daily Limits": {
"nteleportation.vip": 20,
"VIP2 Daily Limits": {
"nteleportation.vip2": 30
},
"VIP1 Cooldowns": {
"nteleportation.vip1": 300
},
"VIP2 Cooldowns": {
"nteleportation.vip2": 150
},
"VIP3 Cooldowns": {
"nteleportation.vip3": 75
},
"VIP1 Countdowns": {
"nteleportation.vip1": 15
},
"VIP2 Countdowns": {
"nteleportation.vip2": 10
},
"VIP3 Countdowns": {
"nteleportation.vip3": 5
VIp config
Nope. Fixed:
"Home": {
"Homes Limit": 3,
"VIP Homes Limits": {
"nteleportation.vip1": 5
"nteleportation.vip2": 8
"nteleportation.vip3": 10
},
"Cooldown": 600,
"Countdown": 20,
"Daily Limit": 20,
"VIP Daily Limits": {
"nteleportation.vip": 20,
"nteleportation.vip2": 30
},
"VIP Cooldowns": {
"nteleportation.vip1": 300
"nteleportation.vip2": 150
"nteleportation.vip3": 75
},
"VIP1 Countdowns": {
"nteleportation.vip1": 15
"nteleportation.vip2": 10
"nteleportation.vip3": 5
Thank you