Paste #51748: equiperrr

Date: 2019/01/26 04:47:54 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


Group    npc:
Name    equip:
Syntax    - equip (<npc>|...) (hand:<item>) (offhand:<item>) (head:<item>) (chest:<item>) (legs:<item>) (boots:<item>) (saddle:<item>) (horse_armor:<item>)

Related Tags    <e@entity.equipment>:

Usages:
» Use to equip a stone block on the player's head:
- equip <player> head:i@stone


» Use to equip a iron helmet on two players named Bob and Steve.
- equip p@bob|p@steve head:i@iron_helmet:


» Use to unequip all armor off the player.
- equip <player> head:i@air chest:i@air legs:i@air boots:i@air


» Use to equip a saddle on a horse.
- equip e@horse saddle:i@saddle


» Use to equip a saddle on a pig.
- equip e@pig saddle:i@saddle