{"id":59984,"date":"2026-06-03T14:39:56","date_gmt":"2026-06-03T11:39:56","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/durablock\/"},"modified":"2026-06-03T14:39:56","modified_gmt":"2026-06-03T11:39:56","slug":"durablock","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/durablock\/","title":{"rendered":"DuraBlock"},"content":{"rendered":"<p><center><\/p>\n<div align=\"center\">\n<p><img decoding=\"async\" src=\"https:\/\/raw.githubusercontent.com\/hakanyurtoglu\/DuraBlock\/refs\/heads\/master\/images\/banner.png\" alt=\"DuraBlockBanner\"><\/p>\n<p><b><br \/>\n  Github<br \/>\n<\/b> &nbsp;|&nbsp; <b><br \/>\n  Discord<br \/>\n<\/b><\/p>\n<\/div>\n<p><\/center><\/p>\n<p># DuraBlock &#8211; Custom Block Durability Plugin<\/p>\n<p>**DuraBlock** is a Minecraft plugin, inspired by the Metin Stones from Metin2, that allows server owners to create custom blocks with configurable durabilities. Players can race to break these blocks and earn rewards!<\/p>\n<p>## \ud83c\udf1f Features<\/p>\n<p>* **Custom Blocks with Durability:** Set how many times a block needs to be hit before breaking.<br \/>\n* **Holograms:** Display custom holograms above blocks, both when active and inactive.<br \/>\n* **Permission Support:** Specify permissions required to break each block.<br \/>\n* **Sound and Broadcast Events:** Play a sound and broadcast a message when a block is broken.<br \/>\n* **Reward System:** Give rewards with customizable chances when a block is broken.<br \/>\n* **Automatic Block Restoration:** Blocks automatically reappear after a configurable interval.<br \/>\n* **Custom Textures Support:** You can add custom blocks from plugins like ItemsAdder, Nexo and Oraxen.<br \/>\n* **MiniMessage Support:** DuraBlock supports MiniMessage for rich text formatting in config and language files.<\/p>\n<p align=\"center\">\n  <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/raw.githubusercontent.com\/hakanyurtoglu\/DuraBlock\/refs\/heads\/master\/images\/mechanic.gif\" width=\"300\" height=\"265\" \/><br \/>\n  <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/raw.githubusercontent.com\/hakanyurtoglu\/DuraBlock\/refs\/heads\/master\/images\/custom_blocks.png\" width=\"400\" height=\"265\" \/>\n<\/p>\n<p>## \ud83d\udce6 Requirements<\/p>\n<p>* Java 17 or higher<br \/>\n* Minecraft 1.19 or higher<br \/>\n* PaperMC or a fork (e.g., Purpur)<br \/>\n* DecentHolograms Plugin<\/p>\n<p>## \ud83d\udee0\ufe0f Installation<\/p>\n<p>1. Download the latest release of DuraBlock.<br \/>\n2. Place the `.jar` file in your server&#8217;s `plugins` folder.<br \/>\n3. Restart the server to generate the default configuration.<br \/>\n4. Edit the `config.yml` to customize your blocks.<br \/>\n5. Reload the plugin `\/durablock reload` to apply changes.<\/p>\n<p>## \ud83c\udf0d Language Support<\/p>\n<p>* The plugin supports two languages by default:<\/p>\n<p>  * **en_us** (English)<br \/>\n  * **tr_tr** (Turkish)<br \/>\n* You can create your own language file by creating a `lang.yml` file in the `languages` directory.<\/p>\n<p>## \ud83d\udcdd Default Configuration<\/p>\n<details>\n<summary>Click to view config.yml<\/summary>\n<p>&#8220;`yaml<br \/>\nlanguage: en_us<\/p>\n<p>prefix: &#8220;<#874CCC><bold>DuraBlock<\/bold> <gray>\u00bb &#8221;<\/p>\n<p>blocks:<br \/>\n  test-block:<br \/>\n    durability: 20<br \/>\n    # Time in seconds before the block gets restored after being broken<br \/>\n    restore-interval: 30<br \/>\n    # Vertical offset for the hologram above the block (in blocks)#<br \/>\n    y-level: 2<br \/>\n    # Permission required to break this block<br \/>\n    permission: durablock.break.test-block<br \/>\n    # Text lines displayed in the hologram when the block is active\/enabled<br \/>\n    # Refer to the DecentHolograms wiki for formatting and color options:<br \/>\n    # https:\/\/wiki.decentholograms.eu\/general\/format-and-colors\/<br \/>\n    enabled-hologram-lines:<br \/>\n      &#8211; &#8220;<#6DE1D2>Test Block&#8221;<br \/>\n      &#8211; &#8220;<#FF0000>Durability: {durability}<\/#00FF00>&#8221;<br \/>\n    # Text lines displayed in the hologram when the block is disabled<br \/>\n    disabled-hologram-lines:<br \/>\n      &#8211; &#8220;Disabled for now.&#8221;<br \/>\n      &#8211; &#8220;Will be activated in: <#FFA725>{restore}&#8221;<br \/>\n      &#8211; &#8220;Broken by: <#FFA725>{last_player}&#8221;<br \/>\n    # List of commands executed with a certain probability when the block&#8217;s durability is above 0<br \/>\n    rewards:<br \/>\n      &#8211; command: &#8220;give {player} diamond 1&#8221;<br \/>\n        chance: 0.1 # %10 chance<br \/>\n      &#8211; command: &#8220;give {player} emerald 2&#8221;<br \/>\n        chance: 0.3 # %30 chance<br \/>\n    # Actions to perform when the block is broken<br \/>\n    on-break:<br \/>\n      sound:<br \/>\n        enabled: true<br \/>\n        # https:\/\/minecraft.wiki\/w\/Sounds.json\/Java_Edition_values for sound list<br \/>\n        sound-type: &#8220;minecraft:entity.player.levelup&#8221;<br \/>\n        # Whether the sound should play for everyone or only the player who broke it<br \/>\n        play-to-everyone: true<br \/>\n      broadcast:<br \/>\n        enabled: true<br \/>\n        # Message broadcast to all players when the block is broken<br \/>\n        message: &#8220;<red>{player} broke the test-block&#8221;<br \/>\n      # Commands executed when the block is broken<br \/>\n      commands:<br \/>\n        &#8211; &#8220;give {player} diamond 16&#8221;<\/p>\n<p># Warning: Adjusting these values may impact server performance or cause unexpected behavior.<br \/>\n# Only change them if you understand the potential consequences.<br \/>\n# Interval for updating hologram (in seconds)<br \/>\nhologram-update-interval: 1<br \/>\n# Interval for checking if blocks needs to be enabled (in seconds)<br \/>\nblock-restore-interval: 1<br \/>\n&#8220;`<\/p>\n<\/details>\n<p>## \ud83d\ude80 Usage<\/p>\n<p>* Create custom blocks by adding them to the `config.yml` file.<br \/>\n* Customize block durability, holograms, sounds, and rewards.<br \/>\n* Use permissions to control who can break specific blocks.<\/p>\n<p>## \ud83d\udcdc Commands and Permissions<\/p>\n<p>| Command                          | Description                                         |<br \/>\n| &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; | &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; |<br \/>\n| `\/durablock reload`              | Reloads the configuration                           |<br \/>\n| `\/durablock add <block-type>`    | Adds a new custom block of the specified type       |<br \/>\n| `\/durablock list`                | Lists all configured custom blocks                  |<br \/>\n| `\/durablock remove <block-id>`   | Removes a specific custom block by ID               |<br \/>\n| `\/durablock restore <block-id>`  | Manually restores a block by ID                     |<br \/>\n| `\/durablock info`                | Displays information about the plugin               |<\/p>\n<p>| Permission                     | Description                              |<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;- |<br \/>\n| `durablock.commands.main`      | Allows using \/durablock command          |<br \/>\n| `durablock.notify.update`      | Allows receiving update notifications    |<\/p>\n<p>## \ud83d\udca1 Placeholders<\/p>\n<p>### Hologram Placeholders<\/p>\n<p>* `{last_player}` &#8211; Displays the name of the player who last broke the block.<br \/>\n* `{restore}` &#8211; Displays the remaining time (in seconds) until the block is restored.<br \/>\n* `{durability}` &#8211; Shows the current durability of the block.<\/p>\n<p>### Command Placeholders<\/p>\n<p>* `{player}` &#8211; Represents the name of the player who broke the block.<\/p>\n<p>## \ud83d\udca1 Examples<\/p>\n<p>To create a new block named &#8220;diamond-block&#8221; with 50 durability and a 20-second restore time, add this to your `config.yml`:<\/p>\n<p>&#8220;`yaml<br \/>\nblocks:<br \/>\n  diamond-block:<br \/>\n    durability: 50<br \/>\n    restore-interval: 20<br \/>\n    permission: durablock.break.diamond-block<br \/>\n    enabled-hologram-lines:<br \/>\n      &#8211; &#8220;Diamond Block &#8211; {durability} hits left&#8221;<br \/>\n    disabled-hologram-lines:<br \/>\n      &#8211; &#8220;Regenerating in: {restore} seconds&#8221;<br \/>\n    rewards:<br \/>\n      &#8211; command: &#8220;give {player} diamond 1&#8221;<br \/>\n        chance: 0.1 # %10 chance<br \/>\n    on-break:<br \/>\n      sound:<br \/>\n        enabled: true<br \/>\n        sound-type: &#8220;minecraft:entity.player.levelup&#8221;<br \/>\n        play-to-everyone: true<br \/>\n      broadcast:<br \/>\n        enabled: true<br \/>\n        message: &#8220;<red>{player} broke the diamond block and earned 16 diamonds!&#8221;<br \/>\n      commands:<br \/>\n        &#8211; &#8220;give {player} diamond 16&#8221;<br \/>\n&#8220;`<\/p>\n<p>## \ud83d\udcac Support<\/p>\n<p>If you encounter any issues or have feature suggestions, feel free to open an issue on GitHub or join my Discord Server.<\/p>\n<p>## \ud83d\udcdd License<\/p>\n<p>This project is licensed under the MIT License &#8211; see the LICENSE.md file for details.<\/p>\n<p>Enjoy making your server more dynamic with DuraBlock!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A Minecraft plugin that generates custom blocks with unique durabilities.<\/p>\n","protected":false},"featured_media":59985,"template":"","meta":{"_minecraft_slug":"durablock","_minecraft_project_id":"XxhXY8Lx","_minecraft_author":"raisy","_minecraft_license":"MIT","_minecraft_downloads":165,"_minecraft_follows":3,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"durablock.zip","_minecraft_size_bytes":3034551,"_minecraft_version_count":4,"_minecraft_updated_at":"2026-05-16T13:11:30.814014Z","_minecraft_date_created":"2025-05-25T09:40:12.852918Z","_minecraft_date_modified":"2025-05-29T23:05:49.776130Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/durablock","_minecraft_icon_attachment_id":59985,"_minecraft_imported_at":"2026-06-03T11:39:57+00:00","_minecraft_import_hash":"e3b2091a27b618f459fd995f25a41888","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[844,89,127,128,129],"mod_loader":[132,133,134],"minecraft_version":[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],"class_list":["post-59984","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-economy","mod_category-game-mechanics","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","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"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>DuraBlock - 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\/durablock\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"DuraBlock - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A Minecraft plugin that generates custom blocks with unique durabilities.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/durablock\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/raw.githubusercontent.com\/hakanyurtoglu\/DuraBlock\/refs\/heads\/master\/images\/banner.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\\\/durablock\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/durablock\\\/\",\"name\":\"DuraBlock - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/durablock\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/durablock\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/durablock-icon-bcb022d1182b81061108c01e7b4bc7cf024e2971_96.webp\",\"datePublished\":\"2026-06-03T11:39:56+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/durablock\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/durablock\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/durablock\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/durablock-icon-bcb022d1182b81061108c01e7b4bc7cf024e2971_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/durablock-icon-bcb022d1182b81061108c01e7b4bc7cf024e2971_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/durablock\\\/#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\":\"DuraBlock\"}]},{\"@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":"DuraBlock - 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\/durablock\/","og_locale":"en_US","og_type":"article","og_title":"DuraBlock - Minecraft","og_description":"A Minecraft plugin that generates custom blocks with unique durabilities.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/durablock\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/raw.githubusercontent.com\/hakanyurtoglu\/DuraBlock\/refs\/heads\/master\/images\/banner.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\/durablock\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/durablock\/","name":"DuraBlock - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/durablock\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/durablock\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/durablock-icon-bcb022d1182b81061108c01e7b4bc7cf024e2971_96.webp","datePublished":"2026-06-03T11:39:56+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/durablock\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/durablock\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/durablock\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/durablock-icon-bcb022d1182b81061108c01e7b4bc7cf024e2971_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/durablock-icon-bcb022d1182b81061108c01e7b4bc7cf024e2971_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/durablock\/#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":"DuraBlock"}]},{"@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\/59984","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\/59985"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=59984"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=59984"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=59984"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=59984"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}