[TUTORIAL] Simple Double Jump!

Started by Grimlock on Sat, 08/27/2022 - 01:05

Topic category: User side tutorials

Last seen on 01:20, 3. Nov 2022
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • Tracker tickets:
  • MCreator plugins:
  • Comments:
[TUTORIAL] Simple Double Jump!
Sat, 08/27/2022 - 01:05

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 01:20, 3. Nov 2022
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • Tracker tickets:
  • 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:
  • Tracker tickets:
  • MCreator plugins:
  • Comments:
This also allows me to…
Sat, 08/27/2022 - 20:21

This also allows me to infinitely jump

Last seen on 01:20, 3. Nov 2022
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • Tracker tickets:
  • 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 17:39, 29. Mar 2023
Joined Feb 2018
Points:

User statistics:

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

You need conditions for that to make it work!