block under %p:PLAYER% (is|is not) %mat:MATERIAL% — Conditions

block under %p:PLAYER% (is|is not) %mat:MATERIAL%
Player1.0.0

Description

Checks if the block directly below a player is or is not a specific material.

Examples

if block under player is diamond_block:
if block under player is not diamond_block:

All Possible Usages (2)

Every distinct way you can write this pattern, with optional groups and choice groups expanded. Placeholders are shown as <name>.

block under <p> is <mat>
block under <p> is not <mat>

Related (Player)