- check_circle Functions
- check_circle Predicates
- 29,828 views, 64 today
- 2,651 downloads, 4 today
316
RIP (Dark Soul Death)
RIP is a simple and light multiplayers compatible datapack.
It adds Death Spot where you or your friends died and save your last Death Coordinates.
It also reduce your max health on each death. Get back your hearts recovering your souls!
Effects list :
- Spawn your soul on death (default : 1 hours, chunk loaded).
- Lose 1 max heart per death. Gain 1 heart per recovered soul.
- Only you can recover your own souls and get a short regeneration effect.
- Display your death position on death.
- Display your death position on /trigger rip command.
- Soul protects your nearby items in 16 blocks range.
- Fancy animation on player close range.
Get your last death position :
/trigger rip
Options (premium)
To adjust options to your needs, use :
/function fkrip:options/get
Issue / Bug
Demo Version
- no option menu
- 1 update per main Minecraft version
- souls are anonymous (no player's name on it)
License
![RIP : Dark Souls Death [1.19] Minecraft Data Pack](https://licensebuttons.net/l/by-nc-nd/4.0/80x15.png)
By downloading this work, you automatically accept the license protecting it.
If you create videos, you must add this to your description:
Datapack by FunkyToc : https://funkytoc.fr
Compatibility | Minecraft 1.17 |
to | Minecraft 1.19 |
Tags |
10 Update Logs
1.19 Update : by FunkyToc 06/23/2022 3:50:35 amJun 23rd
1.19 compatibility.
Minors code improvements.
Minors code improvements.
LOAD MORE LOGS
tools/tracking
4501470
119
last-death-position-soul-edition
Create an account or sign in to comment.
If you die at the minimum of health (3 hearts) you will drop a soul regardless to you max health. So, you can can die several time without taking back your soul to stack souls on the ground.
With survival, your heart is lost (but you can recover another soul instead using the method above)
Error #1 is because /replaceitem is no longer a valid command in 1.17. You have to replace it with /item command.
java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: Whilst parsing command on line 19: Incorrect argument for command at position 49: ...full] run <--[HERE]
Error #2 is because of 2 commas in the code.
java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: Whilst parsing command on line 1: Expected key at position 116: ...ainspot"],<--[HERE]
Thanks for the code review =)
It's OK, these are utils functions, made for 1.16 compatibility. The datapack works anyway.