SBDPlugins / VehiclesPlus

Information about the VehiclesPlus plugin.
https://sbdevelopment.tech
Other
5 stars 2 forks source link

Spawn vehicle api #146

Closed ProdByPengu closed 1 year ago

ProdByPengu commented 1 year ago

Ability to use the api to spawn the vehicle at a players location

stijnb1234 commented 1 year ago

Already possible.

StorageVehicle v = ...;
Player p = ...;
v.spawnVehicle(p.getLocation(), SpawnMode.FORCE);