JumpBoostBar
No reviews yet
A simple mod to add a charging bar for when jumping with jump boost This mod was made & suggested by/for DashPum4; https://youtube.com/@DashPum4
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Paper is a fork of Spigot that adds its own plugin API on top of the Bukkit API. All Spigot plugins are compatible with paper, not all paper plugins are compatible with Spigot.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
JumpBoostBar
Because who needs to build leg muscles when you can just... charge up and fly? It's not lazy, it's efficient.
This mod/plugin allows you to charge a jump by sneaking, and then release to perform a super jump! The height of the jump is determined by how long you charge it and your current Jump Boost potion effect.
Features
- Chargeable Jumps: Hold sneak to charge, release to jump.
- Jump Boost Integration: The higher your Jump Boost level, the higher you can jump.
- Visual Feedback: The charge is displayed on your experience bar.
- Cross-Platform: Works on Fabric (client-side), NeoForge (client-side), and Paper servers.
Installation
Fabric & NeoForge (Client-Side)
- Download the appropriate JAR file for your mod loader (Fabric or NeoForge).
- Place the JAR file in your
modsfolder. - Run the game.
Paper (Server-Side)
- Download the Paper JAR file.
- Place the JAR file in your
pluginsfolder. - Restart your server.
Configuration (Paper)
The Paper plugin can be configured in the plugins/JumpBoostBar/config.yml file.
enabled: Enable or disable the plugin.bar: The type of bar to use for the jump boost bar. Valid options arexpandbossbar.actionbar-message: The message to display in the action bar when the jump boost bar is active. You can use{blocks}to display the number of blocks the player has jumped.
For Developers
This project is open source! Feel free to contribute on GitHub.
What This Setup Gives You
- One shared codebase in
common/src/main/java - Loader-specific bootstrap code in:
fabric/src/main/javaneoforge/src/main/javapaper/src/main/java
- Independent build targets per loader from the same shared logic
- Version knobs in
gradle.propertiesso you can move across 1.21.x without rewriting code
Project Layout
.
|-- common/
| `-- src/main/java/gg/literal/jumpboostbar/common/
|-- fabric/
| |-- src/main/java/gg/literal/jumpboostbar/fabric/
| `-- src/main/resources/fabric.mod.json
|-- neoforge/
| |-- src/main/java/gg/literal/jumpboostbar/neoforge/
| `-- src/main/resources/META-INF/neoforge.mods.toml
|-- paper/
| |-- src/main/java/gg/literal/jumpboostbar/paper/
| `-- src/main/resources/paper-plugin.yml
|-- build.gradle
|-- gradle.properties
`-- settings.gradle
Group And Coordinates
- Group ID:
gg.literal - Base mod id:
jumpboostbar
Configured in gradle.properties.
Versioning Strategy (1.21.x Range)
Edit gradle.properties to shift target patch versions:
mc_versionfabric_api_versionneoforge_versionpaper_api_version
Then build each loader module.
Example (override from command line without editing files):
./gradlew :fabric:build -Pmc_version=1.21.6
Note: each loader ecosystem has its own compatible artifact versions. Keep the 4 properties aligned per target patch.
Build Commands
./gradlew :fabric:build
./gradlew :neoforge:build
./gradlew :paper:build
Run Dev Servers
Fabric dedicated server run config:
./gradlew :fabric:runDedicatedServer
NeoForge dedicated server run config:
./gradlew :neoforge:runServer
Paper is a plugin target; drop the built jar into your Paper server plugins/ folder.
Where To Put Shared Logic
Put gameplay/business logic in common/src/main/java. Keep only loader adapters and event wiring inside each loader module.
This is the key part that prevents recoding for every loader/version.
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers