MinetopiaVehicles
MinetopiaVehicles copied to clipboard
Create jitpack.yml [adds the ability to add the dependency without a file]
You can now add MinetopiaVehicles API to a project without downloading the plugin:
https://jitpack.io/#DolphlnDevelopment/MinetopiaVehicles
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependency>
<groupId>com.github.DolphlnDevelopment</groupId>
<artifactId>MinetopiaVehicles</artifactId>
<version>0840c87b2b</version>
</dependency>
I'm using this for a client. Works perfectly