How to kill entities of various types in a radius?

Started by TheCatalystGaming on

Topic category: Help with Minecraft modding (Java Edition)

Active 2 years ago
Joined Nov 2015
Points:
915

User statistics:

  • Modifications: 0
  • Forum topics: 36
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 47
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?

Active 4 months ago
Joined Mar 2018
Points:
774

User statistics:

  • Modifications: 0
  • Forum topics: 13
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 46
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?

Active 4 months ago
Joined Mar 2018
Points:
774

User statistics:

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

KillAuraProc

Active 8 months ago
Joined Mar 2021
Points:
757

User statistics:

  • Modifications: 3
  • Forum topics: 22
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 87
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

Active 2 years ago
Joined Feb 2022
Points:
620

User statistics:

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

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