Compatibility
Minecraft: Java Edition
Platforms
Tags
Creators
Details
HalfHearts
Don't let players die that easily.
HalfHearts is a lightweight Paper plugin that gives selected players a second chance. When a player would take enough damage to die, the damage is cancelled and their health is set to half a heart.
Simple mechanic. Simple commands. SQLite persistence. Nothing bloated.
Commands
| Command | Description | Permission |
|---|---|---|
/hh add <player> |
Add a player to HalfHearts | halfhearts.command.add |
/hh remove <player> |
Remove a player from HalfHearts | halfhearts.command.remove |
/hh list |
List all HalfHearts players | halfhearts.command.list |
Main permission:
halfhearts.command
How it works
When a registered player takes damage, HalfHearts checks whether that damage would kill them.
If it would:
Player takes damage
↓
Player is registered?
↓
Yes
↓
Would the damage kill them?
↓
Yes
↓
Cancel the damage
↓
Set health to ½ heart
The player stays alive with exactly half a heart instead of dying.
Installation
- Download
HalfHearts.jar. - Move it into your server's
/plugins/folder. - Start or restart the server.
- Add a player using:
/hh add <player>
- Let them almost die.
That's basically it.
💬 Join the Community
Have questions, need support, or want to suggest a feature? Join our Discord server to connect with other developers and users.
🤝 Support & Feedback
Found a bug? Report it via our Discord. If you enjoy the plugin, leaving a star or a review helps support future updates.


