Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Lobby Jump
A simple, lightweight, and fully configurable double-jump plugin, perfect for enhancing player movement on your lobby server/ hub.
Features
- 💨 Mid-Air Jump: Allows players to perform a second jump in the air for a fun boost.
- 🔧 Fully Configurable: Easily change the horizontal power, vertical height, and sound effects in the
config.yml. - 🔊 Custom Sounds: Choose any in-game sound for the jump effect, or disable it completely.
- 🕊️ Lightweight: No commands, no unnecessary features. Just drop it in and it works.
- ✅ Permission Ready: Control who can use the double jump with a single permission node: doublejump.use
Installation
- Download the latest release from the sidebar.
- Place the
LobbyJump.jarfile into your server's/pluginsfolder. - Restart your server. A configuration file will be generated at
/plugins/LobbyJump/config.yml.
Configuration
You can customize everything in the config.yml:
# Whether the double jump feature should be enabled globally.
enabled: true
jump:
# The strength of the forward/directional boost.
horizontal-power: 1.5
# The strength of the upward boost.
vertical-power: 1.0
sound:
# The sound to be played on jump (e.g., "entity.ghast.shoot").
# Set to "NONE" to disable.
name: "entity.ghast.shoot"
volume: 1.0
pitch: 1.0
Pages
Members
Owner