Minecraft Java Edition – How to Remove Excess Arrows Using Commands

minecraft-java-editionminecraft-java-edition-server

A friend and I were messing around with admin accounts and I spawned in too many arrows. We want our world back but don't know how to clear the arrows. We hosted in minehut and have a command window to run commands in. Any suggestions?

Best Answer

The command is if you shot the arrows:

kill @e[type=arrow]

And if you dropped arrow items you can clear all items with:

kill @e[type=item]

If you don’t know which just run both.