If Player Dies

Started by DR2you on

Topic category: Help with modding (Java Edition)

Last seen on 20:48, 24. Aug 2019
Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If Player Dies

I don't know how to make it so if the selected player dies it will trigger a code. can anyone help me?

Use on entity killed global…
Mon, 08/19/2019 - 18:54

Use on entity killed global procedure trigger and check if the entity that died was player.

Check this Tweet for a similar example: https://twitter.com/PyloDEV/status/1050470892705390594/photo/1

I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei

Last seen on 20:48, 24. Aug 2019
Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you! I was having…
Mon, 08/19/2019 - 20:15

Thank you! I was having trouble with this.

Last seen on 12:50, 3. Aug 2020
Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
is there no EntityPlayer …
Sun, 06/14/2020 - 19:40

is there no EntityPlayer (sub)type in 1.12.2?

Last seen on 14:22, 1. Jan 2022
Joined Feb 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Would be better if there is …
Thu, 10/29/2020 - 17:30

Would be better if there is "if entity dies" for procedures which have other global events / other element procedure trigger (update tick)