Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 660 Bytes

File metadata and controls

29 lines (22 loc) · 660 Bytes

FastCarAPI

The FastCarAPI provides essential features and access to the vehicles system of MineValleyEU. This API is widely used in vehicle-related modules (e.g. speed cameras, gas stations, police)

Installation

Maven

Add the MineValley GitHub repository to your pom.xml:

<repositories>
    <repository>
        <id>fastcar-api</id>
        <url>https://maven.pkg.github.com/MineValley/FastCarAPI</url>
    </repository>
</repositories>

Add the dependency:

<dependency>
    <groupId>eu.minevalley</groupId>
    <artifactId>fastcar-api</artifactId>
    <version>0.4.0</version>
    <scope>provided</scope>
</dependency>