Skip to main content
 Warning: Unmaintained Version
Version: 0.4.2

Block Place Event

The Block Place Event is called when a block is placed in the world.

How could this be used?

This event could be used to create a custom block that has special properties when placed in the world, like particles or sounds that play. It could also be used to create a block that when placed, can turn itself into a cool structure.

Fields

Triggers

InheritedList
A list of entries that will be triggered after this entry is triggered.

Location

Optional

The location of the block that was placed.

Block

Required

The block that is placed.