Started by
Vlkoš
on
Topic category: Help with MCreator software
Hi, i create full armor and I want to add an advancement (challenge) that a player with this full armor will receive. How to do it (does it go through advacement or do I have to go through a procedure?)?
Thanks
Sorry for my english
Global Trigger: {On Player Tick}
If: get item from armor slot [0] = boots AND get item from armor slot [1] = leggings AND get item from armor slot [2] = chestplate AND get item from armor slot [3] = helmet
Do: Give advancement to [entity]
Make sure that the trigger inside the Advancement itself is set to Impossible