Sneaking and Triggers

Started by CptPICHU on

Topic category: Help with MCreator software

Last seen on 23:36, 4. Dec 2021
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Sneaking and Triggers

Hi there!

So i'm pretty new in this cool tool.

I want to make a Jetpack Enchant. I already know how to Create it, test for it and structurize it. It basically gives levitation as long as the player is sneaking. But i'm stuck with one thing.

 

How do i trigger this? No global trigger makes sense for "player sneaking". What can i do here? Maybe this player tick thing? What even does this trigger do? And does it eat up lots of resources?

 

Would be great if you could help me out!

Last seen on 20:04, 12. Apr 2023
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
use global trigger "on…
Tue, 05/18/2021 - 07:56

use global trigger "on player tick update"

then do IF:is sneaking,Do:"what u want here"