Blockbreak

Criteria: BlockBreak

Triggered when a player breaks 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_BLOCKBREAK_CRITERIA:
      Type: BlockBreak
      Block: STONE,GRANITE,DIORITE,ANDESITE
      Conditions:
      - world super_hell
Updated Aug 19, 2026