Player fall and get hit

Started by dragenavek on

Topic category: Help with Minecraft modding (Java Edition)

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;

   }

}