Skip to content

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)

License

Notifications You must be signed in to change notification settings

MineValley/FastCarAPI

Repository files navigation

FastCarAPI

A comprehensive vehicle management API for Minecraft servers using PaperMC. FastCarAPI provides a robust framework for creating, managing, and interacting with various types of vehicles in the Minecraft world.

Vehicles

Vehicle (base interface)
├── RechargeableVehicle
├── RefuelableVehicle
├── StorageVehicle
├── Car
│   ├── ElectricCar
│   └── CombustionCar
├── Motorcycle
├── ElectricScooter
├── CombustionScooter
├── Bicycle
├── Pedelec
└── Helicopter

Installation

Maven

Add the MineValley GitHub repository to your pom.xml:

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

Add the dependency:

<dependency>
    <groupId>minevalley.fastcar</groupId>
    <artifactId>api</artifactId>
    <version>0.1.6</version>
</dependency>

About

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)

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 2

  •  
  •  

Languages