Advacement full armor

Started by Vlkoš on

Topic category: Help with MCreator software

Last seen on 11:01, 10. Jul 2021
Joined Aug 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Advacement full armor

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

Last seen on 22:41, 29. Dec 2021
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Global Trigger: {On Player…
Mon, 11/23/2020 - 16:06

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