BigMining

The BigMining mechanic

The BigMining mechanic allows players to break multiple blocks around a target block efficiently, respecting protection rules, unbreakable blocks, and player permissions.

radius and depth options are required!

Simple

# Example

Mechanics:
  bigmining:
    radius: 2         # The radius of blocks around the destroyed block to break.
    depth: 3          # The depth of blocks to break in the direction of mining.

Switchable

# Example

Mechanics:
  bigmining:
    radius: 1
    depth: 3
    switchable: true  # Will switch bigmining mode on right-click

Breaking material whitelist

# Example

Mechanics:
  bigmining:
    radius: 1
    depth: 3
    materials:       # List of whitelisted materials
    - STONE

Last updated