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 community!

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

  1. 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...
  2. 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...
  3. 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...
  4. 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?
  5. 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
  6. 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...
  7. NCSGeek

    Solved Help with decaying list values

    Full script: https://pastebin.com/dJxWdCEW Hello all! In my script, im looking to have values in {%player%-tpa::*} be removed from that list after a given amount of time. Im not quite sure how to go about this, however. Above is my current script. I have no addons installed, and I'm on...
  8. F

    Command Cooldown

    Can anyone help me to add a cooldown on a command command /refill trigger: give player mushroom stew #if you have to wait send message "You have to wait 90 seconds" #Cooldown 90 seconds Sorry for my bad english i am from germany
  9. S

    Solved Simple Comand Cooldown [Help]

    Hello, I want to create a simple command with Cooldown for my server. But he does not work the way I would like it. Pls Help me ======================================================== command /feed: trigger: player has permission "lul": set {_diff} to difference...