Speeds up mining while holding a tool, with configurable per-tool and Efficiency boosts.
MiningBoost
Faster mining, your way. MiningBoost speeds up block breaking while a player holds a tool, and gives Efficiency-enchanted tools an extra edge — all fully configurable, with no commands or permissions required to just work.
Built for Paper 26.1+ using the modern player-attribute system, so it stays fast and vanilla-friendly with no hacks.
Features
- ⛏️ Speeds up all mining done with a tool (pickaxe, axe, shovel, hoe, shears).
- ✨ Extra boost applied to the Efficiency enchantment, so enchanted tools pull ahead.
- 🎚️ Two independent, configurable boost values.
- 🔧 Per-tool toggles — enable or disable each tool type.
- ♻️ Live reload with
/miningboost reload— no restart needed. - 🪶 Lightweight and survival-friendly; bare-hand breaking stays vanilla.
How it works
MiningBoost uses two vanilla player attributes:
break-speed-boostmultiplies your overall mining speed (base tool speed and Efficiency).efficiency-boostmultiplies only the Efficiency enchantment's contribution.
Because break-speed multiplies everything, the Efficiency portion benefits from both boosts while the base tool speed only gets the first — so enchanted tools always come out a little further ahead.
Example
A Diamond Pickaxe with Efficiency I on stone, using defaults (break-speed-boost: 1.5, efficiency-boost: 0.05):
| Step | Value |
|---|---|
| Base tool speed | 8 |
Efficiency I bonus (level² + 1) |
2 |
| + efficiency-boost | 2 × 1.05 = 2.1 |
| Subtotal | 8 + 2.1 = 10.1 |
| + break-speed-boost | 10.1 × 2.5 = 25.25 |
Vanilla would be 8 + 2 = 10, so it ends up about 2.5× faster.
Installation
- Download the latest
MiningBoost-x.x.x.jar. - Drop it into your server's
plugins/folder. - Restart the server. A default
config.ymlis generated on first run.
Configuration
plugins/MiningBoost/config.yml. Values are multipliers: 0.05 = +5%, 1.5 = +150%, 0 = off.
break-speed-boost: 1.5 # overall mining speed (base + Efficiency)
efficiency-boost: 0.05 # extra boost to ONLY the Efficiency bonus
tools:
pickaxe: true
axe: true
shovel: true
hoe: true
shears: true
Edit the file, then run /miningboost reload in-game to apply changes instantly.
Commands & Permissions
| Command | Description | Permission |
|---|---|---|
/miningboost |
Show current boosts and enabled tools | — |
/miningboost reload |
Reload config.yml live |
miningboost.reload (op) |
Compatibility
- Server: Paper 26.1, 26.1.1, 26.1.2
- Java: 25+
Links
- Source: https://github.com/kezdev/MC-MiningBoost
- License: MIT