How to clear all dropped items in minecraft
Mia Ramsey
Published Mar 29, 2026

If you’re trying to clear all item drops in the world, you can run: /kill @e[type=item] which will kill all dropped items in the world. However, there are slightly better ways of doing this. Namely, only clear items within a radius of x blocks from the command block. This preserves drops elsewhere, but still clears the first item:
There are other answers below:
With WorldEdit, you can remove dropped items with the command /remove items (radius) Hope that helps you in solving your problem.
Dropped items can be cleared in Minecraft using the command and various plugins available online. Plugins are a perfect online solution to remove any or all the dropped items which are just sitting around the map doing nothing but increasing the load on graphics. Nothing is more frustrating for gamers than a slow game.
The kill command or “/kill @e[type=item]” can remove all the dropped items in the Minecraft world instantly. You’ll need operator status and cheats to be enabled to use the kill command. If you want to clear all the dropped items within a specific radius, use the “/kill @e[type=item, r=x]” command.
Level 26 : Expert Mage. Pick1ehead. I believe that you need a plugin for that (for bukkit server only), but I’m not 100% sure. I do know that the command “/kill @e” will kill every entity, including dropped items. But then you would kill all the people on your server :p.
How to Use the Clear Command in Minecraft. This Minecraft tutorial explains how to use a game command to clear your inventory with screenshots and step-by-step instructions. You can clear items from a player’s inventory using the /clear command in Minecraft. Let’s explore how to use this cheat (game command).
To clear all items from Alice’s inventory: clear Alice; To clear all wool items from Alice’s inventory: clear Alice minecraft:wool; To clear all orange wool items from the inventory of all players: clear @a minecraft:wool 1 [Bedrock Edition only] or clear @a minecraft:orange_wool [Java Edition only] To clear all golden swords with the “Sharpness I” enchantment from the nearest player
Apparently though, the player is considered an entity, as not only does the dropped blocks and items disappear, but I’m killed as well. I’ve tried: /kill @e[r=100,type=item] /kill @e[r=100,l=0] (with giving all players a little bit of experience – doesn’t clear items then) /kill @e[r=100,type!=player] (kills me anyway)
every 2 ticks: loop all dropped items: delete loop-value. Click to expand… I couldn’t get it to delete just bowls while they’re on the ground, but I did figure out a work around you may find handy. Code (Skript): on drop: if event-item is Bowl: cancel event.
Answer (1 of 6): You can use any command that places blocks and place air. This effectively deletes the blocks. Here are some examples: /setblock 100 10 100 air This deletes the block at coordinates x = 100, y = 10, z = 100 /fill ~-5 ~-5 ~-5 ~5 ~5 ~5 air …
Related Questions
How do I clear all dropped items in the world?
If you’re trying to clear all item drops in the world, you can run: which will kill all dropped items in the world. However, there are slightly better ways of doing this. Namely, only clear items within a radius of x blocks from the command block. This preserves drops elsewhere, but still clears the first item:
How to kill all dropped items at once?
/kill @e[type=item] which will kill all dropped items in the world. However, there are slightly better ways of doing this. Namely, only clear items within a radius of x blocks from the command block.
How to clear a player’s inventory in Minecraft?
It is the name of the player (or a target selector) whose inventory you wish to clear. If no player is specified, it will default to the player running the command. item is optional. It is the item to clear ( See list of Minecraft items ). If no item is specified, then all items in the player’s inventory will be cleared. data is optional.
How do you clear items in Minecraft Java?
Clear Command in Minecraft Java Edition (PC/Mac) In Minecraft Java Edition (PC/Mac) 1.13, 1.14, 1.15 and 1.16, the syntax to clear items from a player’s inventory is: /clear [targets] [item] [maxCount]