Item Component - Copy (Expression) — Skript

Addon: Skript · Category: Expression · Since: 2.13

Syntax

[the|a[n]] [item] component copy of %itemcomponents%

Description

Grab a copy of an item component of an item. Any changes made to the copy will not be present on the item.

Examples

set {_component} to the item component copy of (the equippable component of {_item})

View source