Give potions with Custom 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!

ProLamb231

Member
Jul 26, 2024
13
1
3
I'm not that good at skript. I've been trying to give players splash potions with custom cooldowns but I can never figure out how. If anyone thinks they can help, I will be grateful for their insight on this problem. Thanks!
 
I'm not that good at skript. I've been trying to give players splash potions with custom cooldowns but I can never figure out how. If anyone thinks they can help, I will be grateful for their insight on this problem. Thanks!
Ok I got you!
Code:
command /potion:
    cooldown: 60s
    cooldown message: &cThis command is on cooldown!
    trigger:
        give player 1 potion of healing
 
Hey sorry for REALLY late reply but I mean like when you splash a potion effect on someone and it has a duration before it runs off. Is there any way to modify it?