cooldown

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  1. Yushaa

    Can someone add a cooldown to this i've tried nearly everything

    Code: on sneak toggle: player is wearing elytra push player upwards at speed 2 send action bar "&eUsed Voyager Boost | &cCD: &a15s" on right click: player is wearing elytra push player forwards at speed 2 send action bar "&eUsed Voyager Dash |...
  2. Yushaa

    Can someone add an actionbar cooldown to this [instead of a normal cooldown]

    on sneak toggle: name of player's tool is "&dʙᴏɴᴇ ʙʟᴀᴅᴇ": player has player's tool on cooldown: stop else: set item cooldown of player's tool for player to 180 seconds make player execute command "manatest" send actionbar "&b-150 Mana"...
  3. Acidic

    Cooldown

    Hey there, I am looking for some help with my skript for cooldowns. on right click: if player is holding gold ingot: set {_c} to difference between {cd::%player's uuid%} and now {_c} < 10 seconds: send "&cWait %{_c}% seconds before using again" to player...
  4. Palgia

    API TimerAPI - API for cooldows and timers 1.0

    Easily manage player and global timers! Skript-reflect is required! An example file is included in the .zip, check it out! IMPORTANT INFORMATIONS: - ALL FUNCTIONS WITH 'ID' AS AN ARGUMENT MUST BE A NAME FOR YOUR COOLDOWN. - DURATION MUST BE SET AS A TIMESPAN. - Set a timer for a player...
  5. R

    Solved How to stop particles to bug

    Hello, i have problem that somehow the particles got bugged and still spawning when snowball is already dead, it happen if you try to pierce one block on it's corner, the particles are spawning over the block, I don't know how to fix it, if its problem of skript and it still think that snowball...
  6. N

    Skript Cooldowns for Dummies

    Hello. My name is Nix, and this is my (not so) brief essay tutorial about all you should need to know about cooldowns. The gaming term "cooldown" originates from 1990 RPG games and usually refers to an item, ability, or miscellaneous part of the game that you couldn't use for a certain period...
  7. J

    Solved Anyone know how to put a cooldown every time you click (LMB)

    Hello, Ultra beginner noob here. I was just testing out skript the past day and wanted to make an explosion happen in front of the player (already done that) And to stop people from spamming it I want a 1-second delay between each press of the LMB. This is prob simple and my tiny brain can't...
  8. S

    Beacon Rename Skript

    How can i make when the player clicks with the sword on the beacon his sword will be renamed (some random names for example (gf, gg, Back to spawn ) and have cooldwown for 10 sec minecraft version 1.8
  9. J

    Set player's reach to 4 if they wait 2x the attack cooldown

    on left click: execute console command "/reach player %player% 3" clear {timer} set {timer} to 0 set {atkspd} to player's attack speed final attribute set {chargetimer} to 2*(20/{atkspd}) loop {chargetimer} times: add 1 to {timer} send "%{timer}%"...
  10. D

    Packet cooldown function

    Packet cooldown function I very much did try to make this on my own but could not figure it out, so I decided to reach out to you folks What I want: I just want a function that uses skript-packet's packet system and use "set cooldown" packet to execute a overlay on any item like...
  11. R

    wand cooldown with changing cmd

    Hello! I'm trying to make wand that changes custom model data on cooldown, but I don't know how to select that specific item even if player is not holding it! Here's my code every 0.1 second: loop players: if {cooldown_necromancers_wand::%loop-player's uuid%} is "active"...
  12. U

    Cooldown For A Right Click Skript

    hey guys i was just wondering if you can help a stranger because its just that i tried to make a partneritem skript but i never knew how to add a cooldown to a right click skript what i did is that when u right clicked that item it does a command that has a cooldown and what happend is that...
  13. KingDooms

    Variables don't check other variables???

    So basically, I was making a cooldown command, incase any cooldown that I make gets stuck, but for some reason, it doesn't work. Basically how it works is it checks for any variable (that I manually insert) that is more than 0, we will call this a check, after 5 ticks, which should be enough for...
  14. S

    Bow cooldown

    Hello, I need help to make shooting with the bow to be used again in 2 seconds
  15. Shadow Klassic

    Shield/Ender Pearl Cooldown on Custom Items

    Heyup guys! So how can i make an animation played like an enderpearl when executed played on any item. Skript mirror and that packet addon is present in my plugins folder! i am aware there are ways to do it with java plugins and protocol lib but is there a way to integrate it through skript...
  16. G

    Skript cooldown cancel if player leaves inventory

    I currently have a /warps skript with several warps with a cooldown of 30 minutes everytime someone uses this command. But my issue is if someone was to leave this inventory, the cooldown would still start. Anyone know how to fix this? also I tried adding cooldown cancel after send "&cCould not...
  17. RedDiamond

    Need help for my custom item skript

    I really need help for this one, so I've made a custom items that do stuff with a cooldown, but when I run it on minehut it didn't want to do any of the effects and just skip to the 'else' part anyone know why? options: prefix: &8[&a&lKrypBox&8] variables: {Cooldown.%player%} = 0 #Fire...
  18. RedDiamond

    Solved Need Help For Simple Shooting Script

    Hei So i've made a script for shooting entity when holding an item and I wanna make it so player can't spam it, so like I want a cooldown/delay for every shoot, I hope someone understand lol This is my current script, I want to make a delay for every fireball shoot #Fireball Shooter on...
  19. A

    Different cooldowns?

    Hello everyone :) I'm trying to make a "kitadder" script. the thing that's really hard for me, is that I can't make a different cooldown for each kit. The code is a little messy, I know... I will fix it when I find out how to set different cooldowns! command /showinv [<text>]: trigger...
  20. J

    Solved How to add a cooldown to a click skript

    mc version 1.16.2 skript version most recent This is the skript so far i wanted to add a 3 second cooldown, how could i? also if i could make it so the golden hoe has to be named a certain thing thatd be great :emoji_grinning: (i did the spacing wont show for some reason) edit: only addon i...