Equippable Component - Dispense (Effect) — Skript

Addon: Skript · Category: Effect · Since: 2.13

Syntax

allow %equippablecomponents% to be dispensed

Description

Whether the item can be dispensed by a dispenser. NOTE: Equippable component elements are experimental. Thus, they are subject to change and may not work as intended.

Examples

allow {_item} to be dispensed
set {_component} to the equippable component of {_item}
prevent {_component} from being dispensed

View source