Compatibility
Minecraft: Java Edition
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Minecraft Hundred Lives
Limited amount of lives!
Perfect balance between Hardcore and Survival Minecraft!
Manage your lives as you wish!
Craft a +1 Life to revert your deaths!
In your last 10 lives you will progressively loose hearts until left at one heart in your final, 100th life.
(optional) - see customization
Beware of being put into Spectator if you loose all 100!
Revive your friends if they have died past 100 lives!
Usage Guide
Death Count
Type /trigger mylives in chat to get reminded of how many deaths you have and what is your current life.
Crafting a +1 Life item
To craft a +1 Life you will need:
- a nether star
- a golden apple
- a totem of undying
- a wither rose.
Then just crouch/sneak to use it!
Reviving a Friend
To revive a friend you will need to name an armor stand with your friend's name and give it a +1 Life.
If your friend is online, he will be revived!
Customization
Use the In-Game menu
/function hundredlives:.help
OR
Do it manually
If you want your hearts to decrease (default) in your last 10 lives use:
/function hundredlives:api/setheartsmode {mode:0}
If you want your hearts to not change in your last 10 lives use:
/function hundredlives:api/setheartsmode {mode:1}
If you want your hearts to increase in your last 10 lives use:
/function hundredlives:api/setheartsmode {mode:2}
API/ADMIN Commands (for nerds or server admins)
All functions under /function hundredlives:api/<function> can be easily used or implemented by other datapacks.
/function hundredlives:api/pause
pauses the detection of deaths, useful if you don't want deaths to be taken into account during a period of time.
/function hundredlives:api/resume
resumes the detection of deaths, hundredlives will continue to work normally but all the deaths that happened during its pause state will be ignored
/function hundredlives:api/decreasedeaths
decreases 1 to the death count of the player running the command.
/function hundredlives:api/increasedeaths
increases 1 to the death count of the player running the command.
/function hundredlives:api/resetdeaths
resets (sets back to 0) the death count of the player running the command.
/function hundredlives:api/setdeaths {player:<player>,deaths:<deaths>}
sets the death count of <player> to <deaths> deaths.
/function hundredlives:api/revive
revives the player running the command.
/function hundredlives:api/givelife
gives a +1Life to the player running the command.
/function hundredlives:api/setheartsmode {mode:<mode>}
see customization above for more details
Bug Report
If you find any bugs, please report them here.