Equippable Component - Equip Sound (Expression) — Skript

Addon: Skript · Category: Expression · Since: 2.13

Syntax

[the] equip sound [of %equippablecomponents%]

Description

The sound to be played when the item is equipped. NOTE: Equippable component elements are experimental. Thus, they are subject to change and may not work as intended.

Examples

set the equip sound of {_item} to "entity.experience_orb.pickup"
set {_component} to the equippable component of {_item}
set the equip sound of {_component} to "block.note_block.pling"

View source