cooldowns

  1. Criex1337

    Experimental CooldownManager latest

    CooldownManager A simple plugin for adding cooldowns to commands for players Setting in config: cooldown-message: "§7> §cWait§e {time} §cseconds before using this command" commands: warp: cooldown: 10 # seconds subommands: vip: 30 # full command - /warp vip rtp: cooldown...
  2. Denic

    CooldownAPI 1.1

    With Cooldown API you can easily create cooldowns and timers! Creating a cooldown is as simple as this: //First argument is the cooldown identifier //Second argument is the time in seconds CooldownAPI.addCooldown("civiled.warp.pvp", 100); You can also remove cooldowns like so: //The first...
Top