Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for kezdev

Speeds up mining while holding a tool, with configurable per-tool and Efficiency boosts.

Report MiningBoost?

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-boost multiplies your overall mining speed (base tool speed and Efficiency).
  • efficiency-boost multiplies 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

  1. Download the latest MiningBoost-x.x.x.jar.
  2. Drop it into your server's plugins/ folder.
  3. Restart the server. A default config.yml is 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+

Information

CategoryGameplay
Published onJune 13, 2026
LicenseMIT
Downloads0
Stars0
Watchers0

Pinned Versions

Members

Avatar for kezdev

kezdev

Owner