Cooldown not workingNot An Issue
Hello!

My authorized users can call the heli unlimited times it seems the cooldown settings are not kicking in.
This is my config:
{
  "Cooldowns": {
    "Cooldown.0": 86400.0,
    "Cooldown.1": 86400.0,
    "Cooldown.2": 86400.0,
    "Cooldown.3": 86400.0,
    "Cooldown.4": 86400.0,
    "Cooldown.5": 86400.0,
    "Cooldown.6": 86400.0,
    "Cooldown.7": 86400.0,
    "Cooldown.8": 86400.0,
    "Cooldown.9": 86400.0,
    "cooldown.ch47.0": 86400.0,
    "cooldown.ch47.1": 86400.0,
    "cooldown.ch47.2": 86400.0,
    "cooldown.ch47.3": 86400.0,
    "cooldown.ch47.4": 86400.0,
    "cooldown.ch47.5": 86400.0,
    "cooldown.ch47.6": 86400.0,
    "cooldown.ch47.7": 86400.0,
    "cooldown.ch47.8": 86400.0,
    "cooldown.ch47.9": 86400.0
  },
  "Damage - Global damage multiplier": 1.0,
  "Gibs - Health of gibs": 500.0,
  "Gibs - Time until gibs can be harvested in seconds": 480.0,
  "Health - Base Helicopter health": 15000.0,
  "Health - Main rotor health": 750.0,
  "Health - Tail rotor health": 375.0,
  "Limits": {
    "Limit.0": 5,
    "Limit.1": 5,
    "Limit.2": 5,
    "Limit.3": 5,
    "Limit.4": 5,
    "Limit.5": 5,
    "Limit.6": 5,
    "Limit.7": 5,
    "Limit.8": 5,
    "Limit.9": 5,
    "limit.ch47.0": 5,
    "limit.ch47.1": 5,
    "limit.ch47.2": 5,
    "limit.ch47.3": 5,
    "limit.ch47.4": 5,
    "limit.ch47.5": 5,
    "limit.ch47.6": 5,
    "limit.ch47.7": 5,
    "limit.ch47.8": 5,
    "limit.ch47.9": 5
  },
  "Loot - Max Crates to drop": 6,
  "Loot - Time before unlocking CH47 crates": -1.0,
  "Loot - Time before unlocking crates": -1.0,
  "Loot - Use Custom loot spawns": true,
  "Misc - Helicopter can shoot while dying": true,
  "Misc - Helicopter speed": 25.0,
  "Misc - Helicopter startup length in seconds": 0.0,
  "Misc - Helicopter startup speed": 25.0,
  "Misc - Maximum CH47 life time in minutes": 15,
  "Misc - Maximum helicopter life time in minutes": 15,
  "Misc - Prevent crates from spawning when forcefully killing helicopter": false,
  "Rockets - Blunt damage to deal": 175.0,
  "Rockets - Explosion damage to deal": 100.0,
  "Rockets - Explosion radius": 6.0,
  "Rockets - Max helicopter rockets": 12,
  "Rockets - Time between each rocket in seconds": 0.2,
  "Spawning - Automatically call CH47 between max seconds": 0.0,
  "Spawning - Automatically call CH47 between min seconds": 0.0,
  "Spawning - Automatically call CH47 if one is already flying": false,
  "Spawning - Automatically call helicopter between max seconds": 0.0,
  "Spawning - Automatically call helicopter between min seconds": 0.0,
  "Spawning - Automatically call helicopter if one is already flying": false,
  "Spawning - Chinooks to spawn": 1,
  "Spawning - Disable CH47 default spawns": false,
  "Spawning - Disable Helicopter": false,
  "Spawning - Disable helicopter gibs": false,
  "Spawning - Disable helicopter napalm": false,
  "Spawning - Disable Rust's default spawns": false,
  "Spawning - Helicopters to spawn": 1,
  "Spawning - Max active helicopters": -1,
  "Spawning - Use custom helicopter spawns": false,
  "Spawning - Use static spawning": false,
  "Spawning - Use static spawning for CH47": false,
  "Turrets - Helicopter bullet accuracy": 2.0,
  "Turrets - Helicopter bullet damage": 20.0,
  "Turrets - Helicopter bullet speed": 250,
  "Turrets - Max range": 300.0,
  "Turrets - Time between turret bursts in seconds": 3.0,
  "Turrets - Turret burst length in seconds": 3.0,
  "Turrets - Turret fire rate in seconds": 0.125
}​

Maybe I'm doing something wrong. Please help =)
What permissions have you granted the players (or their group)?
Hi Shady,

I have the following permissions assigned to the vip group that is allowed to use /callheli

helicontrol.dropcrates
helicontrol.callheli
helicontrol.destination 

Thanks for your reply!
 
5e397b273f61c.jpg deicide77
Hi Shady,

I have the following permissions assigned to the vip group that is allowed to use /callheli

helicontrol.dropcrates
helicontrol.callheli
helicontrol.destination 

Thanks for your reply!
 

Try granting them one of the cooldown permissions, and maybe one of the limits one. You seem to have them all set to the same config in the value, so just try it with 0 or any, i.e:

o.grant group GROUPNAME helicontrol.cooldown.0
Replace "cooldown" with "limit" to grant the limit permission too. Let me know if this fixes the issue. Thanks. :)
Locked automatically