{"id":119601,"date":"2026-06-07T03:52:05","date_gmt":"2026-06-07T00:52:05","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/partsvitality\/"},"modified":"2026-06-07T03:52:05","modified_gmt":"2026-06-07T00:52:05","slug":"partsvitality","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/partsvitality\/","title":{"rendered":"PartsVitality"},"content":{"rendered":"<p># PartsVitality<\/p>\n<p>**A hardcore damage and healing system for Minecraft, inspired by &#8220;Escape from Tarkov.&#8221;**<\/p>\n<p>PartsVitality completely overhauls Minecraft&#8217;s standard health system by introducing a detailed part-based HP system. This plugin demands more tactical thinking, careful injury management, and a new level of awareness from players. Deciding which body part to target and which to protect, constantly monitoring your own condition and surroundings, and engaging in tense gameplay where a single moment of carelessness can be fatal becomes crucial.<\/p>\n<p>> [!NOTE] > **No Resource Pack Required!** All features, including the part HP display, are achieved using vanilla mechanics. Players don&#8217;t need to download anything extra to get the full experience.<\/p>\n<p>## Key Features<\/p>\n<p>&#8211; **Part-Based HP System**: Health is not a single bar but is managed individually across four body parts: &#8220;Head,&#8221; &#8220;Chest,&#8221; &#8220;Legs,&#8221; and &#8220;Feet.&#8221;<br \/>\n&#8211; **Precise Hit Detection**: Using Ray Tracing technology, the plugin accurately determines which body part an attack hits. Tactics like headshots or aiming for the legs become vital!<br \/>\n&#8211; **Realistic Injury Penalties**:<br \/>\n  &#8211; **Debuff Effects**: Taking damage to a specific part triggers corresponding debuffs (e.g., Nausea from head damage, Slowness from leg damage).<br \/>\n  &#8211; **Broken Parts**: When a part&#8217;s HP drops to 0, it becomes &#8220;broken,&#8221; reducing the player&#8217;s maximum HP until they respawn.<br \/>\n&#8211; **Manual Healing System**:<br \/>\n  &#8211; **No Natural Regeneration**: Automatic health regeneration from saturation is disabled. All healing must be done manually.<br \/>\n  &#8211; **Part-Specific Healing**: Use items defined in `config.yml` to heal by clicking the corresponding armor piece for the injured part in the inventory.<br \/>\n  &#8211; **Surgery for Critical Injuries**: &#8220;Broken&#8221; parts cannot be healed with regular items. A special &#8220;surgery&#8221; item is required for first aid, making the part treatable again.<br \/>\n&#8211; **Enhanced Importance of Armor**:<br \/>\n  &#8211; **Part Protection**: Armor plays a crucial role in protecting the specific body part it covers.<br \/>\n  &#8211; **Realistic Wear and Tear**: Armor durability can be configured to decrease significantly based on the damage received, making it a critical resource to manage.<br \/>\n&#8211; **Highly Customizable**: Nearly every aspect of the plugin\u2014part HP, damage multipliers, healing items, debuffs, and more\u2014can be freely adjusted in `config.yml`.<br \/>\n&#8211; **Multi-Language Support**: All messages displayed to players are translatable. It supports English (`en`) and Japanese (`ja`) by default.<\/p>\n<p>## Installation<\/p>\n<p>1.  Download the latest `.jar` file.<br \/>\n2.  Place the downloaded `PartsVitality-v1.0.0-beta.1.jar` file into your server&#8217;s `plugins\/` folder.<br \/>\n3.  Restart or reload the server. The configuration file (`config.yml`) and language files (`messages_en.yml`, `messages_ja.yml`) will be automatically generated in the `plugins\/PartsVitality\/` folder.<\/p>\n<p>## Compatibility<\/p>\n<p>This plugin was developed on the **Paper API 1.20.1** and tested on a **Purpur 1.21.1** server.<\/p>\n<p>It is expected to work on most modern Paper\/Purpur versions, but these are the officially supported environments for this release.<\/p>\n<p>## Configuration (`config.yml`)<\/p>\n<p>You can edit the `config.yml` file to fine-tune the plugin&#8217;s behavior to match your server&#8217;s difficulty and playstyle.<\/p>\n<details>\n<summary><strong>Click to see a detailed explanation of config.yml<\/strong><\/summary>\n<p>&#8220;`yaml<br \/>\n# Set the language to use (e.g., en, ja)<br \/>\nlanguage: &#8220;en&#8221;<\/p>\n<p># Max HP for each body part<br \/>\nparts:<br \/>\n  head:<br \/>\n    max-hp: 20.0<br \/>\n  chest:<br \/>\n    max-hp: 29.0<br \/>\n  # &#8230; and so on<\/p>\n<p># Damage calculation settings<br \/>\ndamage:<br \/>\n  # Multiplier to convert vanilla heart damage to part damage.<br \/>\n  # A higher value makes parts break more easily, increasing difficulty.<br \/>\n  damage-multiplier: 5.0<br \/>\n  # Precision of the hit detection. Larger values reduce server load but decrease accuracy. (Recommended: 0.1 ~ 0.5)<br \/>\n  ray-trace-step: 0.1<\/p>\n<p># Settings for regular healing<br \/>\nhealing:<br \/>\n  # Time required for healing (in seconds).<br \/>\n  duration-seconds: 3<br \/>\n  # &#8230; sound settings &#8230;<\/p>\n<p># Settings for surgery (healing broken parts)<br \/>\nsurgery:<br \/>\n  # Time required for surgery (in seconds).<br \/>\n  duration-seconds: 10<br \/>\n  # Amount of part HP restored by surgery. Setting this to 1.0 will make the part usable again and allow normal healing.<br \/>\n  restored-hp: 1.0<br \/>\n  # &#8230; sound settings &#8230;<\/p>\n<p># Max health penalty for each broken part (2.0 = 1 heart).<br \/>\nhealth-penalty-per-broken-part: 5.0 # 2.5 hearts<\/p>\n<p># Items used for regular healing and their heal amount.<br \/>\nhealing-items:<br \/>\n  IRON_INGOT: 10.0<br \/>\n  GOLD_INGOT: 15.0<\/p>\n<p># Items used for surgery (only usable on parts with 0 HP).<br \/>\nsurgery-items:<br \/>\n  DIAMOND: true<\/p>\n<p># Debuffs applied when a part&#8217;s HP falls below a certain threshold.<br \/>\ndebuffs:<br \/>\n  head:<br \/>\n    &#8211; threshold: 0.5 # 50% or less<br \/>\n      effect: CONFUSION<br \/>\n      level: 0<br \/>\n  # &#8230; and so on<\/p>\n<p># Durability settings<br \/>\ndurability:<br \/>\n  # If true, armor durability decreases based on the amount of part damage received.<br \/>\n  use-custom-durability-damage: true<br \/>\n  # How much part damage equals 1 point of durability damage.<br \/>\n  # A smaller value means armor wears out faster. 0.4 is balanced around leather armor.<br \/>\n  damage-per-durability-point: 0.4<br \/>\n&#8220;`<\/p>\n<\/details>\n<p>## How to Play<\/p>\n<p>&#8211; **Check Part HP**: In your inventory, hover over any armor piece and **Shift + Right-Click** to switch to Part HP display mode. The armor&#8217;s durability bar will now show the HP of that part. Repeat the action to switch back.<\/p>\n<p>  ![PV_Switch_PartHP](https:\/\/i.imgur.com\/4pypzyd.gif)<\/p>\n<p>&#8211; **Heal a Part**: Hold a healing item (e.g., Iron Ingot) on your cursor and **Left-Click** the armor piece of the part you want to heal in your inventory. A timer will start, and upon completion, the part&#8217;s HP will be restored.<\/p>\n<p>  ![PV_healing_part](https:\/\/i.imgur.com\/0ltDtFg.gif)<\/p>\n<p>&#8211; **Perform Surgery**: If a part is broken (HP is 0), you must first treat it with a surgery item (e.g., Diamond). This will slightly restore the part&#8217;s HP, allowing it to be healed with regular healing items again.<\/p>\n<p>  ![PV_surgery_part](https:\/\/i.imgur.com\/jHg1fqJ.gif)<\/p>\n<p>## License<\/p>\n<p>This plugin is released under the MIT License.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A hardcore damage and healing system for Minecraft, inspired by &#8220;Escape from Tarkov.&#8221;<\/p>\n","protected":false},"featured_media":119602,"template":"","meta":{"_minecraft_slug":"partsvitality","_minecraft_project_id":"WPAqlPEC","_minecraft_author":"Braur0","_minecraft_license":"MIT","_minecraft_downloads":71,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"partsvitality.zip","_minecraft_size_bytes":77540,"_minecraft_version_count":2,"_minecraft_updated_at":"2026-05-15T20:26:28.426532Z","_minecraft_date_created":"2025-09-22T05:39:21.601451Z","_minecraft_date_modified":"2025-09-21T08:29:15.247952Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/partsvitality","_minecraft_icon_attachment_id":119602,"_minecraft_imported_at":"2026-06-07T00:52:07+00:00","_minecraft_import_hash":"e5c76361dfa828ac701841f368e38215","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,89,127,128],"mod_loader":[132,133],"minecraft_version":[36,60,93,94,101,102,62,37,73,74,38,78,79,80,81],"class_list":["post-119601","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-game-mechanics","mod_category-paper","mod_category-purpur","mod_loader-paper","mod_loader-purpur","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-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"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>PartsVitality - 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\/partsvitality\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"PartsVitality - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A hardcore damage and healing system for Minecraft, inspired by &quot;Escape from Tarkov.&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/partsvitality\/\" \/>\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=\"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\\\/partsvitality\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/partsvitality\\\/\",\"name\":\"PartsVitality - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/partsvitality\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/partsvitality\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/partsvitality-icon-e690ab810dc4935b7b8918669b12a6f416ed1d7c_96.webp\",\"datePublished\":\"2026-06-07T00:52:05+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/partsvitality\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/partsvitality\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/partsvitality\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/partsvitality-icon-e690ab810dc4935b7b8918669b12a6f416ed1d7c_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/partsvitality-icon-e690ab810dc4935b7b8918669b12a6f416ed1d7c_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/partsvitality\\\/#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\":\"PartsVitality\"}]},{\"@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":"PartsVitality - 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\/partsvitality\/","og_locale":"en_US","og_type":"article","og_title":"PartsVitality - Minecraft","og_description":"A hardcore damage and healing system for Minecraft, inspired by \"Escape from Tarkov.\"","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/partsvitality\/","og_site_name":"Minecraft","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\/partsvitality\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/partsvitality\/","name":"PartsVitality - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/partsvitality\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/partsvitality\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/partsvitality-icon-e690ab810dc4935b7b8918669b12a6f416ed1d7c_96.webp","datePublished":"2026-06-07T00:52:05+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/partsvitality\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/partsvitality\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/partsvitality\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/partsvitality-icon-e690ab810dc4935b7b8918669b12a6f416ed1d7c_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/partsvitality-icon-e690ab810dc4935b7b8918669b12a6f416ed1d7c_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/partsvitality\/#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":"PartsVitality"}]},{"@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\/119601","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\/119602"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=119601"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=119601"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=119601"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=119601"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}