promotional bannermobile promotional banner

Dash Jump

Simply adds dash jumping to game.

File Details

DashJump-0.1.4.jar

  • R
  • Jan 24, 2026
  • 16.00 KB
  • 668
  • Early Access

File Name

DashJump-0.1.4.jar

Supported Versions

  • Early Access

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(...)