Blockplace

Criteria: BlockPlace

Triggered when a player places a block of the given type.

Attributes

Attribute Description Default
Block The block material to match. Supports comma-separated materials. Required

Examples

SOME_ACHIEVEMENT:
  Criteria:
    A_BLOCKPLACE_CRITERIA:
      Type: BlockPlace
      Block: DIAMOND_BLOCK,EMERALD_BLOCK
      Conditions:
      - outside
Updated Aug 19, 2026