Problem with double jump

Started by sparkx on

Topic category: Help with Minecraft modding (Java Edition)

Joined Sep 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Problem with double jump

how can i make it that i can use jump and double jump in one keybind because right now it's annoying i can't make double jump cuz of that! i want to have jump and double jump in one keybind :(

Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can create a custom…
Fri, 10/10/2025 - 02:52

You can create a custom keybind and just have it also bound to space, then when it is clicked, check if the player is not on the ground, then override their velocity upwards a little bit, as well as overriding their fall distance to 0 so they don't die upon touching the ground.