Particles damage

Started by TheGoatRohit on

Topic category: Help with modding (Java Edition)

Last seen on 05:02, 7. Nov 2020
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Particles damage

Is it possible to make particles do damage? If so, can you please reply?

Last seen on 14:52, 19. Mar 2023
Joined Sep 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
My god being able to do this…
Mon, 10/26/2020 - 20:51

My god being able to do this kind of interaction with particles would be incredible, I hope someone who knows how to answer that

Last seen on 21:55, 16. Oct 2022
Joined Aug 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
A possible solution would to…
Mon, 10/26/2020 - 21:43

A possible solution would to make a particle effect and a procedure trigger in the same place.

You could do the damage through a few ways:

effects (through commands)

collision with a custom mob (for the hitbox of the particle)

spawn a splash potion (also through commands)

custom code

 

There are probably other ways to do this as well.

Last seen on 05:29, 31. Jan 2022
Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
particles don't have…
Tue, 10/27/2020 - 08:42

particles don't have hitboxes and can't do damage. just spawn the particle and use the "damage entity" code block right after

Last seen on 21:37, 28. Sep 2021
Joined Oct 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I know that this is two…
Thu, 12/03/2020 - 00:27

I know that this is two months old but I found a solution. So you could create a projectile that does damage but it spawns particles around it.