Simple Double Jump

⭐ — (3 endorsements) 📥 580 downloads 📌 v0.1.0 📅 8/1/2025
🟠 Updated over a year ago

By RareHyperIon · bukkit

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 7/30/2025 📅 Created: 8/1/2025

🔍 Analysis

  • 👍 0.5% endorsement rate
  • 🏆 #743 of 1452 bukkit mods in this game by downloads

📋 About This Mod

✅ - Horizontal & Vertical force multipliers
✅ - Hunger Drain
✅ - Cooldown
✅ - Play any vanilla sound on jump.
✅ - Spawn configurable particles on jump.
✅ - Toggle whether players keep fall damage after a double jump.

# Simple Double Jump Adds a fully customizable double-jump mechanic to your game. ## Features - **Customizable Jump Mechanics** - Horizontal & Vertical force multipliers - Hunger Drain - Cooldown - **Audio & Visual Effects** - Play any vanilla sound on jump. - Spawn configurable particles on jump. - **Preserve Fall Damage** - Toggle whether players keep fall damage after a double jump. - **Fly Conflict Prevention** - Automatically disables double jump whilst /fly is enabled to avoid conflicts. ## Commands | Command | Description | Permission | Default | |---------------|-----------------------------|-------------|---------| | `/sdj reload` | Reload plugin configuration | `sdj.admin` | `op` | ## Permissions | Permission | Description | Default | |--------------|------------------------------|---------| | `sdj.admin` | Reload the plugin’s config | `op` | | `sdj.use` | Allow players to double jump | `op` | ## Configuration <details> <summary>config.yml</summary> ```yml # Whether players keep fall damage after performing a double jump. preserveFallDamage: true # Prevents conflicts with flying abilities. avoidFlyConflicts: true # Use server-side ground detection instead of trusting client packets. # Prevents exploits but may cause slight delays on high-latency connections. hardenedGroundCheck: false # When double jumping should be allowed: # ALL - Available to everyone. # PERMISSION - Players need a specific permission. activationMethod: "PERMISSION" # Technical double jump configuration. jump-settings: # Delay between consecutive double jumps (in server ticks; 20 ticks = 1 second). # To disable double jump cooldowns, set this value to 0 or less. cooldown-ticks: 0 # The amount of hunger points that should be deducted per double jump. # 1 point = half a drumstick; set to 0 to disable hunger drain. hunger-drain: 1 # Factor applied to the normalised look vector to compute horizontal velocity. # In simpler terms, increasing this value makes you travel farther horizontally. horizontal-force-multiplier: 0.5 # The upward velocity applied when performing a double jumping. # Measured in blocks per tick; increase for a stronger vertical boost. vertical-velocity: 0.42 # Double jump effects configuration. effects: sound: # Whether sound effects should be played whenever you double jump. enabled: true # The vanilla Minecraft sound to play whenever double jumping. source: "entity.ender_dragon.flap" # The volume level for the sound effect (0.0 to 1.0). volume: 0.5 # The pitch modifier for the sound effect (0.0 to 2.0). pitch: 1.32 particles: # Whether particle effects should be displayed whenever you double jump. enabled: true # The vanilla Minecraft particle to spawn whenever double jumping. type: "CLOUD" # The number of particles to spawn per double jump. count: 30 # How far particles can spread from the players position. spread: 0.25 ``` </details> <details> <summary>language.yml</summary> ```yml reload: "&aConfiguration successfully reloaded!" no-permission: "&cYou don't have permission to run this command." players-only: "&cYou cannot run this command via the console." cooldown: "&cYou must wait &e<cooldown>&c seconds before double jumping again!" exempt-toggle: on: "&aDouble jumping enabled." off: "&cDouble jumping disabled." ``` </details> ## Support & License ⭐ If you find this project useful, consider giving it a star on GitHub! 📜 This project is under the (https://github.com/RareHyperIonYT/Simple-Double-Jump/blob/main/LICENSE).

# Simple Double Jump

Adds a fully customizable double-jump mechanic to your game.

## Features

  • Customizable Jump Mechanics
  • - Horizontal & Vertical force multipliers
  • - Hunger Drain
  • - Cooldown
  • Audio & Visual Effects
  • - Play any vanilla sound on jump.
  • - Spawn configurable particles on jump.
  • Preserve Fall Damage
  • - Toggle whether players keep fall damage after a double jump.
  • Fly Conflict Prevention
  • - Automatically disables double jump whilst /fly is enabled to avoid conflicts.

## Commands

| Command | Description | Permission | Default | |---------------|-----------------------------|-------------|---------| | `/sdj reload` | Reload plugin configuration | `sdj.admin` | `op` |

## Permissions

| Permission | Description | Default | |--------------|------------------------------|---------| | `sdj.admin` | Reload the plugin’s config | `op` | | `sdj.use` | Allow players to double jump | `op` |

## Configuration

config.yml

```yml # Whether players keep fall damage after performing a double jump. preserveFallDamage: true # Prevents conflicts with flying abilities. avoidFlyConflicts: true # Use server-side ground detection instead of trusting client packets. # Prevents exploits but may cause slight delays on high-latency connections. hardenedGroundCheck: false # When double jumping should be allowed: # ALL - Available to everyone. # PERMISSION - Players need a specific permission. activationMethod: "PERMISSION" # Technical double jump configuration. jump-settings: # Delay between consecutive double jumps (in server ticks; 20 ticks = 1 second). # To disable double jump cooldowns, set this value to 0 or less. cooldown-ticks: 0 # The amount of hunger points that should be deducted per double jump. # 1 point = half a drumstick; set to 0 to disable hunger drain. hunger-drain: 1 # Factor applied to the normalised look vector to compute horizontal velocity. # In simpler terms, increasing this value makes you travel farther horizontally. horizontal-force-multiplier: 0. 5 # The upward velocity applied when performing a double jumping. # Measured in blocks per tick; increase for a stronger vertical boost. vertical-velocity: 0. 42 # Double jump effects configuration. effects: sound: # Whether sound effects should be played whenever you double jump. enabled: true # The vanilla Minecraft sound to play whenever double jumping. source: "entity.ender_dragon.flap" # The volume level for the sound effect (0. 0 to 1. 0). volume: 0. 5 # The pitch modifier for the sound effect (0. 0 to 2. 0). pitch: 1. 32 particles: # Whether particle effects should be displayed whenever you double jump. enabled: true # The vanilla Minecraft particle to spawn whenever double jumping. type: "CLOUD" # The number of particles to spawn per double jump. count: 30 # How far particles can spread from the players position. spread: 0. 25 ```

language.yml

```yml reload: "&aConfiguration successfully reloaded!" no-permission: "&cYou don't have permission to run this command." players-only: "&cYou cannot run this command via the console." cooldown: "&cYou must wait &e&c seconds before double jumping again!"

exempt-toggle: on: "&aDouble jumping enabled." off: "&cDouble jumping disabled." ```

## Support & License

⭐ If you find this project useful, consider giving it a star on GitHub!

📜 This project is under the (https://github.com/RareHyperIonYT/Simple-Double-Jump/blob/main/LICENSE).

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
RareHyperIon
Version
0.1.0
Downloads
580
Endorsements
3
Category
bukkit
Created
8/1/2025
Updated
7/30/2025
Game Versions
1.12, 1.12.1, 1.12.2, 1.13, 1.13.1

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does Simple Double Jump support?

The author lists 1.12, 1.12.1, 1.12.2, 1.13, 1.13.1, 1.13.2. Other versions may work but are untested by the author.

What is the latest version of Simple Double Jump?

Version 0.1.0, published 2025-07-30 with 580 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More bukkit 👤 More by RareHyperIon 🔎 Similar Mods 🌐 Best bukkit (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods