Is there a way to create an achievement that you get after dying by a certain Monster?

Started by Arceus on

Topic category: Help with modding (Java Edition)

Last seen on 23:51, 29. Oct 2021
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is there a way to create an achievement that you get after dying by a certain Monster?
Wed, 10/20/2021 - 23:15 (edited)

I was thinking if there is a way to make an achievement where you win when you die or are killed by a specific monster

Edited by Arceus on Wed, 10/20/2021 - 23:15
Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yes. Global Trigger entity…
Wed, 10/20/2021 - 23:48

Yes. Global Trigger entity dies

if Event Target Entity is type: Player AND Source Entity is type:MOB

do grant achievement to Event Target Entity: ADV

 

Last seen on 23:51, 29. Oct 2021
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks, it helped me
Thu, 10/21/2021 - 00:04

Thanks, it helped me