{"id":46298,"date":"2026-06-02T11:54:25","date_gmt":"2026-06-02T08:54:25","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/coreextractionx\/"},"modified":"2026-06-02T11:54:25","modified_gmt":"2026-06-02T08:54:25","slug":"coreextractionx","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/coreextractionx\/","title":{"rendered":"CoreExtractionX"},"content":{"rendered":"<p># CoreExtractionX<\/p>\n<p>CoreExtractionX is a Paper-only survival enhancement plugin for Minecraft servers. It changes what happens when configured blocks are mined: a source block can be replaced in the world while its natural drops are preserved, or it can break normally while CoreExtractionX adds an extra configured item drop.<\/p>\n<p>The idea is simple: block extraction should be server-controlled, predictable, and easy to configure without forcing a server to install a database, economy system, GUI, vein miner, auto miner, custom drop framework, or protection-plugin bridge.<\/p>\n<p>This page is a commercial-style feature overview. Exact config keys, defaults, limits, and operational details are documented at https:\/\/icewolf23x.github.io\/CoreExtractionX-website\/<\/p>\n<p>## What CoreExtractionX Does<\/p>\n<p>&#8211; Adds YAML-driven extraction rules for configured source blocks.<br \/>\n&#8211; Supports `REPLACEMENT` mode, where the mined block is replaced in the world.<br \/>\n&#8211; Supports `DROP` mode, where the block breaks normally and CoreExtractionX adds an extra configured item drop.<br \/>\n&#8211; Preserves the original block&#8217;s natural drops in replacement mode.<br \/>\n&#8211; Supports configurable fixed, random, matched-drop, and matched-quantity extra drop amounts.<br \/>\n&#8211; Ships default rules for vanilla ores, deepslate ores, Nether ores, and Ancient Debris.<br \/>\n&#8211; Lets admins add any valid block material as a dynamic rule.<br \/>\n&#8211; Supports global and per-block permission checks.<br \/>\n&#8211; Supports configurable Silk Touch behavior.<br \/>\n&#8211; Supports world whitelist and blacklist filtering.<br \/>\n&#8211; Supports configurable manual drop spawn locations.<br \/>\n&#8211; Preserves vanilla XP in replacement mode when enabled.<br \/>\n&#8211; Respects cancelled block break events for protection compatibility.<br \/>\n&#8211; Includes reload commands through `\/coreextractionx reload` and `\/cex reload`.<\/p>\n<p>## How To Use<\/p>\n<p>Install the jar on a Paper server, start the server, and let CoreExtractionX generate its default files.<\/p>\n<p>CoreExtractionX creates three main configuration files:<\/p>\n<p>&#8211; `config.yml` for global runtime settings.<br \/>\n&#8211; `ores.yml` for block extraction rules.<br \/>\n&#8211; `messages.yml` for player-facing messages.<\/p>\n<p>Server staff edit `ores.yml` to decide which blocks CoreExtractionX handles, which mode each block uses, and what replacement block or extra item should be used.<\/p>\n<p>After normal YAML edits, run `\/coreextractionx reload` or `\/cex reload`.<\/p>\n<p>## Replacement Mode<\/p>\n<p>`REPLACEMENT` mode is useful when a server wants a mined source block to turn into another block instead of disappearing.<\/p>\n<p>For example, the default configuration can make:<\/p>\n<p>&#8211; normal stone ores become `COBBLESTONE`<br \/>\n&#8211; deepslate ores become `COBBLED_DEEPSLATE`<br \/>\n&#8211; Nether ores become `NETHERRACK`<br \/>\n&#8211; Ancient Debris become `BLACKSTONE`<\/p>\n<p>The source block&#8217;s natural drops are calculated from the player&#8217;s current tool and spawned manually, so normal Minecraft drop behavior stays familiar.<\/p>\n<p>## Drop Mode<\/p>\n<p>`DROP` mode leaves vanilla block breaking intact and adds an extra configured item drop after the normal drops are generated.<\/p>\n<p>Supported amount modes include:<\/p>\n<p>&#8211; `FIXED` for a set amount.<br \/>\n&#8211; `RANDOM` for a random amount between configured limits.<br \/>\n&#8211; `MATCH_DROPS` to match the initial generated drop quantity.<br \/>\n&#8211; `MATCH_QUANTITY` to match the current item quantity when CoreExtractionX handles the drop event.<\/p>\n<p>This is useful when a server wants extra configured rewards without replacing the source block in the world.<\/p>\n<p>## Permissions And Safety<\/p>\n<p>CoreExtractionX can use one global permission or per-block permission overrides.<\/p>\n<p>When a player does not have permission, the plugin can either:<\/p>\n<p>&#8211; let vanilla mining continue<br \/>\n&#8211; cancel the block break<\/p>\n<p>Silk Touch can also be handled globally or per block. By default, Silk Touch uses vanilla behavior and CoreExtractionX does nothing.<\/p>\n<p>CoreExtractionX ignores cancelled block break events. If a region, claim, or protection plugin cancels a break first, CoreExtractionX does not modify the block, drops, XP, or tool durability.<\/p>\n<p>## Current State<\/p>\n<p>CoreExtractionX currently:<\/p>\n<p>&#8211; supports Paper 1.21.11 and above<br \/>\n&#8211; requires Java 21 or newer<br \/>\n&#8211; works as a standalone Paper plugin<br \/>\n&#8211; generates `config.yml`, `ores.yml`, and `messages.yml`<br \/>\n&#8211; does not require Vault<br \/>\n&#8211; does not require PlaceholderAPI<br \/>\n&#8211; does not require a database<br \/>\n&#8211; does not require an economy plugin<br \/>\n&#8211; does not require a custom GUI<br \/>\n&#8211; does not require a resource pack<br \/>\n&#8211; does not require a protection-plugin dependency<br \/>\n&#8211; does not add vein mining or auto mining<\/p>\n<p>## Summary<\/p>\n<p>CoreExtractionX is built for servers that want mining behavior to be configurable without turning mining into a large progression or automation system.<\/p>\n<p>It is a focused extraction layer for Paper servers: choose the blocks, choose the mode, reload the YAML, and keep the rest of the server&#8217;s mining behavior vanilla-friendly.<\/p>\n<p>## Also try<\/p>\n<table align=\"center\" width=\"100%\" cellpadding=\"12\" cellspacing=\"0\">\n<tr>\n<td align=\"center\" width=\"20%\" height=\"150\" valign=\"middle\">\n<br \/>\n<img decoding=\"async\" src=\"https:\/\/raw.githubusercontent.com\/IceWolf23X\/CoreToolsX-website\/refs\/heads\/main\/assets\/coretoolsx-logo.png\" alt=\"CoreToolsX logo\" width=\"88\"><br \/><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CoreToolsX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/strong><\/p>\n<\/td>\n<td align=\"center\" width=\"20%\" height=\"150\" valign=\"middle\">\n<br \/>\n<img decoding=\"async\" src=\"https:\/\/raw.githubusercontent.com\/IceWolf23X\/CoreArmorX-website\/refs\/heads\/main\/assets\/corearmorx-logo.png\" alt=\"CoreArmorX logo\" width=\"88\"><br \/><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CoreArmorX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/strong><\/p>\n<\/td>\n<td align=\"center\" width=\"20%\" height=\"150\" valign=\"middle\">\n<br \/>\n<img decoding=\"async\" src=\"https:\/\/raw.githubusercontent.com\/IceWolf23X\/CoreChatX-website\/refs\/heads\/main\/assets\/corechatx-logo.png\" alt=\"CoreChatX logo\" width=\"88\"><br \/><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CoreChatX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/strong><\/p>\n<\/td>\n<td align=\"center\" width=\"20%\" height=\"150\" valign=\"middle\">\n<br \/>\n<img decoding=\"async\" src=\"https:\/\/raw.githubusercontent.com\/IceWolf23X\/CoreCaseX-website\/refs\/heads\/main\/assets\/corecasex-logo.png\" alt=\"CoreCaseX logo\" width=\"88\"><br \/><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CoreCaseX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/strong><\/p>\n<\/td>\n<td align=\"center\" width=\"20%\" height=\"150\" valign=\"middle\">\n<br \/>\n<img decoding=\"async\" src=\"https:\/\/raw.githubusercontent.com\/IceWolf23X\/CoreExtractionX-website\/refs\/heads\/main\/assets\/coreextractionx-logo.png\" alt=\"CoreExtractionX logo\" width=\"88\"><br \/><strong>&nbsp;&nbsp;&nbsp;CoreExtractionX&nbsp;&nbsp;&nbsp;<\/strong><\/p>\n<\/td>\n<\/tr>\n<\/table>\n","protected":false},"excerpt":{"rendered":"<p>A Paper plugin for YAML-driven block extraction, block replacement, preserved natural drops, and configurable extra item drops.<\/p>\n","protected":false},"featured_media":46299,"template":"","meta":{"_minecraft_slug":"coreextractionx","_minecraft_project_id":"XqJAQuzD","_minecraft_author":"IceWolf23X","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":541,"_minecraft_follows":5,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"coreextractionx.zip","_minecraft_size_bytes":42125,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-16T10:27:57.740630Z","_minecraft_date_created":"2024-04-14T23:55:55.856364Z","_minecraft_date_modified":"2026-05-14T21:32:32.022183Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/coreextractionx","_minecraft_icon_attachment_id":46299,"_minecraft_imported_at":"2026-06-02T08:54:26+00:00","_minecraft_import_hash":"ae6464e1e1f8cb17532745f64d2b669a","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[88,89,127,128,123,159],"mod_loader":[132,133],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82,83,167,163],"class_list":["post-46298","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-equipment","mod_category-game-mechanics","mod_category-paper","mod_category-purpur","mod_category-technology","mod_category-worldgen","mod_loader-paper","mod_loader-purpur","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>CoreExtractionX - 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\/coreextractionx\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CoreExtractionX - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A Paper plugin for YAML-driven block extraction, block replacement, preserved natural drops, and configurable extra item drops.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/coreextractionx\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/raw.githubusercontent.com\/IceWolf23X\/CoreToolsX-website\/refs\/heads\/main\/assets\/coretoolsx-logo.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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/coreextractionx\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/coreextractionx\\\/\",\"name\":\"CoreExtractionX - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/coreextractionx\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/coreextractionx\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/coreextractionx-icon-daf30e70ff369b54e93e0cb2a4a9ec0e2738cd0c_96.webp\",\"datePublished\":\"2026-06-02T08:54:25+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/coreextractionx\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/coreextractionx\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/coreextractionx\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/coreextractionx-icon-daf30e70ff369b54e93e0cb2a4a9ec0e2738cd0c_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/coreextractionx-icon-daf30e70ff369b54e93e0cb2a4a9ec0e2738cd0c_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/coreextractionx\\\/#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\":\"CoreExtractionX\"}]},{\"@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":"CoreExtractionX - 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\/coreextractionx\/","og_locale":"en_US","og_type":"article","og_title":"CoreExtractionX - Minecraft","og_description":"A Paper plugin for YAML-driven block extraction, block replacement, preserved natural drops, and configurable extra item drops.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/coreextractionx\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/raw.githubusercontent.com\/IceWolf23X\/CoreToolsX-website\/refs\/heads\/main\/assets\/coretoolsx-logo.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/coreextractionx\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/coreextractionx\/","name":"CoreExtractionX - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/coreextractionx\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/coreextractionx\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/coreextractionx-icon-daf30e70ff369b54e93e0cb2a4a9ec0e2738cd0c_96.webp","datePublished":"2026-06-02T08:54:25+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/coreextractionx\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/coreextractionx\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/coreextractionx\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/coreextractionx-icon-daf30e70ff369b54e93e0cb2a4a9ec0e2738cd0c_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/coreextractionx-icon-daf30e70ff369b54e93e0cb2a4a9ec0e2738cd0c_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/coreextractionx\/#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":"CoreExtractionX"}]},{"@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\/46298","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\/46299"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=46298"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=46298"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=46298"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=46298"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}