I need help to resurrect

Started by IlTomekIl on

Topic category: Help with MCreator software

Joined Sep 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I need help to resurrect

I need to create an entity that resurrects specific entities in a range of action but i do not understand how to combine the radius, the entity that dies and the one who resurrects all together, i know that to resurrect simply despawn and replace the entity despawned, so the basic procedure is also good for me, pls help

Joined Jun 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
There are multiple ways to…
Tue, 09/19/2023 - 23:39

There are multiple ways to do this. The simplest would be to create a global trigger of "entity dies" and then within that procedure, "if [entity that resurrects] exists in [enter radius] square cube radius" do "cancel global trigger"