Armor Set Bonus

Started by Ninjaman727 on

Topic category: Help with MCreator software

Joined Jul 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Armor Set Bonus

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?

Joined Jan 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • 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

 

Joined Mar 2019
Points:

User statistics:

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

Sorry but this doesn't work.