How do I kill a certain mob outside of a radius
//ads -- adsterra.com -- native banner
?>
I have been working on this project and I need to kill an entity that has left a radius. I used this command but it didn't work.
/kill @e[type=ArmorStand,!r=100]
What do I do?
Best Answer
The target selector for targets outside a certain radius is rm=<range>. The m, like other selector arguments, stands for minimum.
Thus, your command would be /kill @e[type=ArmorStand,rm=100].
Pictures about "How do I kill a certain mob outside of a radius"



How do you kill mobs in a specific area?
If you want to kill a specific type of mob, use the parameter \u201c @e[type=<mob_type> \u201d. For example, \u201c /kill @e[type=skeleton] \u201d kills all skeletons.How do you kill entities within a certain radius in Minecraft?
To kill all entities within 10 blocks:How do you kill an entity in a specific area?
Typing just /kill will kill every entity in a loaded area, including your armor, stands, minecarts, and even your own player. To prevent killing your own player, make sure to limit the command from killing yourself as well. For example, /kill @e[type=! player] will kill every entity except for your own player.What is the command to kill a specific mob?
Minecraft kill command And to kill a certain type of mob, \u201c/kill @e[type=mobType]\u201d.Command Block Tutorials: Radius
Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: Susanne Jutzeler, suju-foto, Son Tung Tran, Polina Tankilevitch, Ketut Subiyanto
