How could I damage entities in certain distance/radius from the player with a low amount of damage

Started by travisxcrit on

Topic category: Help with MCreator software

Last seen on 22:42, 25. Feb 2021
Joined Aug 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How could I damage entities in certain distance/radius from the player with a low amount of damage

So I'm trying to create a spell mod in 1.15.2 that will do potion effects and damage to surrounding entities on a right click of the item.

I've tried " /effect give @e[distance=..6,type=!minecraft:player] minecraft:instant_damage 1 1 " but that does way too much damage than id like.

Also how could I knockback all surrounding entities.

I also really don't want to resort to using poison

Last seen on 22:42, 25. Feb 2021
Joined Aug 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
thanks so much, cant wait…
Sun, 10/11/2020 - 16:52

thanks so much, cant wait for the update :)

Last seen on 22:42, 25. Feb 2021
Joined Aug 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I also figured out a small…
Sun, 10/11/2020 - 17:51

I also figured out a small solution, just use my /effect command but use a custom potion and do what u need to your entities there.