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. 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...
  2. 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...
  3. 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...
  4. 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
  5. 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}%"...
  6. 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...
  7. 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"...
  8. 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...
  9. 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...
  10. S

    Bow cooldown

    Hello, I need help to make shooting with the bow to be used again in 2 seconds
  11. 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...
  12. 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...
  13. 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...
  14. 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...
  15. 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...
  16. 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...
  17. O

    Solved I Want to make a gun cooldown please help

    Okay so I'm making this gun server I have a pistol this is the script: on right click holding a wooden hoe: shoot arrow at speed 2 But the problem is that it shoots WAY too fast than I want it to, so basically I have to make a cool down and I have no idea how to do that. I tried making a var...
  18. R

    daily cooldown

    I want to make a daily command with /reward, although I can't think of a way to make it. any help?
  19. N

    Solved Cooldown help

    Hi I'm fairly new to skript, I coded this to give my players items but I don't want them to be able to spam it, what should I add if I want to make them wait 30 seconds between right clicks? https://pastebin.com/bqXM15wL
  20. kamilleon

    Solved Cooldown time for argument player

    I wanted to create a plot rating point system for admins, to rate the players plots, and give them points depending on the rating. Also I wanted to add an anti-abuse system to it, so a player can be only rated once every hour, globally. else: set...