53 lines
No EOL
2.3 KiB
Markdown
53 lines
No EOL
2.3 KiB
Markdown
# VehiclesPlus
|
|
|
|
*Realistic custom vehicles for your Minecraft server!*
|
|
|
|
[![Version](https://img.shields.io/spiget/version/70523?label=version)](https://www.spigotmc.org/resources/vehiclesplus-1-12-1-20-4.70523/)
|
|
[![Downloads](https://img.shields.io/spiget/downloads/70523)](https://www.spigotmc.org/resources/vehiclesplus-1-12-1-20-4.70523/)
|
|
[![Rating](https://img.shields.io/spiget/stars/70523?color=orange)](https://www.spigotmc.org/resources/vehiclesplus-1-12-1-20-4.70523/)
|
|
|
|
## Installation
|
|
|
|
Follow [the installation instructions on our wiki](https://docs.sbdevelopment.tech/en/vehiclesplus/setup).
|
|
|
|
## Support
|
|
|
|
First check if [the Wiki](https://docs.sbdevelopment.tech/en/vehiclesplus/about) answers your question. Can't find the correct answer or need more help? You can contact us in [our Discord server](https://discord.gg/z26ZGrrFWB).
|
|
|
|
## 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.
|
|
|
|
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.
|
|
|
|
### v3 example resourcepack models
|
|
|
|
Additionally, please note that the v3 models included in this repository have been created by MelchMwoan ([mkmodels.eu](https://polymart.org/user/melchmwoan.2244)) and are subject to specific limitations under the aforementioned license. Redistribution of these models is strictly prohibited without express written consent from the owner.
|
|
|
|
## Maven
|
|
|
|
You can find both the v2 and v3 API on our Maven repository.
|
|
|
|
```xml
|
|
<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>
|
|
``` |