Break Block
Break Block
Triggers when a player breaks a specified block.
id
break block
Condition
break-block
id: yui-break-block
/ break-block
Syntax:
break-block total-amount
returns the total number of blocks broken.
Example
- type: "break block"
data:
type: "stone"
condition: |-
check break-block total-amount == 10
then: |-
tell inline color "&aYou have destroyed {{ &type }} blocks * {{ &total-amount }} times"