Lid Is Open/Closed (Condition) — Skript

Addon: Skript · Category: Condition · Since: 2.10

Syntax

[the] lid[s] of %blocks% (is|are) (open[ed]|close[d])

Description

Check to see whether lidded blocks (chests, shulkers, etc.) are open or closed.

Examples

if the lid of {_chest} is closed:
	open the lid of {_block}

View source