Solved break effect on block by a few seconds

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

MrNygus

Active Member
Jan 28, 2017
116
2
18
26
Hi. I want to get break effect on block by a few second if player stop destroying block.

I want to get the same effect when a arrow hit a block.

Thanks ;*
 
like this: https://www.9minecraft.net/wp-conte...t-Fly-Block-Breaking-mod-for-minecraft-04.jpg
Fast-Fly-Block-Breaking-mod-for-minecraft-04.jpg
 
Try this:
Code:
on left click:
    event-block isn't bedrock or barrier
    wait 1 second    #choose your amount of time
    break event-block
[doublepost=1603203605,1603203568][/doublepost]ah
sorry
that is wrong
Try this:
Code:
on left click:
    event-block isn't bedrock or barrier
    wait 1 second    #choose your amount of time
    break event-block
 
Not sure if this is what you want to do.

but you can set the break stage of a block using MorkazSk, like this:
Code:
show block break stage 3 at target block to all players
 
Status
Not open for further replies.