How to kill entities of various types in a radius?

Started by TheCatalystGaming on

Topic category: Help with modding (Java Edition)

Last seen on 19:36, 13. Nov 2022
Joined Nov 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to kill entities of various types in a radius?

I've been trying to get a command with multiple targets that will /kill projectile types that I select, but unfortunately I can't have multiple targets in a command. Is there any other way, preferably with procedures, to kill all entities of various types in a radius?

Last seen on 13:21, 6. Apr 2024
Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
That is, it is possible, can…
Mon, 05/30/2022 - 15:10

That is, it is possible, can you tell me how to do it?

Last seen on 13:21, 6. Apr 2024
Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
(No subject)
Mon, 05/30/2022 - 16:08

KillAuraProc

Last seen on 01:27, 24. Jan 2023
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how do i make it that it…
Mon, 05/30/2022 - 22:57

how do i make it that it kills everything but yourself in a certain radius

Last seen on 06:22, 13. Mar 2023
Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Check if not(entity iterator…
Tue, 05/31/2022 - 20:53

Check if not(entity iterator == event/target entity).