Back to Mods
Dash Jump

Dash Jump

gameplayBigMatt98

Simply adds dash jumping to game.

About Dash Jump

Dash Jump adds a clean, lightweight double-jump ability to Hytale, giving players more freedom and fluid movement without changing the core gameplay. Jump again mid-air to clear gaps, reach higher platforms, and explore the world in a more dynamic way.

Enable / Disable with command /dashjump (Enabled by default) -- requires op /self

Bound to Ability 2. (Set space bar to Ability2 in controls. Or any key you prefer).

Must have weapon equiped.

DashJump API (Modders)

Add the DashJump .jar as a dependency and import: import com.mb.doublejump.api.DoubleJumpApi;

Enable / disable DashJump per player: DoubleJumpApi.enable(commandBuffer, playerRef); DoubleJumpApi.disable(commandBuffer, playerRef); DoubleJumpApi.toggle(commandBuffer, playerRef);

Check state: boolean enabled = DoubleJumpApi.isEnabled(store, playerRef);

DashJump is active when DoubleJumpComponent exists on the player.

Downloads
756
Created
Jan 22, 2026
Updated
Jan 24, 2026
Version
Early Access

Categories

GameplayQuality of Life

Download Mod

Download on CurseForge
Free download • 756 total downloads

Need a Server?

Run Dash Jump on a dedicated Hytale server with easy mod management.

Get Hytale Hosting

Frequently Asked Questions

What is Dash Jump?

Simply adds dash jumping to game.

How do I download Dash Jump?

You can download Dash Jump for free from CurseForge. Click the "Download on CurseForge" button on this page to go directly to the download page.

Who created Dash Jump?

Dash Jump was created by BigMatt98. The mod has been downloaded 756 times.

Is Dash Jump compatible with Hytale servers?

Dash Jump is designed for Hytale and can be used on both single-player and multiplayer servers. Check the mod page on CurseForge for specific compatibility information.

How do I install Dash Jump?

To install Dash Jump: 1) Download the mod from CurseForge, 2) Place the file in your Hytale mods folder, 3) Restart the game. The mod should load automatically.