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

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

knzL_

Member
Jul 1, 2019
2
0
0
I have a script for donation list

command /donatii:
trigger:
make console execute command "/tm msg %player% &5♨&f&lBun venit&5♨"
wait 4 second
make console execute command "/tm msg %player% &dHero &8- &5&l3 EURO"
wait 4 second
make console execute command "/tm msg %player% &dLegacy &8- &5&l7 EURO"
wait 4 second
make console execute command "/tm msg %player% &dMaster &8- &5&l15 EURO"
wait 4 second
make console execute command "/tm msg %player% &dLegend &8- &5&l25 EURO"
wait 4 second
make console execute command "/tm msg %player% &dTitan &8- &5&l40 EURO"
wait 4 second
make console execute command "/tm msg %player% &dPoti cumpara prin"
wait 2 second
make console execute command "/tm msg %player% &5SMS, PaySafeCard si PayPal&f!"
wait 4 second
make console execute command "/tm msg %player% &dPentru mai multe informatii"
wait 2 second
make console execute command "/tm msg %player% &dVizitati &d&lstore.enderhex.ro &f!"

I don't know how to make a cooldown on "/donatii" command, because if I write /donatii twice it overlapses. Help please!
 
I have a script for donation list

command /donatii:
trigger:
make console execute command "/tm msg %player% &5♨&f&lBun venit&5♨"
wait 4 second
make console execute command "/tm msg %player% &dHero &8- &5&l3 EURO"
wait 4 second
make console execute command "/tm msg %player% &dLegacy &8- &5&l7 EURO"
wait 4 second
make console execute command "/tm msg %player% &dMaster &8- &5&l15 EURO"
wait 4 second
make console execute command "/tm msg %player% &dLegend &8- &5&l25 EURO"
wait 4 second
make console execute command "/tm msg %player% &dTitan &8- &5&l40 EURO"
wait 4 second
make console execute command "/tm msg %player% &dPoti cumpara prin"
wait 2 second
make console execute command "/tm msg %player% &5SMS, PaySafeCard si PayPal&f!"
wait 4 second
make console execute command "/tm msg %player% &dPentru mai multe informatii"
wait 2 second
make console execute command "/tm msg %player% &dVizitati &d&lstore.enderhex.ro &f!"

I don't know how to make a cooldown on "/donatii" command, because if I write /donatii twice it overlapses. Help please!
Use command cooldown features (these should be used in the same way as `permission:` in commands):
upload_2019-7-1_16-41-8.png
 
Can you please add it to my skript? I am kinda new. I want the cooldown to be 33 seconds and I will edit the message, just put something there.
Use this to learn how to use command entries
 
Status
Not open for further replies.