armor effect bug

Started by AwesomeGamer333 on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 01:08, 2. Sep 2020
Joined Aug 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
armor effect bug

in certain curcumstances, if you have an armor piece that gives you a potion effect, the duration will always be 0 no matter what. additionally, if the effect is health boost, it buggs out even more.

circumstances:

you have to have a function attached to an armor tick event

the function has to look something like this:function image

Last seen on 14:24, 21. Feb 2022
Joined Jun 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The duration is in tick 20…
Wed, 08/26/2020 - 15:31

The duration is in tick 20 ticks = 1 second

Last seen on 01:08, 2. Sep 2020
Joined Aug 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
oh thats in ticks? i thought…
Wed, 08/26/2020 - 17:51

oh thats in ticks? i thought it was in seconds.