Regen Armour

Started by shadowmaster2119 on

Topic category: Help with MCreator software

Last seen on 01:34, 21. May 2020
Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Regen Armour

Is there a way I can cause the armour items that a player has equipped to regenerate damage using the "On player update" trigger? This would greatly help in my mod

 

Thanks,

Shadow

Last seen on 13:36, 6. May 2021
Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You want to regen armor or…
Wed, 01/29/2020 - 11:36

You want to regen armor or player?

Last seen on 01:34, 21. May 2020
Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The armour  
Wed, 01/29/2020 - 19:55

The armour

 

Last seen on 13:36, 6. May 2021
Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
make it unbreakable then
Thu, 01/30/2020 - 21:12

make it unbreakable then

Last seen on 01:34, 21. May 2020
Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I want it to be breakable…
Sat, 02/01/2020 - 00:57

I want it to be breakable just when you go into lava it regenerates the health of the armour

Last seen on 10:54, 17. Apr 2021
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Mcreator can lower…
Sat, 02/01/2020 - 02:55

Mcreator can lower durability, not sure about lava only. Just make the armour give Fire Resistance all the time, or you can set the durability lower to a negative number and hope it works.

Last seen on 01:34, 21. May 2020
Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I want it to regenerate the…
Sat, 02/01/2020 - 09:17

I want it to regenerate the item health when the player enters lava

Last seen on 10:54, 17. Apr 2021
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ok, set when [touching lava]…
Fri, 02/07/2020 - 19:40

Ok, set when [touching lava] lower item durability by -10, or 5 or whatever you want. Done.

Last seen on 01:34, 21. May 2020
Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
But the problem is is that…
Fri, 02/07/2020 - 23:56

But the problem is is that with that trigger I can't access the items durability

Last seen on 01:34, 21. May 2020
Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Also rednax you should check…
Fri, 02/07/2020 - 23:59

Also rednax you should check your "how to make enemies that inflict conditions" forum more often

Last seen on 10:54, 17. Apr 2021
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Do on player update trigger,…
Sat, 04/18/2020 - 04:41

Do on player update trigger, if (touching lava) then decrease item durability (specify which slot) by -X.