Player fall and get hit

Started by dragenavek on

Topic category: Help with modding (Java Edition)

Last seen on 17:52, 14. Jun 2022
Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Player fall and get hit

Is there a way how to detect if player fall and then get hit?

if(playerFall)

{

   if(playerHurt)

   {

     command;

   }

}