How do I make a advancement for "kill a creature" procedure?

Started by Gustavior on

Topic category: Help with Minecraft modding (Java Edition)

Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I make a advancement for "kill a creature" procedure?

Hello

I have a Question. How do I make a procedure, that appear an Achievement when a Player slains a creature? I already made the Achievement but i need support with the procedure.

example:
I want to create a boss-enemy. When the player beats it the player will get an Achievement.(it is similar to the Vanilla Achievement "The Beginning" by defeating the Wither)

Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Global Trigger: {Entity Dies…
Mon, 11/23/2020 - 16:00

Global Trigger: {Entity Dies}

If: [is [event/target entity] (sub)type of {boss}]

Do: [Give {advancement} to [source entity]]

 

Make sure to set the trigger in the Advancement itself to impossible

Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ah ok Thank you
Sun, 08/29/2021 - 11:20

Ah ok Thank you

Joined Oct 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can you post an image of…
Mon, 10/28/2024 - 06:02

Can you post an image of what blocks I need for it? I don't understand