Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
LifeSteal FR
ModMIT

LifeSteal FR

Life Steal FR is a simple datapack configurable aiming to add life steal behaviours from the original Lifesteal SMP: https://lifesteal.fandom.com/wiki/Season_1

55.5K
Downloads
62
Followers
2 months ago
Updated
📦
30
Versions
economygame-mechanicssocialdatapackfabricforgeneoforgequilt
Download Latestv2.0.1+quiltView on Modrinth

📖About LifeSteal FR

Life Steal

GitHub
Smithed
Modrinth
PMC
Discord
Powered by StewBeet

Life Steal FR is a simple datapack configurable aiming to add life steal behaviours from the original Lifesteal SMP:

https://lifesteal.fandom.com/wiki/Season_1

This datapack adds texture for the revive beacon and use 1.21 food/consumable components for interactions with the system (eating a heart, consuming a renamed revive beacon)

This datapack is and will 🔥 ALWAYS 🔥 be updated to support the latest Minecraft versions!

I continuously maintain compatibility with new releases, ensuring you can enjoy Life Steal mechanics on the newest Minecraft updates without waiting, even on snapshots.

DON'T FORGET TO DOWNLOAD THE REQUIRED RESOURCE PACK IF YOU ARE USING THE DATAPACK VERSION

⚠️ IMPORTANT: Server Setup Required

This project requires special permissions to ban players!

If you're running a server, you MUST edit your server.properties file and set:

function-permission-level=3

Without this setting, the ban feature will not work! This is the most common issue users encounter.

After making this change, restart your server for it to take effect.

⚙️ Configuration

Players can withdraw hearts by typing /trigger life_steal.withdraw.

Since 1.5.0, you can now view and modify all settings interactively by running:

/function life_steal:_config

This displays an interactive menu where you can click on any setting to modify it directly!

Default settings:

  • 🔄 Revived players respawn with 4 hearts
  • ⬆️ Maximum heart limit is set to 20 hearts
  • 💝 Maximum hearts by consuming is set to 20 hearts (if lower than maximum hearts, additional hearts only obtainable through kills)
  • ⬇️ Minimum heart limit is set to 0 hearts
  • 💀 Players lose a heart when dying from natural causes (enabled)
  • 🎁 Hearts drop at death location when dying from natural causes (enabled)
  • ➗ Half hearts mode is disabled (hearts are tracked in whole numbers)
  • 🚫 Players are banned when reaching the minimum heart limit
  • 👻 Spectator instead of ban is disabled (players are banned, not moved to spectator mode)
  • 🍀 Last chance is disabled (when enabled, if a player at MIN+1 hearts dies, they survive with MIN+0.5 hearts; only works with half hearts mode disabled)
  • ⚔️ Steal on kill is enabled (killing players rewards hearts and removes them from victims)
  • ⚡ Instantly consume hearts is disabled (hearts require full eating animation)
  • 🛑 No heart drop is disabled (hearts drop and can be stolen normally)

Alternatively, settings can be customized manually using the following commands (requires operator permissions):

  • ⬆️ scoreboard players set MAX_HEARTS life_steal.data 20 (Absolute maximum of 20 hearts)
  • 💝 scoreboard players set MAX_HEARTS_BY_CONSUMING life_steal.data 20 (Maximum hearts obtainable by consuming crafted hearts, additional hearts can only be gained through kills (if lower than MAX_HEARTS), default is 20)
  • ⬇️ scoreboard players set MIN_HEARTS life_steal.data 0 (Minimum number of hearts a player can have, default is 0)
  • 🔄 scoreboard players set REVIVED_HEARTS life_steal.data 4 (Amount of hearts to respawn with when revived)
  • 💀 scoreboard players set NATURAL_DEATH_HEART_LOSE life_steal.data 1 (1 = lose a heart when dying to non player, 0 = disable that)
  • 🎁 scoreboard players set NATURAL_DEATH_HEART_DROP life_steal.data 1 (1 = drop a heart at death location when dying to non player, 0 = disable that)
  • ➗ scoreboard players set USE_HALF_HEARTS life_steal.data 1 (1 = enable half hearts mode, 0 = disable - tracks hearts in 0.5 increments instead of whole numbers)
  • 🚫 scoreboard players set BAN_REACHING_MIN_HEARTS life_steal.data 1 (1 = ban player when reaching minimum hearts, 0 = just prevent them from going lower)
  • 👻 scoreboard players set SPECTATOR_INSTEAD life_steal.data 1 (1 = move players to spectator mode instead of banning them when reaching minimum hearts, 0 = ban players normally)
  • 🍀 scoreboard players set LAST_CHANCE life_steal.data 1 (1 = when dying at MIN+1 hearts, player survives with MIN+0.5 hearts instead of losing everything - only works when half hearts mode is disabled, 0 = players lose full hearts normally)
  • ⚔️ scoreboard players set STEAL_ON_KILL life_steal.data 1 (1 = killing players rewards hearts and removes them from victims, 0 = disable heart stealing on kill)
  • ⚡ scoreboard players set INSTANTLY_CONSUME_HEARTS life_steal.data 1 (1 = hearts are consumed instantly when used, 0 = require full eating animation)
  • 🛑 scoreboard players set NO_HEART_DROP_OR_STEAL life_steal.data 1 (1 = hearts won't drop or be stolen when players die, overrides STEAL_ON_KILL by preventing all heart steal/drop on death, 0 = hearts drop and can be stolen normally)

You can obtain the items using these commands:

  • /function life_steal:_give_all (gives all items from the datapack)
  • /loot give @s loot life_steal:i/heart (gives a heart)
  • /loot give @s loot life_steal:i/revive_beacon (gives a revive beacon)

⚠️ Administration

If you want to manually revive a player, you can use the following command: 🔨

function life_steal:player/revive {player:"Stoupy51"}

(replace Stoupy51 with the player name you want to revive)

📥 Download links:

  • Modrinth: https://modrinth.com/datapack/lifestealfr/
  • PlanetMinecraft: https://www.planetminecraft.com/data-pack/life-steal-fr/

Promotional image
Beacon Recipe image Heart Recipe #1 image
Heart Recipe #2 image Heart Recipe #3 image

⭐ Star History

Star History Chart

👥 Team & Contributors

Stoupy51
Stoupy51Owner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
datapackfabricforgeneoforgequilt
Minecraft Versions
1.21.51.21.61.21.71.21.81.21.91.21.101.21.1126.1-snapshot-1+1 more

🔗 Links

Modrinth Page