Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Tags
Creators
Details
Licensed MIT
Published 3 days ago
โค๏ธ Lifesteal
A full 1:1 replica of Lifesteal SMP Plugin/Mod that supports both Fabric for a 100% copy, and one for Paper that supports other plugins you may want. Features like Death/Kill Mechanic, Death-Bans, Death-Revives, Mace Settings and more!
If you have any issues, suggestions or additions contact me through the Discord above!
๐จโ๐ณ Recipes
โค๏ธ Heart
The recipe below shows 3 ways of crafting a Heart Item, the exact recipe from Lifesteal.

๐ Beacon of Life
The recipe below shows how you craft the Beacon of Life which is used to revive a Death-Banned player.

๐งฉ Features
- When you kill someone you gain a heart, when you die you lose one.
- When you reach 1 heart and die, you get Death-Banned.
- Someone can revive you with a Beacon of Life, when you respawn you get 3 hearts.
- Maximum Heart cap which is configureable in config.yml.
- Heart Items can be equiped to gain a Heart.
- Recipes for Heart Item & Beacon of Life.
- Commands for Admins & Everyone.
- Heart Items cannot be stored inside of Storage Blocks (Chests, Enderchests, Barrels, Item Frames, etc.)
- Pearls can be disabled in config.yml.
- Totem of Undying can be disabled in config.yml.
- Netherite Crafting (except Spear & Pickaxe) can be disabled in config.yml.
- TnT Minecarts can deal a maximum of 9 hearts which is configureable in config.yml.
- End Crystals can be disabled (Dropped as an item instead of exploading) which is configureable in config.yml.
- How the Mace works (One Mace or Minimum height of 11 blocks to deal damage & no enchants on The Mace)
๐ค Commands
| Command | Permission | Short Description |
|---|---|---|
| /lifesteal withdraw | everyone |
Withdraws one of your hearts and gives you a Heart Item |
| /lifesteal set <player> <amount> | operator |
Sets a player's heart count to <amount> (If <amount> is under 1 it sets heart count to 1, if <amount> is larger than heart-cap: (in config.yml) it sets heart count to heart-cap) |
| /lifesteal give BOL/Heart | operator |
Gives yourself either a Heart Item or BOL (Beacon of Life) |
๐ Config.yml
# The maximum heart cap you can have (measured in hearts)
heart-cap: 20
# If set to true, ender pearls will be thrown, but you will not teleport when it lands
disable-ender-pearls: true
# If set to true, totem of undying will not work at all
disable-totem-of-undying: true
# If set to true, all netherite tools and armor will not be craftable except netherite pickaxe and spear
disable-netherite-crafting: true
# If set to true, enchanted golden apples will not give any effects when consumed
disable-enchanted-golden-apples: false
# If set to true, TnT minecarts will deal a maximum of 9 hearts in full Protection 3 Diamond Armor
tnt-minecart-damage-restriction: true
# If set to true, end crystals will not explode but instead drop as an item
disable-end-crystals: true
# If set to true, the mace will only deal damage if it's a smash hit (falling 11 blocks+), and a damage cap of 8 hearts (lifesteal season 7)
mace-season-7-behavior: false
# If set to true, only 1 mace allowed on the server, first one to craft, no enchant restrictions, cannot be stored in storage blocks (lifesteal season 6)
one-mace: false
# If set to true, a mace has been crafted and minecraft:mace can no longer be crafted on the server, if it disappears the recipe is added back (lifesteal season 6)
mace-exist: false
Lifesteal Season 6 Config Experience:
- heart-cap: 20
- disable-ender-pearls: true
- disable-totem-of-undying: true
- disable-netherite-crafting: true
- tnt-minecart-damage-restriction: true
- disable-end-crystals: true
- one-mace: true
- mace-exist: false
Other config options can be set to false.
Lifesteal Season 7 Config Experience:
- heart-cap: 20
- disable-ender-pearls: true
- disable-totem-of-undying: true
- disable-netherite-crafting: true
- disable-enchanted-golden-apples: true
- tnt-minecart-damage-restriction: true
- disable-end-crystals: true
- mace-season-7-behavior: true
Other config options can be set to false.


