Place Block
Place Block
當玩家放置指定方塊時觸發
id
place block
Example
- type: "place block"
data:
type: "stone"
condition: |-
check place-block total-amount == 10
then: |-
tell inline color "&a你放置了 {{ &type }} 方塊 * {{ &total-amount }} 個"
當玩家放置指定方塊時觸發
place block
- type: "place block"
data:
type: "stone"
condition: |-
check place-block total-amount == 10
then: |-
tell inline color "&a你放置了 {{ &type }} 方塊 * {{ &total-amount }} 個"