Skip to content

Block break

toxicity188 edited this page Sep 26, 2023 · 2 revisions

Be called when player breaks some block.

argument

argument aliases type description
type t material the type of the broken block
location loc,l string the location of the broken block formatted as 'x,y,z'
world w string the world of the broken block

usage

- blockbreak{loc="0,0,0",w="world",t=stone}

Clone this wiki locally