Vehicles Support, PlotSquare API update and Material FIX
St3venAU, please contact me on Spigot via DM after accepting this so I can give you a free copy of the Vehicles plugin (So you can compile the plugin).
@pollitoyeye Wouldn't it be better to have a downloadable, public API, rather than requiring to have the Jar available?
Do you know any program that generates an API Jar? Doing it myself for every change is a pain.
there exists jitpack.io which would allow you to share a GitHub repository like an API for maven/gradle. Just post the code for your API in a repo, publish it, create a release and give the instructions on how to integrate the API into maven/gradle and it should be good to go. And most if not all distribution centres like Bintray, for example, allow you to publish and share APIs for free. (I use it)
Okay, I found a project called JstubGenerator to do this. I uploaded the API jar to the plugin page. This is the download link: https://www.mediafire.com/file/m15tceksbeipa36/Vehicles%2810.6%29-API.jar/file
@St3venAU Will this ever be merged/looked into? I'm pretty sure people want this to (finally) get added as some use PlotSquared but can't use the latest version because AST doesn't support their new API yet. Either that or they would need to remove AST from their server and therefore lose some functionalities.