FlansMods / FlansMod

Flan's Mod for Minecraft
Other
236 stars 149 forks source link

How to delete all vehicles in server? #1407

Open bkomarow1990 opened 3 years ago

bkomarow1990 commented 3 years ago

How to delete all vehicles in server?

I want to delete all vehicles in server, if this function isnt supported, it`s will be useful for more servers.

Thank you for listening.

DerScherenmann commented 3 years ago

Have you tried /kill @e?

GoldSloth commented 3 years ago

/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.