Does /kill @e target Item Frames and Armor Stands?

In one world I tried to fight nine stacks of zombies at once, but it lagged my pc out and I had to use /kill @e to get everything back in order. On the same map, I had a 341 map megamap that was on item frames, and they were destroyed.

Does /kill @e target Item Frames and Armor Stands too?

4

2 Answers

The 'e' in '@e' stands for entities, so in that case, maybe Armor Stands and Item Frames are considered entities too? If i'm correct, there is a Minecraft Gamepedia Wiki page telling all about 'Entities'. Maybe use that to discover every single entity and mob that can be defeated using this command. I hope it works...

Yes, item frames and armor stands are entities. The same goes for paintings.

If you want to not destroy item frames and armor stands when using /kill @e, run this command:

/kill @e[type=!item_frame,type=!armor_stand]

I hope this helps. ;D

You Might Also Like