Potion effects to full armor sets?

Started by icreep4fun on

Topic category: Help with modding (Java Edition)

Last seen on 23:59, 12. Jun 2019
Joined Apr 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Potion effects to full armor sets?

So I'm making a superhero mod pack and I need to know step by step how to add potion effects to a player when he/she is wearing a full set of armor. I know how to do it when someone is wearing a piece of armor but I need a full set. And I don't know how to decypher code so I would enjoy it if it was in stackable event steps

Last seen on 21:06, 5. Jan 2022
Joined Mar 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Maybe try to have a variable…
Thu, 12/14/2017 - 21:35

Maybe try to have a variable that is set to True when each separate piece of armor is worn then set a command on the helmet that gives effect if all of those variables true.

Last seen on 23:00, 17. Nov 2018
Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
We can't because armor piece…
Sun, 11/04/2018 - 21:39

We can't because armor piece only have on armor tick event. It need the on item being worn event which MCreator didn't implemented for armor piece.