{"id":117353,"date":"2026-06-07T00:44:02","date_gmt":"2026-06-06T21:44:02","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/oreloot\/"},"modified":"2026-06-07T00:44:02","modified_gmt":"2026-06-06T21:44:02","slug":"oreloot","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/oreloot\/","title":{"rendered":"OreLoot"},"content":{"rendered":"<p># \u2728 What is OreLoot?<\/p>\n<p>**OreLoot** gives you full control over block and entity drops on your Minecraft server.<br \/>\nCustomize what blocks drop when broken \u2014 from diamonds dropping emeralds to iron ore dropping custom items. You define the rules, the chances, and the quantities<\/p>\n<p># \ud83c\udfae Features<\/p>\n<p>*   \u2705 Define custom drops per block type<br \/>\n*   \u2705 Multiple items can drop from a single block<br \/>\n*   \u2705 Configurable drop chances (e.g. 30% diamond, 70% iron ingot)<br \/>\n*   \u2705 Fixed or random drop amounts (e.g. always 4, or 1\u20133)<br \/>\n*   \u2705 World-specific configurations<br \/>\n*   \u2705 JSON-based storage for persistent rules<br \/>\n*   \u2705 Live reload without restarting the server<br \/>\n*   \u2705 Simple and intuitive command system<\/p>\n<p># \ud83d\udee0 Commands &#038; permissions<\/p>\n<p>1. \/drop add block <block> <item\/block> [chance] [world] \u2013 Adds a custom drop to blocks (Permission: drops.use)<br \/>\n2. \/drop add entity <entity> <item> [chance] [world] \u2013 Adds a custom drop to entitys (Permission: drops.use)<br \/>\n3. \/drop remove block <block> [world] \u2013 Removes all drops for a block (Permission: drops.use)<br \/>\n4. \/drop remove entity <entity> [world] \u2013 Removes all drops for a entity (Permission: drops.use)<br \/>\n5. \/drop remove item <block\/entity> <item> [world] &#8211; Removes a specific item drop (Permission drops.use)<br \/>\n6. \/drop amount block <block> <item\/block> <amount|random> [world] &#8211; Sets drop amount for a block (fixed or random) (Permission: drops.use)<br \/>\n7. \/drop amount entity <entity> <item> <amount|random> [world] &#8211; Sets drop amount for a entity (fixed or random) (Permission: drops.use)<br \/>\n8. \/drop chance block <block> <block\/item> <chance> [world] &#8211; Changes the drop chance of an xisting entry for a block (Permission: drops.use)<br \/>\n9. \/drop chance entity <entity> <item> <chance> [world] &#8211; Changes the drop chance of an existing entry for a entity (Permission: drops.use)<br \/>\n10. \/drop vanilla <on\/off> <world> block [block\/all] &#8211; Enables or disables vanilla drops per world and block (Permission: drops.use)<br \/>\n11. \/drop vanilla <on\/off> <world> entity [entity\/all] &#8211; Enables or disables vanilla drops per world and entity (Permission: drops.use)<br \/>\n12. \/drop list block [world|all] \u2013 Shows all configured drops for blocks (Permission: drops.use)<br \/>\n13. \/drop list entity [world|all] \u2013 Shows all configured drops for entitys (Permission: drops.use)<br \/>\n14. \/drop reload \u2013 Reloads the configuration (Permission: drops.use)<br \/>\n15. \/drop help \u2013 Displays the help menu (Permission: drops.use)<\/p>\n<p>\u00a0<\/p>\n<p># \u2699\ufe0f Configuration &#038; storage<\/p>\n<p>## Java (persistent \u2013 permanently stored)<\/p>\n<p>All drop settings are saved in plugins\/OreLoot\/oreloot_drops.json.<br \/>\nThe file is automatically loaded on server startup and saved when changes are made or the server stops.<\/p>\n<p>Format (JSON structure):<\/p>\n<p>&#8220;`<br \/>\n{<br \/>\n  &#8220;world_name&#8221;: {<br \/>\n    &#8220;block&#8221;: [<br \/>\n      {<br \/>\n        &#8220;item&#8221;: &#8220;item\/block&#8221;,<br \/>\n        &#8220;chance&#8221;: chance,<br \/>\n        &#8220;amount&#8221;: amount \/ random,<br \/>\n        &#8220;randomAmount&#8221;: true \/ false,<br \/>\n        &#8220;isBlockDrop&#8221;: true\/false<br \/>\n      }<br \/>\n    ]<br \/>\n  },<br \/>\n  &#8220;world_name&#8221;: {<br \/>\n    &#8220;entity&#8221;: [<br \/>\n      {<br \/>\n        &#8220;item&#8221;: &#8220;item&#8221;,<br \/>\n        &#8220;chance&#8221;: chance,<br \/>\n        &#8220;amount&#8221;: amount \/ random,<br \/>\n        &#8220;randomAmount&#8221;: true \/ false,<br \/>\n        &#8220;isBlockDrop&#8221;: true\/false<br \/>\n      }<br \/>\n    ]<br \/>\n  },<br \/>\n[&#8230;]<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p># \ud83d\udcf8 Showcase\u00a0<\/p>\n<p>![](https:\/\/media.forgecdn.net\/attachments\/description\/null\/description_882369ae-022a-47cd-a736-fa756fcd68dd.png)<\/p>\n<p># \ud83d\udcc2 Installation<\/p>\n<p>1.  Download **OreLoot-<pluginversion>&#8211;<minecraftversion>.jar**.<br \/>\n2.  Place it in your server&#8217;s plugins folder.<br \/>\n3.  Restart the server.<\/p>\n<p>\u00a0<\/p>\n<p># \ud83d\udcdc Terms of Use \u2013 OreLoot<\/p>\n<p>## \u2705 You may<\/p>\n<p>*   Use OreLoot **free of charge** on private and public servers.<br \/>\n*   **Modify or extend the code** as long as the credits remain intact.<br \/>\n*   Include the plugin in **server packs** if \u201cwolfwriter\u201d is named as the author.<\/p>\n<p>## \u274c You may not<\/p>\n<p>*   **Sell** OreLoot **or distribute it for money**.<br \/>\n*   Pretend to be **the author** of the plugin.<br \/>\n*   Upload manipulated versions as \u201cofficial.\u201d<\/p>\n<p>## \u26a0\ufe0f Disclaimer<\/p>\n<p>*   OreLoot is provided **without warranty**.<br \/>\n*   Use at your own risk.<br \/>\n*   No liability for data loss or server problems.<\/p>\n<p>## \u2139\ufe0f License<\/p>\n<p>License: **GNU General Public License version 3 (GPLv3)**<\/p>\n<p>## \ud83d\udcac Support &#038; Contact<\/p>\n<p>Do you have questions, feedback, or want to report bugs?<br \/>\nJoin my Discord and chat directly with the author:<br \/>\n\ud83d\udc49 Join Discord server: https:\/\/discord.gg\/TJgzq9aCxN<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Allows full customization of block drops, including item type, amount, chance, and vanilla drop behavior.<\/p>\n","protected":false},"featured_media":117354,"template":"","meta":{"_minecraft_slug":"oreloot","_minecraft_project_id":"UYHDicqy","_minecraft_author":"wolf.writer","_minecraft_license":"GPL-3.0-or-later","_minecraft_downloads":137,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"oreloot.zip","_minecraft_size_bytes":228630,"_minecraft_version_count":11,"_minecraft_updated_at":"2026-05-15T18:50:15.068733Z","_minecraft_date_created":"2025-09-10T04:57:43.812209Z","_minecraft_date_modified":"2026-02-04T20:16:37.943389Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/oreloot","_minecraft_icon_attachment_id":117354,"_minecraft_imported_at":"2026-06-06T21:44:03+00:00","_minecraft_import_hash":"bb7fc8c2ac5b418add203b773800d014","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[127,92],"mod_loader":[132],"minecraft_version":[37,40,41,74,38,78,79,80,81,82],"class_list":["post-117353","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-paper","mod_category-utility","mod_loader-paper","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","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"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>OreLoot - 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\/oreloot\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"OreLoot - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Allows full customization of block drops, including item type, amount, chance, and vanilla drop behavior.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/oreloot\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/oreloot\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/oreloot\\\/\",\"name\":\"OreLoot - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/oreloot\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/oreloot\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/oreloot-icon-7284e4edd08a2617294a87ebebf5f0b8ec74d134_96.webp\",\"datePublished\":\"2026-06-06T21:44:02+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/oreloot\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/oreloot\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/oreloot\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/oreloot-icon-7284e4edd08a2617294a87ebebf5f0b8ec74d134_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/oreloot-icon-7284e4edd08a2617294a87ebebf5f0b8ec74d134_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/oreloot\\\/#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\":\"OreLoot\"}]},{\"@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":"OreLoot - 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\/oreloot\/","og_locale":"en_US","og_type":"article","og_title":"OreLoot - Minecraft","og_description":"Allows full customization of block drops, including item type, amount, chance, and vanilla drop behavior.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/oreloot\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/oreloot\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/oreloot\/","name":"OreLoot - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/oreloot\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/oreloot\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/oreloot-icon-7284e4edd08a2617294a87ebebf5f0b8ec74d134_96.webp","datePublished":"2026-06-06T21:44:02+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/oreloot\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/oreloot\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/oreloot\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/oreloot-icon-7284e4edd08a2617294a87ebebf5f0b8ec74d134_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/oreloot-icon-7284e4edd08a2617294a87ebebf5f0b8ec74d134_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/oreloot\/#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":"OreLoot"}]},{"@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\/117353","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\/117354"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=117353"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=117353"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=117353"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=117353"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}