Skip to content

Block place

toxicity188 edited this page Sep 26, 2023 · 1 revision

Be called when player places some block.

argument

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

usage

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

Clone this wiki locally