standing_on_block
Passes when the player is standing on or inside the specified block type.
Categories: world
Required arguments
| Key(s) | Description | Type |
|---|---|---|
block | The block type (material name) the player must be standing on. | BLOCK |
Example
conditions:
- id: standing_on_block
args:
block: <value>