Equippable Component - Shear Off (Effect) — Skript

Addon: Skript · Category: Effect · Since: 2.13

Syntax

allow %equippablecomponents% to be sheared off [of entities]

Description

Whether the item can be sheared off of entities. NOTE: Equippable component elements are experimental. Thus, they are subject to change and may not work as intended.

Examples

allow {_item} to be sheared off
set {_component} to the equippable component of {_item}
if {_component} can be sheared off of entities:
	prevent {_component} from being sheared off of entities

View source