Unable to get rid of cooldown and daily limitSolved
Hi Im wondering if you can help im starting my own server and im sure you get this alot but im unable to get rid of the cooldown for teleporting and also the daily limit hope someone can help 
All cooldowns are configurable, set them to zero (0) to disable them.
In response to Calytic ():
All cooldowns are configurable, set them to zero (0) to disable them.
Hi I've set them all to 0 as far as i can see but it still has a daily limit and also a timer of 8 minutes?

Please see below,

Home = new HomesSettingsData
{
HomesLimit = 3,
VIPHomesLimits = new Dictionary<string, int> { { ConfigDefaultPermVip, 0 } },
Cooldown = 0,
Countdown = 0,
DailyLimit = false,
VIPDailyLimits = new Dictionary<string, int> { { ConfigDefaultPermVip, 0 } },
VIPCooldowns = new Dictionary<string, int> { { ConfigDefaultPermVip, 0 } },
VIPCountdowns = new Dictionary<string, int> { { ConfigDefaultPermVip, 0 } },
LocationRadius = 25,
ForceOnTopOfFoundation = true,
CheckFoundationForOwner = true,
UseFriends = true,
AllowAboveFoundation = true,
CheckValidOnList = false,
CupOwnerAllowOnBuildingBlocked = true
},
TPR = new TPRData
{
Cooldown = 0,
Countdown = 0,
DailyLimit = 0,
VIPDailyLimits = new Dictionary<string, int> { { ConfigDefaultPermVip, 0 } },
VIPCooldowns = new Dictionary<string, int> { { ConfigDefaultPermVip, 0 } },
VIPCountdowns = new Dictionary<string, int> { { ConfigDefaultPermVip, 0 } },
RequestDuration = 20,
BlockTPAOnCeiling = true,
CupOwnerAllowOnBuildingBlocked = true
In response to Raam ():
Hi I've set them all to 0 as far as i can see but it still has a daily limit and also a timer of 8 m...
Edit the config file, not the plugin itself.
Locked automatically