Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.x
1.7.x
Platforms
Tags
Creators
Details
Licensed GPL-3.0-only
Published 5 months ago
Overview
SneakJump adds enhanced jumping mechanics triggered by holding the SHIFT key. The plugin calculates vertical velocity using an accurate simulation of Minecraft’s gravity and tick-based motion, ensuring consistent and predictable jump heights. The jump height can be fully customized in the config, up to the maximum reliable limit of 61 blocks.
Features
- Configurable jump height
- Accurate physics-based calculation with gravity and velocity decay
- Ability to enable or disable the plugin via config
- Customizable messages and permissions
- Works seamlessly on any server type, including RPG, PvP, and minigame setups
- Provides controlled and predictable jump boosts for gameplay mechanics
Config
# Enable or disable SneakJump functionality
# Default: true
enabled: true
# Permission required to use sneak + jump
# Default: empty string, which means no permission required
permission: ""
# Minecraft gravity approximation used in jump calculation
# Default: 0.0882
gravity: 0.0882
# How many blocks high the player should jump when sneaking
# Default: 2, Maximum: 61 blocks (Minecraft limit, maybe I will fix it in the future...)
jump-height: 2
# Multiplier applied to vertical velocity each tick
# Default: 0.997
multiplier: 0.997
# Cooldown between jumps in milliseconds
# Default: 3000 milliseconds (3 seconds)
cooldown: 3000
# List of worlds where SneakJump is active
# Only players in these worlds will be able to sneak + jump
# Default: ["world", "world_nether", "world_the_end"]
allowed-worlds:
- world
- world_nether
- world_the_end
# Cooldown message settings (ACTIONBAR, CHAT, SYSTEM, or nothing)
# Default: ACTIONBAR
cooldown-message-type: "ACTIONBAR"
cooldown-message: "§8[§aSneakJump§8] §fWait {cooldown} milliseconds before jumping again."
# Shows useful commands
# {0} replaces with a command label
# /sneakjump help
help-messages:
- "§7=== §aSneakJump Commands §7==="
- "§e/{0} help §8- §fShows this help message."
- "§e/{0} reload §8- §fReloads the config."
# Reloads the config
# /sneakjump reload
reload-message: "§8[§aSneakJump§8] §fSuccessfully reloaded the config."
# Config version (do not modify)
version: 1
Permissions
sneakjump.jump - Allows the player to use the enhanced jump. Players without this permission will jump normally.
Commands
- /sneakjump help - Displays all available commands.
- /sneakjump reload - Reloads the plugin configuration.


