Equippable Component - Equipment Slot (Expression) — Skript

Addon: Skript · Category: Expression · Since: 2.13

Syntax

[the] equipment slot [of %equippablecomponents%]

Description

The equipment slot an item can be equipped to. NOTE: Equippable component elements are experimental. Thus, they are subject to change and may not work as intended.

Examples

set the equipment slot of {_item} to chest slot
set {_component} to the equippable component of {_item}
set the equipment slot of {_component} to boots slot

View source