Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Veinminer
ModLicenseRef-All-Rights-Reserved

Veinminer

Veinminer is a configurable mining mod that lets you break entire veins with a single block break. It keeps the grind down while giving server owners clear controls, limits, and permissions.

301.0K
Downloads
97
Followers
2 months ago
Updated
📦
30
Versions
equipmentgame-mechanicsutilityfabricneoforge
Download Latestv3.1.2+1.21.11View on Modrinth

📖About Veinminer

⛏ Veinminer

Veinminer is a configurable mining mod that lets you break entire veins with a single block break. It keeps the grind down while giving server owners clear controls, limits, and permissions.


⚙️ Key Features

  • 🧱 Vein Mining — mines adjacent matching blocks with TPS-aware block caps.
  • 🛠️ Activation Choices — crouch or hotkey; hold or toggle modes per player.
  • 🙌 Empty-Hand Support — trigger without holding a tool (optional).
  • 🧰 Flexible Block Lists — global and per-tool lists can be whitelist or blacklist.
  • 🪓 Per-Tool Rules — different block sets per tool; seeded defaults.
  • ⚡ Fortune/Silk & Durability Safety — honors enchants; optional durability guard.
  • 🔁 Cooldown & Limits — optional cooldown; static or dynamic max blocks.
  • ✴️ Particles/Outline — server-driven outline with color + duration controls.
  • 🔐 LuckPerms Toggle — optional integration for permissions.
  • 🧪 /veinminer test — quick command to verify behavior and responses.
  • 🔄 Live Reloads — /veinminer reload with file/line reporting on errors.

Works server-side out of the box. Optional client mod adds the hotkey (default V).


🔧 Configuration & Commands

Command quick reference

Command Description
/veinminer help List commands.
/veinminer reload Reload config without restart (errors show file/line).
/veinminer test Run a quick behavior check.
/veinminer toggle Toggle Veinminer for yourself.
/veinminer blocks add/remove/list <block> Manage global block list (whitelist/blacklist).
/veinminer tools add/remove/list <item> Manage allowed tools.
/veinminer settings blockpertool Toggle per-tool block logic.
`/veinminer settings cooldown enable disable`
/veinminer settings cooldown set <seconds> Set cooldown time.
/veinminer settings maxblocks <number> Set hard cap per activation.
`/veinminer settings luckperms enable disable`
/veinminer blockpertool blocks <tool> add/remove/list <block> Per-tool block lists.
/veinminer blockpertool tool add/remove/list <tool> Manage tools in per-tool mode.
`/veinminer particles enable disable`
/veinminer particles setcolor <r> <g> <b> RGB color for outline.
/veinminer particles setduration <ticks> Outline lifetime.
`/veinminer togglemessages permission disabled

Config files

Written to config/Veinminer/ (TOML) on first run.

Spoiler
  • GeneralConfig.toml

    • veinminerEnabled true
    • requireCrouch true
    • checkToolDurability true, durabilityCap 1, durabilityThreshold ABSOLUTE
    • cooldownEnabled false, cooldownSeconds 5
    • dynamicMaxBlocks false, maxBlocks 64, minBlocks 16, maxDynamicBlocks 64 (TPS-aware)
    • enableParticleOutline true, particleDurationTicks 60, particleRed 255, particleGreen 0, particleBlue 0
    • autoLuckPerms false
    • blocksPerTool false
    • whitelistMode true/false for global and per-tool lists
    • activationMode crouch/keybind with hold/toggle options
    • emptyHandEnabled false
  • AllowedTools.toml

    • Defaults: all pickaxes (wood → netherite).
  • AllowedBlocks.toml

    • Defaults: overworld ores, deepslate variants, nether gold/quartz/gilded blackstone/ancient debris.
  • AllowedBlocksPerTool.toml

    • Populated when per-tool mode is enabled, seeded from defaults.

🛡️ Permissions

Spoiler

General

  • veinminer.use
  • veinminer.reload
  • veinminer.settings.manage
  • veinminer.*

Blocks

  • veinminer.blocks.manage
  • veinminer.blocks.add
  • veinminer.blocks.remove
  • veinminer.blocks.list
  • veinminer.blocks.*

Tools

  • veinminer.tools.manage
  • veinminer.tools.add
  • veinminer.tools.remove
  • veinminer.tools.list
  • veinminer.tools.*

Per-Tool

  • veinminer.blockpertool.manage
  • veinminer.blockpertool.blocks.add|remove|list
  • veinminer.blockpertool.tools.add|remove|list
  • veinminer.blockpertool.blocks.*, veinminer.blockpertool.tools.*

Particles

  • veinminer.particles.manage
  • veinminer.particles.enable, veinminer.particles.disable
  • veinminer.particles.setcolor, veinminer.particles.setduration

🧱 Compatibility

  • ✅ Minecraft 1.20.x, 1.21.x
  • ✅ Fabric builds available
  • ✅ NeoForge builds available
  • ✅ Works on dedicated servers and single-player (integrated server)
  • ❌ No Forge builds planned.

🖥️ Client Optional

Installing the client build enables the hotkey and sends key state to the server. Default key: V. Without the client, crouch-to-activate is available via requireCrouch for a vanilla-only experience.


📌 Planned

  • 🌐 Translations
  • ✨ Veinminer enchantment

🤔 Considering

  • 🕹️ Client-side visual cues
  • 📊 Mining stats

📥 Installation

  1. Download the latest build for your platform.
  2. Drop the jar in /mods.
  3. Restart the server or client.
  4. Configure with commands or edit the TOML files.

💬 Support

Discord: https://discord.gg/43nu6wSWRC


🧰 Other Projects

  • 🔨 Hammer Mining — 3×3 breaking via enchant.

👥 Team & Contributors

SGTSambam
SGTSambamOwner

⚙️ Compatibility

Environment
❓ Unknown
Loaders
fabricneoforge
Minecraft Versions
1.21.11

🔗 Links

Modrinth Page