cooldowns

  1. Criex1337

    Experimental CooldownManager 1.0

    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: command1: cooldown: 10 # seconds spawn: cooldown: 30 🧩 Source code...
  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