How to delete all vehicles in server?
bkomarow1990 opened this issue ยท 2 comments
How to delete all vehicles in server?
I want to delete all vehicles in server, if this function isn
t supported, it`s will be useful for more servers.
Thank you for listening.
/teams vehicleLife 1
/teams planeLife 1
/teams mechaLife 1
/teams aagunLife 1
.. wait a bit, load all chunks with vehicles in
/teams vehicleLife 0
/teams planeLife 0
/teams mechaLife 0
/teams aagunLife 0
First you set them to die after 1 tick, load them all in -> So they die.
Then, setting to 0 ensures their lives are infinite so they won't despawn.