Is Interactable (Condition) — Skript
Addon: Skript · Category: Condition · Since: 2.5.2
Syntax
%itemtypes% (is|are) interactableDescription
Checks wether or not a block is interactable.
Examples
on block break:
if event-block is interactable:
cancel event
send "You cannot break interactable blocks!"