{"id":160936,"date":"2026-06-09T18:09:35","date_gmt":"2026-06-09T15:09:35","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/twix-lifesteal\/"},"modified":"2026-06-09T18:09:35","modified_gmt":"2026-06-09T15:09:35","slug":"twix-lifesteal","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/twix-lifesteal\/","title":{"rendered":"Lifesteal-Plugin"},"content":{"rendered":"<p># LifeSteal Plugin<\/p>\n<p>A lightweight lifesteal plugin for Paper 1.21 and above build by theTWIXhunter<\/p>\n<p>## Features<\/p>\n<p>&#8211; **Heart Stealing**: When a player kills another player, the victim loses 1 heart and the killer gains it<br \/>\n&#8211; **Elimination System**: Execute custom commands when a player reaches less than 1 heart<br \/>\n&#8211; **World-Specific**: Only active in configured worlds<br \/>\n&#8211; **Configurable**: Fully customizable through config.yml<br \/>\n&#8211; **\/giftheart**: Players can gift other players hearts, gifting hearts to an eliminated player revives them.<\/p>\n<p>## Default Configuration<br \/>\n&#8220;`yaml<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;&#8211;+<br \/>\n# |              &#8212;&#8212;====== Lifesteal PLUGIN ======&#8212;&#8212;                  |<br \/>\n# |                       &#8212; By TheTWIXhunter &#8212;                           |<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;&#8211;+<br \/>\n# |                                                                          |                                          |<br \/>\n# | More information about this config file can be found here: (WIP)         |<br \/>\n# | https:\/\/thetwixhunter.nekoweb.org\/lifesteal\/guides\/configuration.html    |<br \/>\n# |                                                                          |<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;&#8211;+<\/p>\n<p># +&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;+<br \/>\n# |             &#8212;&#8212;====== GENERAL SETTINGS ======&#8212;&#8212;                   |<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;&#8211;+<br \/>\n# Messages file (located in the plugin&#8217;s folder)<br \/>\n# Set to &#8216;messages.yml&#8217; to use the default messages file<br \/>\n# You can create custom message files and reference them here<br \/>\nmessages-file: &#8220;messages.yml&#8221;<br \/>\n# Worlds where lifesteal is enabled<br \/>\nenabled-worlds:<br \/>\n  &#8211; world<br \/>\n  &#8211; world_nether<br \/>\n  &#8211; world_the_end<\/p>\n<p># +&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;+<br \/>\n# |       &#8212;&#8212;====== ELIMINATION &#038; REVIVE SETTINGS ======&#8212;&#8212;            |<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;&#8211;+<\/p>\n<p># Commands to run when a player reaches the elimination threshold (with operator permissions)<br \/>\n# Use %player% placeholder for the player&#8217;s name<br \/>\nelimination-commands:<br \/>\n  &#8211; &#8220;kick %player% You have been eliminated!&#8221;<br \/>\n  &#8211; &#8220;broadcast %player% has been eliminated from the server!&#8221;<br \/>\n  &#8211; &#8220;ban %player% You ran out of hearts!&#8221;   # REMOVE IF YOU DON&#8217;T WANT PLAYERS TO BE BANNED UPON ELIMINATION<\/p>\n<p># Revive settings<br \/>\n# Commands to run when a player is revived by an operator<br \/>\n# Users can revive other users by gifting them hearts.<br \/>\nrevive:<br \/>\n  # Hearts to set when a player is revived by an opertator (using the \/lifestealplugin revive command.)<br \/>\n  hearts: 10.0<br \/>\n  # Commands to run when a player is revived (with operator permissions)<br \/>\n  # Use %player% placeholder for the player&#8217;s name<br \/>\n  commands:<br \/>\n    &#8211; &#8220;broadcast %player% has been revived!&#8221;<br \/>\n    &#8211; &#8220;pardon %player% You have been revived by an operator!&#8221; # REMOVE IF YOU DON&#8217;T WANT PLAYERS TO BE UNBANNED UPON REVIVAL<\/p>\n<p># +&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;+<br \/>\n# |              &#8212;&#8212;====== HEARTS SETTINGS ======&#8212;&#8212;                   |<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;&#8211;+<br \/>\n# | The settings below are in hearts, not health points.                     |<br \/>\n# |  (1 heart = 2 health points.)                                            |<br \/>\n# | Please always check this to avoid issues with heart values.              |<br \/>\n# | You can use decimal values for hearts but only .5 increments             |<br \/>\n# | (e.g., 0.5 = 1 health point, Minecraft&#8217;s minimum).                       |<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;&#8211;+<\/p>\n<p>hearts:<br \/>\n  # Amount of hearts a new player starts with<br \/>\n  starting: 10.0<br \/>\n  # Amount of hearts gained\/lost per kill (1 heart = 2 health points)<br \/>\n  amount: 1.0<br \/>\n  # Hearts at or below which a player gets eliminated (0.5 = 1 health point, Minecraft&#8217;s minimum)<br \/>\n  eliminate-at: 0.5<br \/>\n  # Maximum hearts a player can have<br \/>\n  maximum: 20.0<\/p>\n<p># Heart crafting recipe<br \/>\ncrafting:<br \/>\n  # Enable or disable heart crafting<br \/>\n  enabled: true<br \/>\n  # Recipe pattern (3&#215;3 crafting grid)<br \/>\n  # Use material names from https:\/\/hub.spigotmc.org\/javadocs\/spigot\/org\/bukkit\/Material.html<br \/>\n  recipe:<br \/>\n    row1: &#8220;DIAMOND,GOLD_INGOT,DIAMOND&#8221;<br \/>\n    row2: &#8220;REDSTONE,NETHER_STAR,REDSTONE&#8221;<br \/>\n    row3: &#8220;DIAMOND,EMERALD,DIAMOND&#8221;<\/p>\n<p>&#8220;`<\/p>\n<p>## Building<\/p>\n<p>Run `mvn clean package` to build the plugin. The compiled JAR will be in the `target` folder.<\/p>\n<p>## Installation<\/p>\n<p>1. Build the plugin or download the JAR<br \/>\n2. Place the JAR in your server&#8217;s `plugins` folder<br \/>\n3. Restart the server<br \/>\n4. Configure the plugin in `plugins\/LifeSteal\/config.yml`<br \/>\n5. Reload or restart the server<\/p>\n<p>## Author<\/p>\n<p>me.thetwixhunter<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This is a Basic but fully customisable Lifesteal plugin I made because there were no other plugins that had the customisability I wanted.<\/p>\n","protected":false},"featured_media":160937,"template":"","meta":{"_minecraft_slug":"twix-lifesteal","_minecraft_project_id":"KiGjlfaO","_minecraft_author":"theTWIXhunter","_minecraft_license":"GPL-3.0-or-later","_minecraft_downloads":172,"_minecraft_follows":2,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"twix-lifesteal.zip","_minecraft_size_bytes":69514,"_minecraft_version_count":2,"_minecraft_updated_at":"2026-05-16T13:11:15.422913Z","_minecraft_date_created":"2026-02-21T00:00:39.514319Z","_minecraft_date_modified":"2026-03-01T18:11:21.298948Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/twix-lifesteal","_minecraft_icon_attachment_id":160937,"_minecraft_imported_at":"2026-06-09T15:09:35+00:00","_minecraft_import_hash":"c5d1a49177b59ffb43250ee7720afb59","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,124,89,866,127,128,129],"mod_loader":[130,132,133,134],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-160936","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-bukkit","mod_category-game-mechanics","mod_category-minigame","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","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>Lifesteal-Plugin - 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\/twix-lifesteal\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Lifesteal-Plugin - Minecraft\" \/>\n<meta property=\"og:description\" content=\"This is a Basic but fully customisable Lifesteal plugin I made because there were no other plugins that had the customisability I wanted.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/twix-lifesteal\/\" \/>\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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/twix-lifesteal\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/twix-lifesteal\\\/\",\"name\":\"Lifesteal-Plugin - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/twix-lifesteal\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/twix-lifesteal\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/twix-lifesteal-icon-71b737e1a9d2ab95a856239e5c1a7f201d40baa7_96.webp\",\"datePublished\":\"2026-06-09T15:09:35+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/twix-lifesteal\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/twix-lifesteal\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/twix-lifesteal\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/twix-lifesteal-icon-71b737e1a9d2ab95a856239e5c1a7f201d40baa7_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/twix-lifesteal-icon-71b737e1a9d2ab95a856239e5c1a7f201d40baa7_96.webp\",\"width\":96,\"height\":92},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/twix-lifesteal\\\/#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\":\"Lifesteal-Plugin\"}]},{\"@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":"Lifesteal-Plugin - 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\/twix-lifesteal\/","og_locale":"en_US","og_type":"article","og_title":"Lifesteal-Plugin - Minecraft","og_description":"This is a Basic but fully customisable Lifesteal plugin I made because there were no other plugins that had the customisability I wanted.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/twix-lifesteal\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/twix-lifesteal\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/twix-lifesteal\/","name":"Lifesteal-Plugin - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/twix-lifesteal\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/twix-lifesteal\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/twix-lifesteal-icon-71b737e1a9d2ab95a856239e5c1a7f201d40baa7_96.webp","datePublished":"2026-06-09T15:09:35+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/twix-lifesteal\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/twix-lifesteal\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/twix-lifesteal\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/twix-lifesteal-icon-71b737e1a9d2ab95a856239e5c1a7f201d40baa7_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/twix-lifesteal-icon-71b737e1a9d2ab95a856239e5c1a7f201d40baa7_96.webp","width":96,"height":92},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/twix-lifesteal\/#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":"Lifesteal-Plugin"}]},{"@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\/160936","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\/160937"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=160936"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=160936"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=160936"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=160936"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}