Is there a way to integrate the vehicles into our own plugin? Our goal is to provide players with their own vehicles. For the implementation it would be important to be able to spawn the vehicles from our plugin and also to despawn them again. It would also be helpful to be able to intercept the entry and exit of an vehicle in order to remove it again after a certain period of time when they have not been used. Is this already possible via the current Java API, or do we need to take a different approach?
I appreciate your time and expertise in this matter. Thank you in advance for your assistance.