#how do you despawn all vehicles?

27 messages · Page 1 of 1 (latest)

unique basalt
#

how do I despawn and delete all vehicles? I've tried deleting the vehicles.yml file and it just restores itself after reload / restart

azure arrow
unique basalt
azure arrow
#

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
unique basalt
azure arrow
#

You could always try:
/killall all

#

Oh wait

#

I have it stored somewhere. Hold on

unique basalt
azure arrow
#

/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

azure arrow
unique basalt
#

Yooo it worked! Thank you so much

azure arrow
#

Save that somewhere

#

There is a way to do a tag system as well