1. 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!

  2. LOOKING FOR A VERSION OF SKRIPT?

    You can always check out our Wiki for downloads and any other information about Skript!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

How do I add a cooldown of 1 hour?

Discussion in 'Skript' started by ICantSkriptToSaveMyself, Nov 20, 2022.

Thread Status:
Not open for further replies.
  1. ICantSkriptToSaveMyself

    Joined:
    Nov 20, 2022
    Messages:
    1
    Likes Received:
    0
    Im a very early beginner and need help. How do I add a cooldown of 1 hour to this command. I tried here but it came out with never ending errors.


    command /freecash [<text>]:
    trigger:
    if arg 1 is "please":
    message "&a&l5 Cash Given &7Spendin Time!"
    give 1 scute of mending 1, named "Cash" to player
    cooldown: 10 seconds
    --- Double Post Merged, Nov 20, 2022, Original Post Date: Nov 20, 2022 ---
    i got it
     
  2. Pierrelasse

    Pierrelasse Active Member

    Joined:
    Apr 20, 2022
    Messages:
    116
    Likes Received:
    4
    Code (Text):
    1. command /abc:
    2.   cooldown: 1 hour / 1 second / 1 year / bla bla
    3.   cooldown message: !!!! YOU NO CANT USE YES CUZ COOLDOWN
    4.   trigger:
    5.     <code>
     
Thread Status:
Not open for further replies.

Share This Page

Loading...