Player Kill Procedure Advancement

Started by MrFigs on

Topic category: Help with MCreator software

Active 9 months ago
Joined May 2022
Points:
456

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5
Player Kill Procedure Advancement

So I am trying to make a custom advancement procedure that when the player kills an entity with a specific potion effect on them, the player then gets the achievement. Is that possible, if so how do I do that? If killing a player specifically isn't an option, than killing an entity with the status effect works too.

What I have tried so far

Active 1 year ago
Joined Oct 2020
Points:
1616

User statistics:

  • Modifications: 0
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1874
first: add the correct…
Tue, 05/10/2022 - 03:53

first: add the correct trigger, in your case this would be Entity Dies or smt

second: use event/target entity; source entity correctly, in your case you want to give the advancement to the source entity

third: here's more info abt the event target entity and source entity etc https://mcreator.net/forum/80817/explanations-eventtarget-entity-source-entity-immediate-source-entity-entity-iterator (check comments)

Active 9 months ago
Joined May 2022
Points:
456

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5
Thanks! Was very helpful!
Sun, 06/26/2022 - 21:32

Thanks! Was very helpful!