Equip (Effect) — Skript

Addon: Skript · Category: Effect · Since: 1.0, 2.7 (multiple entities, unequip), 2.10 (wolves), 2.12.1 (happy ghasts)

Syntax

equip [%livingentities%] with %itemtypes%

Description

Equips or unequips an entity with the given itemtypes (usually armor). This effect will replace any armor that the entity is already wearing.

Examples

equip player with diamond helmet
equip player with diamond leggings, diamond chestplate, and diamond boots
unequip diamond chestplate from player
unequip player's armor

View source