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

  • Player Database
  • Skin Browser
  • Cape Gallery
  • Community Hub
  • Seed Vault

Database

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

Tools

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

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
lifestealXX
PluginMIT

lifestealXX

A lifesteal plugin made by Robin

130
Downloads
0
Followers
5 months ago
Updated
📦
1
Versions
game-mechanicsmanagementtechnologypaperpurpurspigot
Download Latestv1.2.0View on Modrinth

📖About lifestealXX

LifestealXX

A lightweight, production-ready Lifesteal plugin for Paper/Spigot 1.21.x. Players lose hearts on death, steal hearts on kills, craft Heart items, and use Revive Beacons to bring eliminated players back. Everything is configurable: min/default/max hearts, death penalties, item recipes, and more. Includes PlaceholderAPI support, admin tools, and hot-reload.

✨ Features

Configurable hearts system: set min, default, and max hearts.

Steal on kill: killer gains a heart (or drops a heart if at max).

Heart items: craftable and consumable only below a threshold (e.g. under 10 hearts).

Revive Beacon: revive eliminated players to a configurable heart count.

Droplogic: optional heart drops on non-player deaths or when killer is maxed.

Withdraw: convert your own hearts into Heart items.

Admin toolkit: get/set/add/remove hearts, eliminate/revive, give items, and reload.

PlaceholderAPI: clean placeholders for scoreboards, tabs, and holograms.

Hot reload: /lifesteal reload applies config & recipes without a restart.

🕹️ Gameplay (defaults)

Max hearts: 20 (40 HP).

Consume Heart items only when you’re below 10 hearts.

On player kill: killer gains 1 heart; if already at max, a Heart item drops.

On non-player death: Heart item drops.

At min hearts: player is eliminated (Spectator) until revived.

🔧 Commands

/withdraw [amount] — turn your hearts into Heart items (leaves a minimum set by config).

/revive — revive an eliminated player (must hold a Revive Beacon).

Admin [/lifesteal or /ls]

get — show hearts/elimination.

set — set hearts (respects min/max).

add / remove

revive [hearts] — revive without a beacon.

eliminate — set to min & Spectator.

giveheart [amount] / givebeacon [amount]

reload — reload data & config (re-registers recipes).

🔤 Placeholders

%lifesteal_current_hearts% — player’s current hearts

%lifesteal_max_hearts% — max hearts (from config)

%lifesteal_display% — current/max (e.g. 9/20)
Aliases: %lifesteal_current%, %lifesteal_max%

🔧 dependencies

  • placeholderAPI
  • java 21 required!

⚙️ Config (config.yml)

  • Fully configurable hearts, behavior, and both recipes (shape, ingredients, output), plus item name/lore/material/glint.
hearts:
  min: 0
  default: 10
  max: 20
  consume_below: 10
  lose_on_death: 1
  withdraw_min_remaining: 1
  eliminate_at_min: true

behavior:
  give_killer_heart_on_kill: true
  drop_on_nonplayer_death: true
  drop_when_killer_at_max: true

items:
  heart:
    material: NETHER_WART
    name: "&c&lHeart"
    lore: ["&7Consume to gain 1 heart", "&7Usable only when below 10 hearts"]
    glint: true
    recipe:
      amount: 1
      shape: ["RRR","RNR","RRR"]
      ingredients: { R: REDSTONE_BLOCK, N: NETHER_STAR }

  revive_beacon:
    material: BEACON
    name: "&b&lRevive Beacon"
    lore: ["&7Use /revive <player> while holding this"]
    glint: true
    recipe:
      amount: 1
      shape: ["NSN","SBS","NSN"]
      ingredients: { N: NETHER_STAR, S: NETHERITE_SCRAP, B: BEACON }

Reload in-game with: /lifesteal reload.

✅ Compatibility

Server: Paper / Spigot 1.21.x (Paper recommended; Purpur/Pufferfish/spigot compatible)

📦 Installation

Drop the plugin JAR into plugins/.

(Optional) Install PlaceholderAPI.

Start the server once to generate config.yml.

Tweak config & recipes, then /lifesteal reload.

🔐 Permissions

lifesteal.withdraw — use /withdraw (default: true)

lifesteal.revive — use /revive with a beacon (default: true)

lifesteal.admin — all admin commands (default: op)

👥 Team & Contributors

No authors recorded.

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paperpurpurspigot
Minecraft Versions
1.211.21.11.21.21.21.31.21.41.21.51.21.61.21.7+3 more

🔗 Links

Modrinth Page