[TUTORIAL] Simple Double Jump!

Started by Grimlock on

Topic category: User side tutorials

Last seen on 00:37, 8. Jan 2024
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
[TUTORIAL] Simple Double Jump!

Hello! This is my first tutorial, so let me get into it!

1. Make a new keybind - Bind it to whatever you want and name it whatever you want

2. In the triggers for the keybind, make a procedure on key pressed

3. In the procedure put this --> 

You can change the "vy" to how high you want to go. I found that 0.5 is about 1 block. You can change the "vx" to how far you want to go when using the double jump ability!
And with that, thats all you need to do! If you want to use make this an enchant:
1. Make a enchant - name whatever
2. In the keybind procedure (see above) check if your armor piece has your enchant then ovveride the motion vector then thats it!
Hope you enjoyed!!!

Last seen on 00:37, 8. Jan 2024
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Edit: The "vx" override…
Sat, 08/27/2022 - 01:14

Edit: The "vx" override doesn't work. Trying to fix it! Please respond if you have any ideas on how to fix it

Last seen on 07:30, 24. Sep 2022
Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This also allows me to…
Sat, 08/27/2022 - 20:21

This also allows me to infinitely jump

Last seen on 00:37, 8. Jan 2024
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can make a variable and…
Sun, 08/28/2022 - 21:51

You can make a variable and make it go up by one each time you use the double jump, and if its over 1, dont override then set it to 0

Last seen on 10:38, 29. Mar 2024
Joined Feb 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You need conditions for that…
Thu, 10/13/2022 - 23:12

You need conditions for that to make it work!

Last seen on 10:01, 28. May 2023
Joined Mar 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
cant find the block pls help…
Sun, 05/28/2023 - 09:38

cant find the block

pls help

 

Last seen on 21:34, 28. Mar 2024
Joined Sep 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
fix for infinite jump- use…
Sun, 05/28/2023 - 16:42

fix for infinite jump- use variable, if variable is equal to a value, cancel the jump. also, if it does allow them to jump, change the variable' value.