promotional bannermobile promotional banner

Dash Jump

Simply adds dash jumping to game.
Back to Files

DashJump-0.1.4.jar

File nameDashJump-0.1.4.jar
Uploader
BigMatt98BigMatt98
Uploaded
Jan 24, 2026
Downloads
703
Size
16.0 KB
File ID
7521086
Type
R
Release
Supported game versions
  • Early Access

What's new

DashJump can now be controlled programmatically on a per-player basis without using commands or accessing internal systems. DashJump is enabled by the presence of DoubleJumpComponent and is fully ECS-native and server-authoritative.

  • Enable DashJump: DoubleJumpApi.enable(...)

  • Disable DashJump: DoubleJumpApi.disable(...)

  • Toggle DashJump: DoubleJumpApi.toggle(...)

  • Check DashJump state: DoubleJumpApi.isEnabled(...)

This mod has no related projects