- check_circle Advancements
- check_circle Functions
- check_circle Predicates
Published Nov 13th, 2022, 11/13/22 12:30 am
- 6,130 views, 3 today
- 510 downloads, 0 today
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
Compatibility | Minecraft 1.19 |
Tags |
5768864
119
Create an account or sign in to comment.