Ability to fly when wearing chestplate

Started by Kylebutter123 on

Topic category: Help with MCreator software

Last seen on 01:51, 7. Sep 2020
Joined Dec 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ability to fly when wearing chestplate
Sat, 08/17/2019 - 00:09 (edited)

Hello, I am trying to make a procedure for the chestplate update tick where if it is put on, it will activate flight and when it is taken off, it will remove the ability of flight.

Here is the procedure so far - https://imgur.com/hqh9tji

Can anyone help me with this?

 

Edited by Kylebutter123 on Sat, 08/17/2019 - 00:09
Create this procedure in…
Sat, 08/17/2019 - 01:28

Create this procedure in event Chestplate update tick :

if get item in armor slot 2 = YourChestplate

do Allow entity to fly (Put it to true)

Last seen on 01:51, 7. Sep 2020
Joined Dec 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This works.. but when i put…
Sat, 08/17/2019 - 03:57

This works.. but when i put on a chestplate with used durability it doesn't work.

Also when I take off the chestplate while im in air, it keeps my flight ability.

Last seen on 17:18, 11. Feb 2020
Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thats a Bug
Fri, 08/30/2019 - 13:23

Thats a Bug