Configuration
Use /doublejumpsettings in-game to adjust most settings live through the admin UI. Configuration is also stored in mods/Double_Jump/double_jump_config.json if you prefer to edit the file directly (requires server restart).
Settings Reference
| Option | Default | Description |
|---|---|---|
horizontalBoost | 10.0 | Horizontal velocity applied in your look direction |
verticalBoost | 15.0 | Vertical (upward) velocity applied on each jump |
cooldownMs | 0 | Cooldown between jumps in milliseconds (0 = no cooldown) |
staminaCost | 1.5 | Stamina consumed per double jump (0 = free) |
infiniteDoubleJump | false | Allow unlimited air jumps (ignores maxJumps) |
maxJumps | 1 | Maximum number of double jumps before you must land |
useAbility2 | false | Bind double jump to the Ability 2 key |
useAbility3 | true | Bind double jump to the Ability 3 key |
warning
Ability slot settings (useAbility2 and useAbility3) are not hot-reloadable. These are injected at startup, so changing them requires a full server restart to take effect.