#how do you despawn all vehicles?
27 messages · Page 1 of 1 (latest)
If you pick em up and type
/vehicle delete
It should work
how do you pick em up?
I would expect it to be a empty hand and hit it or use button while crouching
Do you by chance have the essentials plugin installed?
There is a useful command that can work in combination
/powertool
/powertool kill @e[type=armorstand,r=3]
You pick a item like a grass block to hold and bind it to it
Then punch to run the command over and over again
This way your not stopping to type it
Should clean it up
/powertool kill @e[type=armorstand,r=3]
- This is all dependent on if you got essentials plugin
I'm trying that but when I hit the vehicle it says "error player not found"
Alright
/powertool minecraft:kill @e[type=armor_stand,distance=..3]
That’s more like it
I forgot the _ lol
Also forgot the radius gets changed to distance
/powertool minecraft:kill @e[type=armor_stand,distance=..3]
Yooo it worked! Thank you so much