LifeSteal Server-side

⭐ — (48 endorsements) 📥 35,850 downloads 📌 vmc26.2-2.6.1 📅 10/24/2022
🟡 Updated this year

By qpcrummer · fabric

⬇ Download Mod Source: Modrinth 📅 Updated: 8/15/2026 📅 Created: 10/24/2022
⚠️ Install Order · 2 steps
1🛠️ Forge — Minecraft Forge (mod loader) Download ↗
2🛠️ Fabric — Fabric Loader Download ↗

Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.

🔍 Analysis

  • 👍 0.1% endorsement rate
  • 🏆 #945 of 983 fabric mods in this game by downloads

📋 About This Mod

# LifeSteal Server-side A fabric server side implementation of the LifeSteal SMP. This mod was inspired by ModernAdventurer's (https://github.com/ModernAdventurer/LifeSteal). ## Config Configuration is purely managed through gamerules, here is a list of gamerules and what they do. | Gamerule | Type | Description | Default | |-----------------------------------------------|---------------------|----------------------------------------------------------------------------------------------------|-----------------------------| | lifesteal:death_criteria | DeathCriteria | What counts as a kill: `player_only`, `any_death`, or `any_death_drop_heart` | `player_only` | | lifesteal:altar_block | Block | The registry for the block to be the center of an altar | `minecraft:netherite_block` | | lifesteal:enable_anti_heart_dupe | Boolean | Whether to prevent players from harvesting infinite hearts from weak players | `true` | | lifesteal:revive_method | ReviveMethod | How to revive players: `none`, `command`, `altar`, or `totem` | `altar` | | lifesteal:death_action | DeathAction | Whether to `ban`, `revive` or `spectator` when they reach minimum health | `ban` | | lifesteal:gift_method | GiftMethod | How to gift hearts: `manual` or `command` | `manual` | | lifesteal:steal_amount | Integer | The number of hearts that should be stolen upon death | `1` | | lifesteal:min_player_hearts | Integer | The minimum number of hearts a player can reach before being banned | `1` | | lifesteal:max_player_hearts | Integer | The maximum number of hearts a player can reach | `10` | | lifesteal:withdraw_method | WithdrawMethod | How to withdraw hearts: `none`, `altar`, or `command` | `altar` | | lifesteal:auto_revival_seconds | Integer | The number of seconds until a player is automatically revived. Set to 0 to disable. | `0` | | lifesteal:revival_invulnerability_seconds | Integer | The amount of time a player is invulnerable after being revived in seconds. Set to 0 to disable. | `0` | | lifesteal:heart_stack_size | Integer | The maximum stack size of the heart item | `1` | | lifesteal:heart_craft_in_crafter | Boolean | If a heart item can be crafted in a crafter | `false` | | lifesteal:limited_heart_crafting_type | LimitedCraftingType | How limited crafting works: `until_banned`, `forever`, `heart_based`, or `none` | `none` | | lifesteal:limited_heart_crafting_amount | Integer | The value/limit of limited crafting. It changes meaning depending on the limited crafting gamerule | `0` | | lifesteal:altar_animations | Boolean | If animations should play when interacting with an altar | `true` | | lifesteal:fallback_textures | Boolean | Whether to use Minecraft textures if the resourcepack isn't installed instead of missing texture | `true` | | lifesteal:new_player_invulnerability_seconds | Integer | The number of seconds a player is invulnerable since they started playing | `0` | ### Dead Player Json: Located in `config/lifesteal-deaths.json` ```json ``` ### Commands: - `/gift <Player> <Health>` - Gifts the specified player that amount of health if they can receive it - `/withdraw <Hearts>` - Turns physical hearts into heart items - `/revive <Player>` - Admin command to revive a player ### Datapack Overriding: More info can be found on the

# LifeSteal Server-side

A fabric server side implementation of the LifeSteal SMP.

This mod was inspired by ModernAdventurer's (https://github.com/ModernAdventurer/LifeSteal).

Configuration is purely managed through gamerules, here is a list of gamerules and what they do.

| Gamerule | Type | Description | Default | |-----------------------------------------------|---------------------|----------------------------------------------------------------------------------------------------|-----------------------------| | lifesteal:death_criteria | DeathCriteria | What counts as a kill: `player_only`, `any_death`, or `any_death_drop_heart` | `player_only` | | lifesteal:altar_block | Block | The registry for the block to be the center of an altar | `minecraft:netherite_block` | | lifesteal:enable_anti_heart_dupe | Boolean | Whether to prevent players from harvesting infinite hearts from weak players | `true` | | lifesteal:revive_method | ReviveMethod | How to revive players: `none`, `command`, `altar`, or `totem` | `altar` | | lifesteal:death_action | DeathAction | Whether to `ban`, `revive` or `spectator` when they reach minimum health | `ban` | | lifesteal:gift_method | GiftMethod | How to gift hearts: `manual` or `command` | `manual` | | lifesteal:steal_amount | Integer | The number of hearts that should be stolen upon death | `1` | | lifesteal:min_player_hearts | Integer | The minimum number of hearts a player can reach before being banned | `1` | | lifesteal:max_player_hearts | Integer | The maximum number of hearts a player can reach | `10` | | lifesteal:withdraw_method | WithdrawMethod | How to withdraw hearts: `none`, `altar`, or `command` | `altar` | | lifesteal:auto_revival_seconds | Integer | The number of seconds until a player is automatically revived. Set to 0 to disable. | `0` | | lifesteal:revival_invulnerability_seconds | Integer | The amount of time a player is invulnerable after being revived in seconds. Set to 0 to disable. | `0` | | lifesteal:heart_stack_size | Integer | The maximum stack size of the heart item | `1` | | lifesteal:heart_craft_in_crafter | Boolean | If a heart item can be crafted in a crafter | `false` | | lifesteal:limited_heart_crafting_type | LimitedCraftingType | How limited crafting works: `until_banned`, `forever`, `heart_based`, or `none` | `none` | | lifesteal:limited_heart_crafting_amount | Integer | The value/limit of limited crafting. It changes meaning depending on the limited crafting gamerule | `0` | | lifesteal:altar_animations | Boolean | If animations should play when interacting with an altar | `true` | | lifesteal:fallback_textures | Boolean | Whether to use Minecraft textures if the resourcepack isn't installed instead of missing texture | `true` | | lifesteal:new_player_invulnerability_seconds | Integer | The number of seconds a player is invulnerable since they started playing | `0` |

### Dead Player Json: Located in `config/lifesteal-deaths.json` ```json [ { "deadPlayerID": "uuid", "deathTime": 100 } ] ```

### Commands: - `/gift ` - Gifts the specified player that amount of health if they can receive it - `/withdraw ` - Turns physical hearts into heart items - `/revive ` - Admin command to revive a player

### Datapack Overriding: More info can be found on the

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Mods
Author
qpcrummer
Version
mc26.2-2.6.1
Downloads
35,850
Endorsements
48
Category
fabric
Created
10/24/2022
Updated
8/15/2026
Game Versions
26.2
Tags
game-mechanics, minigame

🔧 How to Install Minecraft Mods Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Mods →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Mods versions does LifeSteal Server-side support?

The author lists 26.2. Other versions may work but are untested by the author.

What is the latest version of LifeSteal Server-side?

Version mc26.2-2.6.1, published 2026-08-15 with 35,850 downloads recorded at the source.

Keep browsing — more Minecraft Mods mods await

📋 All Minecraft Mods Mods 🏆 Top 25 📂 More fabric 👤 More by qpcrummer 🔎 Similar Mods 🌐 Best fabric (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods