Blocktype

Description

This condition tests if material type present at the target location is the specified one.
Valid for any Spigot material type, wildcards and block tags.

Attributes

Attribute Aliases Description Default
types type, t, material, mat, m, block, b A list of materials or MMOItem's block name to check. Does also support wildcards and block tags DIRT

Examples

  Conditions:
  - blocktype{type=dirt} true
  Conditions:
  - blockType{type=#leaves,*_log,redstone_torch[lit=true]}

Aliases

  • inblock
  • insideblock
Updated Aug 19, 2026