JumpBoostBar

Quick rating

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

Mod Loaders
NeoForge
Fabric
Paper
Minecraft
26.1

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unknown
Server Unknown

About

Project Details

Type
Mod
License
GNU General Public License v3.0 only
Latest Version
1.2.2-universal-bugfix
Authors

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.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

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)

  1. Download the appropriate JAR file for your mod loader (Fabric or NeoForge).
  2. Place the JAR file in your mods folder.
  3. Run the game.

Paper (Server-Side)

  1. Download the Paper JAR file.
  2. Place the JAR file in your plugins folder.
  3. 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 are xp and bossbar.
  • 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/java
    • neoforge/src/main/java
    • paper/src/main/java
    • Independent build targets per loader from the same shared logic
    • Version knobs in gradle.properties so 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_version
  • fabric_api_version
  • neoforge_version
  • paper_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

This project has no gallery images yet.

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

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Modrinth
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works