MTVehicles / MinetopiaVehicles

A realistic vehicle plugin for your Minecraft server!
https://mtvehicles.nl
MIT License
92 stars 29 forks source link

Create jitpack.yml [adds the ability to add the dependency without a file] #219

Closed polvallverdu closed 1 month ago

polvallverdu commented 1 year ago

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>
polvallverdu commented 1 year ago

I'm using this for a client. Works perfectly