Information about the VehiclesPlus plugin.
Find a file
2023-09-08 13:07:08 +00:00
.github Initial commit 2023-04-16 12:46:23 +02:00
Resource Packs Updated README 2023-07-22 15:19:28 +02:00
Vehicle Models Updated README 2023-07-22 15:19:28 +02:00
LICENSE.md Added LICENSE 2023-04-16 12:53:39 +02:00
README.md Update 'README.md' 2023-09-08 13:07:08 +00:00

VehiclesPlus

This repository contains the default resourcepacks and vehicle configuration files for VehiclesPlus. Issues for the plugin can also be created in this repository.

License

Please be advised that the materials contained within this repository are subject to the terms and conditions of the Creative Commons Attribution-NoDerivatives 4.0 International License (CC BY-ND 4.0). We kindly request that you review the LICENSE.md file, which provides further details regarding the applicable license.

Additionally, please note that the v3 models included in this repository have been created by MelchMwoan (mkmodels.eu) and are subject to specific limitations under the aforementioned license. Redistribution of these models is strictly prohibited without express written consent from the owner.

By accessing or utilizing any of the materials within this repository, you acknowledge and agree to comply with all of the terms and conditions of the applicable license.

Maven

You can find both the v2 and v3 API on our Maven repository.

<repository>
  <id>sbdevelopment-repo-releases</id>
  <name>SBDevelopment Repository</name>
  <url>https://repo.sbdevelopment.tech/releases</url>
</repository>

<!-- v2 Dependency -->
<dependency>
  <groupId>nl.sbdeveloper</groupId>
  <artifactId>VehiclesPlus-API</artifactId>
  <version>2.3.5</version>
  <scope>provided</scope>
</dependency>

<!-- V3 Dependency -->
<dependency>
  <groupId>nl.sbdeveloper</groupId>
  <artifactId>VehiclesPlus-API</artifactId>
  <version>3.0.0-SNAPSHOT</version>
  <scope>provided</scope>
</dependency>