Compatibility
Minecraft: Java Edition
26.1.2
1.21.11
1.21.3โ1.21.5
1.21
1.20.6
1.20.1โ1.20.2
1.19.4
1.16.x
Platforms
Tags
Creators
Details
Licensed MIT
Published last week
๐ฉธ Core-lifesteal
A highly optimized, modular Lifesteal core built for modern Minecraft servers. Take control of your server's competitive ecosystem with hardcoded performance mechanics, complete language customization, and immersive in-game rituals.
โจ Key Features
- Heart Stealing & Scaling: Fully customizable starting, minimum, and maximum heart capacities. Configure loss on all deaths or strictly PvP encounters.
- Heart Withdrawal: Allows players to convert their life pool into physical items using
/clife withdraw [amount]. - Immersive Revival Altars: Gate player resurrections behind a localized, physical multiblock ritual. Features channeling times, particle visuals, and dynamic proximity constraints.
- Admin Dashboard: Full-featured in-game GUI menu to manage heart counts, trace online status, or instantly bypass altar requirements.
- Safe Localization: Dedicated, independent tracking for config properties and language localization so structural files never conflict.
๐ ๏ธ Configuration Structure
The plugin splits parameters beautifully between functional mechanics and player-facing display configurations:
config.yml: Manages core logic values (starting health, item materials, recipe shapes, particle intensities).messages.yml: Houses all system help lines, permission errors, command syntaxes, and prefix strings.
๐ป Commands & Permissions
| Command | Description | Permission |
|---|---|---|
/clife withdraw [amount] |
Withdraw your hearts into items. | corelifesteal.withdraw |
/clife check [player] |
View your current heart metrics. | corelifesteal.check |
/clife menu |
Access the admin dashboard layout. | corelifesteal.admin.menu |
/clife sethearts <p> <amt> |
Force-override a user's current health. | corelifesteal.admin.sethearts |
/clife reload |
Hot-reload assets and configuration trees. | corelifesteal.admin.reload |


