Started by
cuckoo
on
Topic category: Help with Minecraft modding (Java Edition)
Umm so how do i get all entity in a sphere radius and kill them all??
Edited by cuckoo on Sat, 07/31/2021 - 04:23
Topic category: Help with Minecraft modding (Java Edition)
Umm so how do i get all entity in a sphere radius and kill them all??
You could try using a command like this: /kill @e[distance=..4] (Replacing 4 with whatever radius you want) Have that command run in your procedure when needed
Thx this is solved