Started by
Svenit0
on
Topic category: Help with Minecraft modding (Java Edition)
Hi, I'm making a smp for some friends, and I want to have a system were its hardcore but you can be revived with a totem of undying by doing a command. When the command is done the totem will disappear from the players inventory. the command would be something like: /revive "player name" or something around that. Thank you and good luck!
you could try with a trigger Player Dies and set its Logic Global Variable to true, and that if it is true, everytime he respawns, he dies, and when command done, the variable is set to false again, tho idk how u are gonna do the command be able to write names, but you should be able to figure that out
Ok TYSM!