Equippable Component (Expression) — Skript

Addon: Skript · Category: Expression · Since: 2.13

Syntax

[the] equippable component[s] of %slots/itemtypes%

Description

The equippable component of an item. Any changes made to the equippable component will be present on the item. NOTE: Equippable component elements are experimental. Thus, they are subject to change and may not work as intended.

Examples

set {_component} to the equippable component of {_item}
set the equipment slot of {_component} to helmet slot
clear the equippable component of {_item}
reset the equippable component of {_item}

View source