Mine entire veins of ore and chop full trees any blocks instantly just sneak and mine!
Simply hold Sneak (Shift) and break a block to mine the entire connected vein of ore or chop down a whole tree, including leaves. (custom blocks if added) scroll below for commands
Supported ores out of the box:
Supported trees:
Your tool's enchantments are automatically applied to every block in the vein:
Easily add any block to vein mining with simple in-game commands:
/function cvm:add_ore {b:"stone"}
/function cvm:add_log {b:"bamboo_block"}
/function cvm:add_mod {m:"create", b:"zinc_ore", mode:"ore"}
Press F3 to find the block's ID, then add it with one command. That's it!
note: for modded blocks namspace required
All settings adjustable in-game — no file editing needed:
| Setting | Command | Default |
|---|---|---|
| Max vein size | /scoreboard players set max_vein cvm.config 64 | 64 blocks |
| Sneak mode on/off | /scoreboard players set sneak_mode cvm.config 1 | On |
| Cooldown | /scoreboard players set default_cooldown cvm.cooldown 10 | 10 ticks |
| Enable/Disable | /scoreboard players set system_disabled cvm.config 0 | Enabled |
Type /function cvm:help for a help menu
| Command | Description |
|---|---|
/function cvm:help | Show interactive help menu |
/function cvm:add_ore {b:"block_id"} | Add a vanilla block (ore/flood-fill mode) |
/function cvm:add_log {b:"block_id"} | Add a vanilla block (tree/26-dir mode) |
/function cvm:add_mod {m:"namespace", b:"block_id", mode:"ore"} | Add a modded block |
/function cvm:remove {b:"block_id"} | Remove a vanilla block |
/function cvm:remove_mod {m:"namespace", b:"block_id"} | Remove a modded block |