Skip to content

block

Parameters

Name Type Description Default
allow List<Material> List of materials to allow, if empty ignored []
deny List<Material> List of materials to deny []

Examples

block:
  allow: [ stone, grass_block ]
block:
  deny: [ water, lava ]