How to detect if a full armour set is on.

Started by phoenix_wb on

Topic category: Help with modding (Java Edition)

Last seen on 09:38, 31. Mar 2020
Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to detect if a full armour set is on.

I want to make it so that if a full armour set is on, I can trigger a procedure and say, give the player a option effect, but I don't know how to detect if something is in an armour slot.

Last seen on 13:49, 22. Jul 2021
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Heya Mcreator 2020.2 Beta…
Tue, 03/24/2020 - 03:09

Heya Mcreator 2020.2 Beta Actually has this feature where it detects if there is an item in an armor slot, you can also use some If statements along with this in a single procedure to check if you have all items in their slot, then add what ever effect! 

Last seen on 09:38, 31. Mar 2020
Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Where exactly is this…
Wed, 03/25/2020 - 06:21

Where exactly is this procedure block?

Last seen on 09:38, 31. Mar 2020
Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I found it
Wed, 03/25/2020 - 06:26

I found it

Last seen on 13:48, 7. Aug 2020
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
can anyone tell me which…
Mon, 07/27/2020 - 15:46

can anyone tell me which armour slot corresponds to which number?

Last seen on 14:00, 14. Nov 2023
Joined Jun 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Boots = 0, Leggings = 1,…
Mon, 07/27/2020 - 17:36

Boots = 0, Leggings = 1, Chestplate = 2 and Helmet = 3