
Lifesteal 2
Lifesteal2 is a fully configurable lifesteal plugin that adds custom heart mechanics, revives, and crafting recipes to your server. Players can gain, lose, withdraw, and trade hearts, even revive fallen players using the unique Revive Tool and GUI.
Tags
Creators
Details
1.4
Compatibility
Changes
Lifesteal2 — Changelog
Fixes
- Recipes now register on startup (no more "status error" + broken crafting).
/setheartsand/giveheartnow use their own messages with correct values.- Fixed orphaned
heart-consume.cooldown-secondsconfig path.
Changes
- Revive tool: right-click now prompts for a username in chat and opens the GUI directly on that player's page.
- Ban/kick reason is now capitalized and customizable in
messages.yml. - New
heart-consumeconfig: toggle healing on/off and full-heal vs. +1 heart.
New
- World whitelist/blacklist for heart mechanics.
- Configurable kill broadcasts (PvP + natural).
- Anti-farm cooldown to block repeat kills on the same victim.
- Sound + particle effects on heart consume and heart drop.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:6AhQCfxN:QcwnBtrs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6AhQCfxN:QcwnBtrs"
}
