If Player Dies

Started by DR2you on

Topic category: Help with Minecraft modding (Java Edition)

Active 6 years ago
Joined Mar 2018
Points:
691

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
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

Active 6 years ago
Joined Mar 2018
Points:
691

User statistics:

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

Thank you! I was having trouble with this.

Active 5 years ago
Joined Feb 2020
Points:
665

User statistics:

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

is there no EntityPlayer (sub)type in 1.12.2?

Active 3 years ago
Joined Feb 2017
Points:
836

User statistics:

  • Modifications: 4
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 39
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)