How to detect if a full armour set is on.

Started by phoenix_wb on

Topic category: Help with Minecraft modding (Java Edition)

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.

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! 

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?

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

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?

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