How to test for a block at a location Skript

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

  • 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.

SmallDev

Member
Apr 6, 2020
39
0
6
Basically, for my booster Skript I'm making I only want one player to be able to use a booster an hour, here's what I'm working with.

on click:
if player's held item is sunflower named "&6Rainy Weather Booster" with lore "Increases fishing speed" and "Right click":
send "&3----------------------------------------" to players
send "&c%player% HAS ACTIVATED A RAIN BOOSTER!!!!!! " to players
send "&3----------------------------------------" to players
execute command "minecraft:weather rain"
remove 1 sunflower named "&6Rainy Weather Booster" with lore "Increases fishing speed" and "Right click" from player
wait for 10 seconds
execute command "minecraft:weather clear"

Any help would be appreciated, thx.
 
Status
Not open for further replies.