• 11/13/22 12:30 am
- 7.6k views • 0 today
- save_alt 618 downloads
- Compatibility
- Minecraft 1.19
- Changes include
- Advancements
- Functions
- Predicates
6
This datapack allows you to revive a friend that dies on a hardcore mode server.
You can create a body for revival by placing an armorstand and throwing these things near the armorstand:
- 10 rotten flesh
- 10 bones
- 10 leather
- 10 string
A dead spectator mode player looking at the body would be revived with with 20 seconds of wither I, so prepare food or healings.
A revived player will have reduced stats, To get back full stats, the player needs to eat a golden apple.
Customization:
*You can customize the materials player needs to be revived by unzipping the datapack and changing the command below in second.mcfunction
execute as @e[type=minecraft:armor_stand] at @s if entity @e[type=item,nbt={Item:{id:"minecraft:rotten_flesh",Count:10b}},distance=..1] if entity @e[type=item,nbt={Item:{id:"minecraft:leather",Count:10b}},distance=..1] if entity @e[type=item,nbt={Item:{id:"minecraft:string",Count:10b}},distance=..1] if entity @e[type=item,nbt={Item:{id:"minecraft:bone",Count:10b}},distance=..1] run function hardcore_revival:create_body
You can create a body for revival by placing an armorstand and throwing these things near the armorstand:
- 10 rotten flesh
- 10 bones
- 10 leather
- 10 string
A dead spectator mode player looking at the body would be revived with with 20 seconds of wither I, so prepare food or healings.
A revived player will have reduced stats, To get back full stats, the player needs to eat a golden apple.
Customization:
*You can customize the materials player needs to be revived by unzipping the datapack and changing the command below in second.mcfunction
execute as @e[type=minecraft:armor_stand] at @s if entity @e[type=item,nbt={Item:{id:"minecraft:rotten_flesh",Count:10b}},distance=..1] if entity @e[type=item,nbt={Item:{id:"minecraft:leather",Count:10b}},distance=..1] if entity @e[type=item,nbt={Item:{id:"minecraft:string",Count:10b}},distance=..1] if entity @e[type=item,nbt={Item:{id:"minecraft:bone",Count:10b}},distance=..1] run function hardcore_revival:create_body
More like this
5768864
119



Have something to say?