For the complete documentation index, see llms.txt. This page is also available as Markdown.

Place Block

Place Block

Places a temporary block at action location, then restores the original block after time expires.

Temporary blocks do not drop items. On Spigot, some non-standard block-break methods may not be detected. Paper does not have this issue.

Avoid placing high-value blocks. If the server crashes and temporary-block state is not saved, those blocks may be treated as real blocks after restart and can be dropped.

type: place_block
block: COBWEB
duration: 60

Field Details

block

Block material to place.

block: POWDER_SNOW

duration

Duration in ticks.

duration: 80

Last updated