Advancement

Started by Steve0y on

Topic category: Help with MCreator software

Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Advancement

Hi, I was wondering if it's possible to make the Player gain an Advancement when he's low on life. If it's possible, explain it to me, plsss.

Joined May 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
okay so it is possible, but…
Tue, 02/20/2024 - 15:29

okay so it is possible, but it may result in some lag. You make a new procedure and select the "on player tick update" trigger, then you place an "if" block, put the condition in it and then put the grant advancement block in it, hope that helps

Joined Jan 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I found a solution for you!…
Fri, 01/10/2025 - 00:18

I found a solution for you!

Similar to what @Leptitchoup said, set the global trigger to 'On player tick update', place an 'if' block (the one that doesn't have the 'else' thing) and put the following blocks in the 'if' block like in the image: https://imgur.com/a/Qjee9VI (i just made a placeholder advancement for answering this question)

I tested it myself and it works! (also you don't have to put the text block in there that was just for the comment) 

Happy mod making!