{"id":165469,"date":"2026-06-09T20:47:15","date_gmt":"2026-06-09T17:47:15","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/veinminer\/"},"modified":"2026-06-09T20:47:15","modified_gmt":"2026-06-09T17:47:15","slug":"veinminer","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/veinminer\/","title":{"rendered":"VeinMiner"},"content":{"rendered":"<p>![dono-badge](https:\/\/ko-fi.com\/miraculixx\/donate)<br \/>\n![enchant-badge](https:\/\/modrinth.com\/project\/veinminer-enchantment)<br \/>\n![client-badge](https:\/\/modrinth.com\/project\/veinminer-client)<\/p>\n<p>## \u26cf\ufe0f Veinminer<br \/>\nMine a single block to mine the whole vein!<br \/>\nHighly configurable and works everywhere, even on your vanilla server.<br \/>\nMake the tedious mining experience to something satisfying and fun!<br \/>\nVeinminer works server side, so all clients are supported. Even cross loaders &#038; versions for addons!<\/p>\n<p>> ### Client Hotkey &#038; Highlighting<br \/>\n>  Add the **Hotkey Addon** to only veinmine when pressing a hotkey &#038; get a mining preview<br \/>\n> ### Use as Enchantment? <img decoding=\"async\" src=\"https:\/\/cdn.modrinth.com\/data\/cached_images\/53383ed6675f75253d1bf842f75aefd7adb93711.png\" width=25><br \/>\n>  Add the **Veinminer Enchantment Addon** to limit veinmining to only enchanted tools!<\/p>\n<p>## \u2699\ufe0f Customization &#038; Settings<br \/>\n![](https:\/\/i.postimg.cc\/ZR85KZJM\/output.webp)<\/p>\n<p>**Veinminer comes in two different versions**<br \/>\n\u2022 **Version 2.x** -> Full customizable mod &#038; plugin<br \/>\n\u2022 **Version 1.x** -> Light DataPack with vanilla &#038; snapshot support<br \/>\nBoth comes with preconfigured for ores and pickaxes. Read below how to extend it.<\/p>\n<p>&#8212;<br \/>\n### Mod\/Plugin Version (2.x)<br \/>\nThe advanced (V2) version is a more powerful version that is only usable with Fabric\/Quilt, Paper\/PurPur\/Folia &#038; NeoForge servers.<\/p>\n<p>|         Command         |      Permission      |                     Short Description                     |<br \/>\n|:&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;:|:&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;:|:&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;:|<br \/>\n|  \/veinminer **blocks**  |  `veinminer.blocks`  |     Edit blocks that are veinmineable with every tool     |<br \/>\n|  \/veinminer **groups**  |  `veinminer.groups`  |          Edit blocks &#038; tools with precise rules           |<br \/>\n|  \/veinminer **toggle**  |  `veinminer.toggle`  |              Toggle Veinminer (server wide)               |<br \/>\n| \/veinminer **settings** | `veinminer.settings` |     Change settings like cooldown, max chain and more     |<br \/>\n|    *Using Veinminer*    |   `veinminer.use`    | If perm-restriction is active, this is needed to veinmine |<\/p>\n<details>\n<summary>General Settings<\/summary>\n<p>To change a setting, enter `\/veinminer settings &#8230; [<new-value>]`.<br \/>\nTo check the current state, leave out the new value argument.<\/p>\n<p>|        Setting         |                        Description                        | Default |<br \/>\n|:&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-:|:&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;:|:&#8212;&#8212;-:|<br \/>\n|      `mustSneak`       |              Players must sneak to veinmine               | `false` |<br \/>\n|       `cooldown`       |   Time between players are able to veinmine (in ticks)    |  `20`   |<br \/>\n|        `delay`         |   Time between each automated block breaking (in ticks)   |   `1`   |<br \/>\n|       `maxChain`       | Max amount of blocks that can break from one source block |  `100`  |<br \/>\n|   `needCorrectTool`    |     If blocks have a required tool, this must be used     | `true`  |<br \/>\n|     `searchRadius`     |   Amount of blocks in between blocks to count connected   |   `1`   |<br \/>\n| `permissionRestricted` | Only players with `veinminer.use` permission can veinmine | `false` |<br \/>\n|    `mergeItemDrops`    |       All item drops are merged to the source block       | `false` |<br \/>\n|      `autoUpdate`      |  Check for updates and download new version if available  | `true`  |<br \/>\n|  `durabilityDecrease`  |       If each mined block should reduce durability        | `true`  |<br \/>\n| `miningSpeedModifier`  |     Increase block mining duration based on vein size     |  `0.0`  |<\/p>\n<\/details>\n<details>\n<summary>Block Groups &#8211; Advanced Settings<\/summary>\n<p>Block groups can hold multiple blocks together that will be treated like the same block.<br \/>\n`\/veinminer groups create <name> [<block1>] [<block2>]`<\/p>\n<p>All blocks inside one group will be mined together.<br \/>\nA block can be in multiple groups. New blocks can be added or removed from groups with the following commands:<br \/>\n`\/veinminer groups edit <name> add-block <block>`<br \/>\n`\/veinminer groups edit <name> remove-block <block>`<\/p>\n<p>Groups can be limited to certain tools, for example group `wood` can only be mined by axes.<br \/>\nIf no tool is added to a group, all tools are allowed. If a block is in multiple groups, all tools from those groups are allowed.<br \/>\n(If a block is in one unlimited tool group and one limited to axes, only axes work for this block)<br \/>\n`\/veinminer groups edit <name> add-tool <item>`<br \/>\n`\/veinminer groups edit <name> remove-tool <item>`<\/p>\n<p>### Example (Logs)<br \/>\n&#8220;`<br \/>\n1. \/veinminer groups create Logs<br \/>\n2. \/veinminer groups edit Logs add-block #minecraft:logs<br \/>\n3. \/veinminer groups edit Logs add-tool #minecraft:axes<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>Block and item inputs allow block and item tags for easier editing.<br \/>\nFor example, to add all logs enter `#minecraft:logs` into any block input.<br \/>\nVisit the wiki for a full list or look at a block with F3 under &#8220;looking at&#8221;.<\/p>\n<p>&#8212;<\/p>\n<p>You can also modify the group file directly inside `&#8230;\/veinminer\/default_groups.json` (`config\/&#8230;` for mods, `plugins\/&#8230;` for plugins)<\/p>\n<\/details>\n<details>\n<summary>Setting Overrides &#8211; Too Advanced Settings<\/summary>\n<p>Overrides are optional settings, that will override the normal setting if the player is effected by it.<br \/>\nSee examples underneath for a better understanding, I don&#8217;t blame you if you think &#8220;why&#8230;&#8221;.<\/p>\n<p>### Client Overrides<br \/>\nThose settings will be applied to all users that use the client addon (hotkey).<br \/>\nE.g. you want to have `mustSneak` enabled in general, but disabled for hotkey users:<br \/>\n&#8211; `\/veinminer settings mustSneak true` &#8211; True for all<br \/>\n&#8211; `\/veinminer settings client override mustSneak false` &#8211; False override for hotkey users<\/p>\n<p>### Group Overrides<br \/>\nThose settings will be applied to all users that mine a block from this specific group.<br \/>\nEach group can have a different override, if a block is in multiple groups, only the override from the *oldest* group count (this behavior may see improvement later).<br \/>\nE.g. you dont want that your sand &#038; dirt group consumes durability:<br \/>\n&#8211; `\/veinminer settings decreaseDurability true` &#8211; True for all blocks<br \/>\n&#8211; `\/veinminer groups shovel edit override decreaseDurability false` &#8211; False override for this group<\/p>\n<p>&#8212; <\/p>\n<p>If both, client and group overrides, collide the group override takes priority (`normal < client < group`).\nYou can remove overrides with `\/veinminer ... override unset <setting>`.<\/p>\n<\/details>\n<p>OP players will have all permissions. To manually grant permissions see Luckperms (NeoForge not supported yet).<\/p>\n<p>&#8212;<br \/>\n### DataPack Version (1.x)<br \/>\nThe DataPack (V1) version is a simple version that is usable on every server and world.<br \/>\nEnter the config command to open an interactive chat menu to edit all settings.<\/p>\n<p>|           Command           | Permission  |              Description              |<br \/>\n|:&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;:|:&#8212;&#8212;&#8212;&#8211;:|:&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-:|<br \/>\n| \/function veinminer:_config | `OP\/Cheats` | Access the full settings menu in chat |<\/p>\n<p>If you get prompted something like `{category:&#8221;pickaxe&#8221;, namespace:&#8221;&#8221;, id:&#8221;&#8221;}`, you need to fill in the item\/block namespace &#038; ID (press F3+H to see them), e.g. `{category:&#8221;pickaxe&#8221;, namespace:&#8221;minecraft&#8221;, id:&#8221;sand&#8221;}` for `minecraft:sand`<\/p>\n<p>## Some Advice<br \/>\n&#8211; To veinmine, your tool must be able to mine the block in normal conditions (unless disabled in V2)<br \/>\n&#8211; While Veinminer is running very lightweight, mining unnatural big veins can lag the client and the server through the amount of items<\/p>\n<p>If you need any help or want to share some ideas to add, just hop on our Discord (dc.mutils.net)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Mine the whole vein on mining a single ore. Known feature by modpacks and pvp games like UHC (quick mine)<\/p>\n","protected":false},"featured_media":165470,"template":"","meta":{"_minecraft_slug":"veinminer","_minecraft_project_id":"OhduvhIc","_minecraft_author":"Miraculixx","_minecraft_license":"AGPL-3.0-only","_minecraft_downloads":47982713,"_minecraft_follows":4734,"_minecraft_client_side":"unknown","_minecraft_server_side":"unknown","_minecraft_storage_type":"zip","_minecraft_archive_name":"veinminer.zip","_minecraft_size_bytes":32709651,"_minecraft_version_count":90,"_minecraft_updated_at":"2026-05-15T18:41:28.568430Z","_minecraft_date_created":"2023-05-27T18:02:21.144599Z","_minecraft_date_modified":"2026-05-15T14:40:39.450911Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/veinminer","_minecraft_icon_attachment_id":165470,"_minecraft_imported_at":"2026-06-09T17:47:15+00:00","_minecraft_import_hash":"662930b9efd96836b9b32f8831d50a4d","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,43,84,88,97,125,104,89,158,127,128,98,129,123,92],"mod_loader":[130,86,99,131,106,132,133,100,134],"minecraft_version":[49,50,51,52,53,54,55,56,57,58,59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82,83,167,163],"class_list":["post-165469","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-cursed","mod_category-datapack","mod_category-equipment","mod_category-fabric","mod_category-folia","mod_category-forge","mod_category-game-mechanics","mod_category-neoforge","mod_category-paper","mod_category-purpur","mod_category-quilt","mod_category-spigot","mod_category-technology","mod_category-utility","mod_loader-bukkit","mod_loader-datapack","mod_loader-fabric","mod_loader-folia","mod_loader-forge","mod_loader-paper","mod_loader-purpur","mod_loader-quilt","mod_loader-spigot","minecraft_version-1-17","minecraft_version-1-17-1","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9","minecraft_version-26-1","minecraft_version-26-1-1","minecraft_version-26-1-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>VeinMiner - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/veinminer\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"VeinMiner - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Mine the whole vein on mining a single ore. Known feature by modpacks and pvp games like UHC (quick mine)\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/veinminer\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdn.modrinth.com\/data\/cached_images\/53383ed6675f75253d1bf842f75aefd7adb93711.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/veinminer\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/veinminer\\\/\",\"name\":\"VeinMiner - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/veinminer\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/veinminer\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/veinminer-icon-81f9db55f424ec42998ee1c6fa23cd934a96d0e5.webp\",\"datePublished\":\"2026-06-09T17:47:15+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/veinminer\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/veinminer\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/veinminer\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/veinminer-icon-81f9db55f424ec42998ee1c6fa23cd934a96d0e5.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/veinminer-icon-81f9db55f424ec42998ee1c6fa23cd934a96d0e5.webp\",\"width\":128,\"height\":128},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/veinminer\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"VeinMiner\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"VeinMiner - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/veinminer\/","og_locale":"en_US","og_type":"article","og_title":"VeinMiner - Minecraft","og_description":"Mine the whole vein on mining a single ore. Known feature by modpacks and pvp games like UHC (quick mine)","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/veinminer\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/cdn.modrinth.com\/data\/cached_images\/53383ed6675f75253d1bf842f75aefd7adb93711.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/veinminer\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/veinminer\/","name":"VeinMiner - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/veinminer\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/veinminer\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/veinminer-icon-81f9db55f424ec42998ee1c6fa23cd934a96d0e5.webp","datePublished":"2026-06-09T17:47:15+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/veinminer\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/veinminer\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/veinminer\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/veinminer-icon-81f9db55f424ec42998ee1c6fa23cd934a96d0e5.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/veinminer-icon-81f9db55f424ec42998ee1c6fa23cd934a96d0e5.webp","width":128,"height":128},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/veinminer\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"VeinMiner"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/165469","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/165470"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=165469"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=165469"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=165469"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=165469"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}