Solved Help with block break event

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

dergrosehd

Member
Feb 9, 2020
17
1
3
Germany or Portugal
I am looking for a method to break a block only with specific items
Code:
on break of a stone:
    damaged wooden pickaxe:
        cancel event
    damaged stone pickaxe:
        cancel event # it's true
        send "Now its right"
        add 1 to {variable::minedstone::%player%}
 
Status
Not open for further replies.