flowers

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

Hab

Member
Apr 1, 2024
3
0
1
21
yo i recently made a skript that if you break some specific flowers you get them with auto-pickup and they also respawn in a few secnds
this works perfectly for small flowers:
on break of white tulip:
set {_loc} to event-location
cancel drops
give drops of block to player
wait 10 seconds
set block at {_loc} to white tulip

but it doesnt work for tall flowers:
on break of rose bush:
set {_loc} to event-location
cancel drops
give drops of block to player
wait 10 seconds
set block at {_loc} to rose bush

so tall flowers work like they are 2 blocks, and if i break the lower part, everything works fine
but if i break the taller part, then i dont get the flower, and it also breaks when respawning
after that it wont respawn

any ideas to fix it?
thanks for everyone who is answering