CO
CowJuice69/Bhop-Paper-Plugin
Lightweight bunny hop plugin for Paper 1.21+
BhopPlugin
A lightweight bunny hop plugin for Paper servers that preserves and amplifies player momentum across jumps.
Features
- Smooth momentum accumulation on consecutive jumps
- Configurable speed boost and speed cap
- Permission-based access control
- Momentum resets on water contact or standing still for too long
- No external dependencies
Requirements
- Paper 1.21+
- Java 21+
Installation
- Download the latest
.jarfrom the releases page - Drop it into your server's
plugins/folder - Restart the server
- Configure
plugins/BhopPlugin/config.ymlto your liking
Configuration
bhop:
# Multiplier applied to the player's speed on each jump.
# Higher values = faster acceleration. Recommended: 1.1 - 1.5
speed-boost: 1.28
# Maximum horizontal speed a player can reach (in blocks/tick).
# Vanilla sprint speed is roughly 0.28. Default cap is ~4.5x that.
max-speed: 4.5
# Enable debug logging in console (for development only).
debug: falsePermissions
| Permission | Description | Default |
|---|---|---|
bhop.use |
Allows the player to use bhop | false |
bhop.reload |
Allows reloading the config | op |
To give all players access via LuckPerms:
/lp group default permission set bhop.use true
Commands
| Command | Description | Permission |
|---|---|---|
/bhopreload |
Reloads the plugin config | bhop.reload |
How it works
When a player jumps, their current stored speed is multiplied by speed-boost and capped at max-speed. This new speed is then applied to their horizontal velocity, preserving direction. Momentum is lost if the player stands on the ground for more than 500ms or enters water.
License
MIT
On this page
Languages
Java100.0%
Contributors
Latest Release
v1.0.0February 19, 2026MIT License
Created February 19, 2026
Updated February 19, 2026