command block to make an armor dispense
I'm trying to use a command block to make an armor dispenser that places the armor in the specific slot
I have
/replaceitem entity @p slot.armor.head diamond_helmet
but it doesnt seem to work. Is anyone able to help?
0
-
Ian, you're missing a number after slot.armor.head for the slot ID. I just added a 1 and it worked great:
/replaceitem entity @p slot.armor.head 1 diamond_helmet
0 -
thank you. That fixed it. :)
0
Please sign in to leave a comment.
Comments
2 comments