Armor Set Bonus

Started by Ninjaman727 on Tue, 07/03/2018 - 23:31

Topic category: Help with MCreator software

Last seen on 23:26, 7. Jul 2018
Joined Jul 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • Tracker tickets:
  • MCreator plugins:
  • Comments:
Armor Set Bonus
Tue, 07/03/2018 - 23:31

I'm creating a mod where I want there to be an armor set bonus if the player has this certain armor equipped (i.e. player will get speed, nightvision, haste, ect. if full armor set equipped)

I've searched around the forums and the internet in general to try to find a solution to this, but none of them include the new procedure system.

Could someone help me with this?

Last seen on 15:21, 20. Feb 2021
Joined Jan 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • Tracker tickets:
  • MCreator plugins:
  • Comments:
In Player Management, drag…
Mon, 07/16/2018 - 17:05

In Player Management, drag in 'Has provided entity [block/item] in inventory] and use that.

if Has provided entity [helmet] in inventory
do if Has provided entity [chestplate] in inventory
   do if Has provided entity [leggings] in inventory
      do if Has provided entity [boots] in inventory
         do #Do whatever

 

Last seen on 12:53, 28. Aug 2019
Joined Mar 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • Tracker tickets:
  • MCreator plugins:
  • Comments:
Sorry but this doesn't work…
Tue, 06/25/2019 - 13:15

Sorry but this doesn't work.