DoubleJump
DoubleJump modification opens up new movement possibilities for players by adding double jump functionality to Minecraft. This plugin is perfect for servers where player dynamics and mobility are important.
Main Advantages
The plugin is developed with a focus on performance - it minimally loads the server while maintaining stable operation even with a large number of players. Configuration is intuitive and accessible even for beginners, and regular updates ensure compatibility with the latest game versions.
Functional Capabilities
When performing a double jump, visual particles and sound effects are activated, making the process more spectacular. The system supports jump streaks, special items for ability activation, and flexible notification settings through various message channels.
Administrators can restrict double jump usage in specific worlds, game modes, or for particular players. Settings for automatic ability activation upon joining the server and options for resetting jump streaks after death or landing are also available.
Integration with Other Plugins
DoubleJump is compatible with popular extensions: WorldGuard for disabling the function in specific regions, Adventure components for extended text capabilities, and PlaceholderAPI for creating custom placeholders. Developers will appreciate the convenient API for integration with other projects.
Capability Demonstration
Double jump without delay:

Double jump with delay and streak:

Commands and Permissions
| Command | Permission |
|---|---|
doublejump |
command.doublejump |
doublejump -for |
command.doublejump.for |
doublejump item give |
command.doublejump.item.give |
doublejump item remove |
command.doublejump.item.remove |
PlaceholderAPI Placeholders
jump-player-delay- shows remaining time until next double jumpjump-player-is-delay- returns "yes" or "no" depending on whether player has jump delayjump-player-regeneration-delay- displays jump regeneration time in readable formatjump-player-has-jumps- shows whether player has available double jumpsjump-player-jumps-limit- returns jump limit for playerjump-player-jumps- shows total number of performed double jumpsjump-player-streak- displays player's current double jump streak
All placeholders return null if player doesn't have active double jump.
Notification Types
CHAT- message in chatACTIONBAR- notification in action barTITLE- title on screenSUBTITLE- subtitleDISABLED- disable notifications
Important Particle Information
When encountering particle errors, note that the plugin only supports particle types without additional data or with DustOptions parameters. Complete list of available particles with data requirements description can be found in official Spigot documentation.