Data / Materials data/block_material

Block Material

Resolves and validates a block material name, confirming it is a placeable block.

Note: Material names are case-insensitive internally but output as UPPER_CASE.

Outputs

NameTypeDescription
name string Canonical material name (e.g. BIRCH_PLANKS).
found boolean True if resolved to a known Bukkit Material.
isBlock boolean True if the material can be placed as a block.

Properties

KeyTypeDefaultDescription
material string "STONE" Material Name