Updated README
This commit is contained in:
parent
5e63644be1
commit
052c8d9d24
1 changed files with 3 additions and 31 deletions
34
README.md
34
README.md
|
@ -8,11 +8,11 @@
|
|||
|
||||
## Installation
|
||||
|
||||
Follow [the installation instructions on our wiki](https://docs.sbdevelopment.tech/en/vehiclesplus/setup).
|
||||
Follow [the installation instructions on our wiki](https://docs.sbdevelopment.tech/vehiclesplus-v3/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).
|
||||
First check if [the Wiki](https://docs.sbdevelopment.tech/vehiclesplus-v3/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
|
||||
|
||||
|
@ -22,32 +22,4 @@ By accessing or utilizing any of the materials within this repository, you ackno
|
|||
|
||||
### 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>
|
||||
```
|
||||
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.
|
Loading…
Add table
Reference in a new issue