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