Converted all v3 docs made for now
This commit is contained in:
parent
991f915665
commit
630dcbe7d3
14 changed files with 701 additions and 110 deletions
|
@ -1,9 +1,18 @@
|
|||
---
|
||||
sidebar_label: Plugin & Locale
|
||||
---
|
||||
|
||||
# Plugin Configuration
|
||||
|
||||
This page explains the `config.yml` file, which contains generic configuration.
|
||||
|
||||
:::warning
|
||||
**This is a configuration page for the __legacy__ VehiclesPlus v2.** If you are looking for the setup page for the new
|
||||
VehiclesPlus v3, click [here](/vehiclesplus-v3/setup).
|
||||
:::
|
||||
|
||||
*Per setting will be explained what it means as a comment (`#`).*
|
||||
|
||||
```yaml
|
||||
# DO NOT CHANGE
|
||||
config-version: 1.0.4
|
||||
|
@ -50,11 +59,13 @@ vehiclesSpawnLocked: true
|
|||
```
|
||||
|
||||
# Changing the locale
|
||||
|
||||
:::warning
|
||||
Do not change the locale setting inside the settings file, instead follow these steps!
|
||||
:::
|
||||
|
||||
1. Stop the server
|
||||
2. Inside the plugin folder go to the directory 'locale'
|
||||
3. Change the name of the desired language file to 'lang_en.yml' (Note: The old lang_en.yml should be renamed to something like lang_en_old.yml)
|
||||
3. Change the name of the desired language file to 'lang_en.yml' (Note: The old lang_en.yml should be renamed to
|
||||
something like lang_en_old.yml)
|
||||
4. Start the server
|
|
@ -1,11 +1,20 @@
|
|||
---
|
||||
sidebar_label: Sounds
|
||||
---
|
||||
|
||||
# Sounds Configuration
|
||||
|
||||
This page explains the `sounds.yml` file.
|
||||
|
||||
:::warning
|
||||
**This is a configuration page for the __legacy__ VehiclesPlus v2.** If you are looking for the setup page for the new
|
||||
VehiclesPlus v3, click [here](/vehiclesplus-v3/setup).
|
||||
:::
|
||||
|
||||
## Example file
|
||||
|
||||
*Per setting will be explained what it means as a comment (`#`).*
|
||||
|
||||
```yaml
|
||||
# Below are all the available sounds, applied on the base vehicle 'examplecar'.
|
||||
sounds:
|
||||
|
@ -29,23 +38,25 @@ sounds:
|
|||
```
|
||||
|
||||
## Adding new sounds
|
||||
|
||||
To add the sounds for another base vehicle, just copy the default list and change all the settings.
|
||||
*Do NOT copy the `[...]`, instead copy the part below it and paste at the end of the file.*
|
||||
|
||||
```yaml
|
||||
[...]
|
||||
newbasevehicle-engine-idle:
|
||||
sound: car.idle
|
||||
duration: 6
|
||||
newbasevehicle-engine-start:
|
||||
sound: car.start
|
||||
duration: 2
|
||||
newbasevehicle-engine-accelerate:
|
||||
sound: car.accelerate
|
||||
duration: 2
|
||||
newbasevehicle-engine-driving:
|
||||
sound: car.driving
|
||||
duration: 2
|
||||
newbasevehicle-engine-slowingdown:
|
||||
sound: car.slowingdown
|
||||
duration: 2
|
||||
[ ... ]
|
||||
newbasevehicle-engine-idle:
|
||||
sound: car.idle
|
||||
duration: 6
|
||||
newbasevehicle-engine-start:
|
||||
sound: car.start
|
||||
duration: 2
|
||||
newbasevehicle-engine-accelerate:
|
||||
sound: car.accelerate
|
||||
duration: 2
|
||||
newbasevehicle-engine-driving:
|
||||
sound: car.driving
|
||||
duration: 2
|
||||
newbasevehicle-engine-slowingdown:
|
||||
sound: car.slowingdown
|
||||
duration: 2
|
||||
```
|
|
@ -1,13 +1,22 @@
|
|||
---
|
||||
sidebar_label: Vehicles
|
||||
---
|
||||
|
||||
import Tabs from '@theme/Tabs';
|
||||
import TabItem from '@theme/TabItem';
|
||||
|
||||
# Vehicle Configuration
|
||||
By default, VehiclesPlus gets shipped with some example vehicles. These are made for testing the plugin and to stimulate your inspiration. You can find the correct resourcepack on the Setup page.
|
||||
|
||||
If you want to proceed with VehiclesPlus, it's possible to make or buy your own vehicles, and set them up in the plugin. This creates endless possibilities!
|
||||
By default, VehiclesPlus gets shipped with some example vehicles. These are made for testing the plugin and to stimulate
|
||||
your inspiration. You can find the correct resourcepack on the Setup page.
|
||||
|
||||
If you want to proceed with VehiclesPlus, it's possible to make or buy your own vehicles, and set them up in the plugin.
|
||||
This creates endless possibilities!
|
||||
|
||||
:::warning
|
||||
**This is a configuration page for the __legacy__ VehiclesPlus v2.** If you are looking for the setup page for the new
|
||||
VehiclesPlus v3, click [here](/vehiclesplus-v3/setup).
|
||||
:::
|
||||
|
||||
## Creating a new vehicle
|
||||
|
||||
|
@ -15,33 +24,44 @@ If you want to proceed with VehiclesPlus, it's possible to make or buy your own
|
|||
<TabItem value="text-tutorial" label="Text tutorial (EN)">
|
||||
|
||||
##### Step 1: Purchase your models
|
||||
The first step is to achieve the models you want to use. Make sure the models are delivered in a Minecraft-compatible `.json` file. This makes it super easy to install!
|
||||
|
||||
The first step is to achieve the models you want to use. Make sure the models are delivered in a
|
||||
Minecraft-compatible `.json` file. This makes it super easy to install!
|
||||
|
||||
:::info
|
||||
You can easily find VehiclesPlus-compatible models [on Polymart](https://vehicles.polymart.org/).
|
||||
:::
|
||||
|
||||
##### Step 2: Generate the resourcepack
|
||||
**Generate the resourcepack for your server using the [VehiclesPlus Resourcepack Generator tool](https://vprpgenerator.sbdevelopment.tech/).**
|
||||
|
||||
Just fill in your Minecraft version, choose a Namespace (leave it at `vp` to be safe) and select an Item you want to insert the models on.
|
||||
**Generate the resourcepack for your server using
|
||||
the [VehiclesPlus Resourcepack Generator tool](https://vprpgenerator.sbdevelopment.tech/).**
|
||||
|
||||
Just fill in your Minecraft version, choose a Namespace (leave it at `vp` to be safe) and select an Item you want to
|
||||
insert the models on.
|
||||
|
||||
Then easily upload all the models you want to add to your resourcepack and click on the **Generate** button.
|
||||
|
||||
:::warning
|
||||
**NOTE:** The tool overwrites the item configuration for the selected item. Please select an item that you currently do not use in the case you upload your own resourcepack.
|
||||
**NOTE:** The tool overwrites the item configuration for the selected item. Please select an item that you currently do
|
||||
not use in the case you upload your own resourcepack.
|
||||
:::
|
||||
|
||||
###### Step 3: Create a configuration file
|
||||
|
||||
Now go to your Minecraft server's files.
|
||||
|
||||
Copy the example configuration file from the VehiclesPlus plugin folder for the type of vehicle you want to add **(for example `cars/ExampleCar.yml`)**. If you don't have the original example files in your plugin folder anymore, you can [find them here](https://git.sbdevelopment.tech/SBDevelopment/VehiclesPlus/src/branch/master/Vehicle%20Models).
|
||||
Copy the example configuration file from the VehiclesPlus plugin folder for the type of vehicle you want to add **(for
|
||||
example `cars/ExampleCar.yml`)**. If you don't have the original example files in your plugin folder anymore, you
|
||||
can [find them here](https://git.sbdevelopment.tech/SBDevelopment/VehiclesPlus/src/branch/master/Vehicle%20Models).
|
||||
|
||||
Rename the copied file to the name of your vehicle (for example from `ExampleCar.yml` to `MyCoolCar.yml`). Also make sure to change the name inside the file, like `name: MyCoolCar`
|
||||
Rename the copied file to the name of your vehicle (for example from `ExampleCar.yml` to `MyCoolCar.yml`). Also make
|
||||
sure to change the name inside the file, like `name: MyCoolCar`
|
||||
|
||||
Now go to the skin section, and change the values to the once given by the generator.
|
||||
|
||||
**Example:** If your model is called MyCoolCar and has been bound to `custom_model_data: 2` change the value under `meta` to `2`.
|
||||
**Example:** If your model is called MyCoolCar and has been bound to `custom_model_data: 2` change the value
|
||||
under `meta` to `2`.
|
||||
|
||||
```yaml
|
||||
list0:
|
||||
|
@ -57,14 +77,18 @@ list0:
|
|||
```
|
||||
|
||||
:::danger
|
||||
**NOTE:** Do *NOT* copy/paste this configuration part! Only change the `type` and `meta` sections according to your situation.
|
||||
**NOTE:** Do *NOT* copy/paste this configuration part! Only change the `type` and `meta` sections according to your
|
||||
situation.
|
||||
:::
|
||||
|
||||
###### Step 4: Change other settings
|
||||
Now it's time to change the other settings to match your vehicle. Check the "Settings per vehicle" section below to see what each section means.
|
||||
|
||||
Now it's time to change the other settings to match your vehicle. Check the "Settings per vehicle" section below to see
|
||||
what each section means.
|
||||
|
||||
:::info
|
||||
This step might take some time. You need to change the settings, restart your server and see if everything is working as expected. You might need to tinker some settings multiple times.
|
||||
This step might take some time. You need to change the settings, restart your server and see if everything is working as
|
||||
expected. You might need to tinker some settings multiple times.
|
||||
|
||||
**NOTE: You have to give yourself a new vehicle to see the changes you made!**
|
||||
:::
|
||||
|
@ -72,15 +96,18 @@ This step might take some time. You need to change the settings, restart your se
|
|||
</TabItem>
|
||||
<TabItem value="youtube-tutorial" label="YouTube tutorial (NL/BE)">
|
||||
|
||||
You can find a step-by-step tutorial on YouTube by The BelgiumGames. He explains how to add the models to the resourepack and how to setup the vehicles in the config file.
|
||||
You can find a step-by-step tutorial on YouTube by The BelgiumGames. He explains how to add the models to the
|
||||
resourepack and how to setup the vehicles in the config file.
|
||||
https://www.youtube.com/watch?v=5CbPg7ld7hw
|
||||
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
||||
## Settings per vehicle
|
||||
|
||||
This section explains which settings are available per vehicle.
|
||||
*Per setting will be explained what it means as a comment (`#`).*
|
||||
|
||||
```yaml
|
||||
# DO NOT CHANGE!
|
||||
className: me.legofreak107.vehiclesplus.vehicles.vehicles.objects.BaseVehicle
|
||||
|
@ -90,7 +117,7 @@ name: ExampleCar
|
|||
vehicleType: me.legofreak107.vehiclesplus.vehicles.vehicles.objects.types.CarType
|
||||
# The permissions for this vehicle
|
||||
permissions:
|
||||
# DO NOT CHANGE!
|
||||
# DO NOT CHANGE!
|
||||
className: me.legofreak107.vehiclesplus.vehicles.vehicles.objects.VehiclePermissions
|
||||
# The permission to buy this vehicle.
|
||||
buyPermission: vp.buy.car
|
||||
|
@ -134,10 +161,10 @@ baseColorList:
|
|||
# The list of parts for this vehicle. The full list will be explained further below.
|
||||
partList:
|
||||
list0:
|
||||
[...]
|
||||
[ ... ]
|
||||
# The max speed settings.
|
||||
speedSettings:
|
||||
# DO NOT CHANGE
|
||||
# DO NOT CHANGE
|
||||
className: me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageUpgradeable
|
||||
# The base max speed value (given when bought).
|
||||
base: 100
|
||||
|
@ -149,7 +176,7 @@ speedSettings:
|
|||
upgradeCost: 1000
|
||||
# The fuel tank settings.
|
||||
fuelTankSettings:
|
||||
# DO NOT CHANGE
|
||||
# DO NOT CHANGE
|
||||
className: me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageUpgradeable
|
||||
# The base fuel tank value (Liters) (given when bought).
|
||||
base: 50
|
||||
|
@ -161,7 +188,7 @@ fuelTankSettings:
|
|||
upgradeCost: 1000
|
||||
# The turning radius settings.
|
||||
turningRadiusSettings:
|
||||
# DO NOT CHANGE
|
||||
# DO NOT CHANGE
|
||||
className: me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageUpgradeable
|
||||
# The base turning radius value (given when bought).
|
||||
base: 7
|
||||
|
@ -173,7 +200,7 @@ turningRadiusSettings:
|
|||
upgradeCost: 1000
|
||||
# The acceleration settings.
|
||||
accelerationSettings:
|
||||
# DO NOT CHANGE
|
||||
# DO NOT CHANGE
|
||||
className: me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageUpgradeable
|
||||
# The base acceleration value (given when bought).
|
||||
base: 50
|
||||
|
@ -185,20 +212,20 @@ accelerationSettings:
|
|||
upgradeCost: 1000
|
||||
# The horn settings (not compatible with drift).
|
||||
hornSettings:
|
||||
# DO NOT CHANGE
|
||||
# DO NOT CHANGE
|
||||
className: me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageHorn
|
||||
# If true, the horn sound will be played at space.
|
||||
enabled: true
|
||||
# The sound to play for the horn.
|
||||
# Full list: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html#enum-constant-summary
|
||||
sound: BASS
|
||||
# The cooldown (seconds) before the horn can be pressed again.
|
||||
# The cooldown (seconds) before the horn can be pressed again.
|
||||
cooldown: 0
|
||||
# If true, the vehicle can drift when pressing space (not compatible with the horn).
|
||||
drift: true
|
||||
# The exhaust settings.
|
||||
exhaustSettings:
|
||||
# DO NOT CHANGE
|
||||
# DO NOT CHANGE
|
||||
className: me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageSmoke
|
||||
# If true, the exhaust particle will be shown.
|
||||
enabled: true
|
||||
|
@ -218,7 +245,7 @@ canExitWhileMoving: true
|
|||
price: 100000.0
|
||||
# The fuel settings.
|
||||
fuelSettings:
|
||||
# DO NOT CHANGE
|
||||
# DO NOT CHANGE
|
||||
className: me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageFuel
|
||||
# The fuel usage (Liters) of this vehicle.
|
||||
usage: 6.0
|
||||
|
@ -232,7 +259,7 @@ health: 100
|
|||
trunkSize: 27
|
||||
# The hitbox settings.
|
||||
hitbox:
|
||||
# DO NOT CHANGE
|
||||
# DO NOT CHANGE
|
||||
className: me.legofreak107.vehiclesplus.vehicles.vehicles.objects.base.storage.StorageHitbox
|
||||
# The length of the hitbox (from to back).
|
||||
length: 3.0
|
||||
|
@ -248,12 +275,15 @@ handModel: false
|
|||
```
|
||||
|
||||
### Parts
|
||||
|
||||
Parts can be added to the vehicle. Some parts are visible (using an item), some are not.
|
||||
|
||||
#### Skin
|
||||
|
||||
The skin part represents the chassic of the vehicle.
|
||||
|
||||
```yaml
|
||||
[...]
|
||||
[ ... ]
|
||||
# DO NOT CHANGE
|
||||
className: me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins.Skin
|
||||
# The skin item to show.
|
||||
|
@ -287,12 +317,14 @@ The skin part represents the chassic of the vehicle.
|
|||
```
|
||||
|
||||
#### Seat
|
||||
|
||||

|
||||
*Please note, this part is NOT visible. The visible seat MUST be included in the skin.*
|
||||
|
||||
The seat parts represents a seat in the vehicle. Players can sit on each seat.
|
||||
|
||||
```yaml
|
||||
[...]
|
||||
[ ... ]
|
||||
# DO NOT CHANGE
|
||||
className: me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.seats.Seat
|
||||
# If true, the player can drive the vehicle from this seat (will only work for ONE seat!).
|
||||
|
@ -310,41 +342,43 @@ The seat parts represents a seat in the vehicle. Players can sit on each seat.
|
|||
```
|
||||
|
||||
#### Wheel
|
||||
|
||||
The wheel parts represents the wheels of a vehicle. Wheels can rotate when steering.
|
||||
|
||||
```yaml
|
||||
[...]
|
||||
# DO NOT CHANGE
|
||||
className: me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Wheel
|
||||
# If true, the wheel moves when steering
|
||||
steering: true
|
||||
# The rotation offset at spawn, depends on the configuration in the model.
|
||||
rotationOffset: 180
|
||||
# The skin item to show.
|
||||
# For all the available settings, check out: https://www.spigotmc.org/wiki/itemstack-serialization/
|
||||
skin:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
v: 3337
|
||||
type: LEATHER_CHESTPLATE
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: COLORABLE_ARMOR
|
||||
Unbreakable: true
|
||||
Damage: 2
|
||||
# The color of the skin item (will only work for COLORABLE_ARMOR).
|
||||
color:
|
||||
==: Color
|
||||
ALPHA: 255
|
||||
RED: 20
|
||||
BLUE: 20
|
||||
GREEN: 20
|
||||
# The X offset (from the base).
|
||||
xOffset: 0.0
|
||||
# The Y offset (from the base).
|
||||
yOffset: 0.0
|
||||
# The Z offset (from the base).
|
||||
zOffset: 0.0
|
||||
# DO NOT CHANGE
|
||||
UID: 7b0b9d87-502b-46c7-8b50-9bc285e0a868
|
||||
# DO NOT CHANGE
|
||||
isCustomPlaced: false
|
||||
[ ... ]
|
||||
# DO NOT CHANGE
|
||||
className: me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.Wheel
|
||||
# If true, the wheel moves when steering
|
||||
steering: true
|
||||
# The rotation offset at spawn, depends on the configuration in the model.
|
||||
rotationOffset: 180
|
||||
# The skin item to show.
|
||||
# For all the available settings, check out: https://www.spigotmc.org/wiki/itemstack-serialization/
|
||||
skin:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
v: 3337
|
||||
type: LEATHER_CHESTPLATE
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: COLORABLE_ARMOR
|
||||
Unbreakable: true
|
||||
Damage: 2
|
||||
# The color of the skin item (will only work for COLORABLE_ARMOR).
|
||||
color:
|
||||
==: Color
|
||||
ALPHA: 255
|
||||
RED: 20
|
||||
BLUE: 20
|
||||
GREEN: 20
|
||||
# The X offset (from the base).
|
||||
xOffset: 0.0
|
||||
# The Y offset (from the base).
|
||||
yOffset: 0.0
|
||||
# The Z offset (from the base).
|
||||
zOffset: 0.0
|
||||
# DO NOT CHANGE
|
||||
UID: 7b0b9d87-502b-46c7-8b50-9bc285e0a868
|
||||
# DO NOT CHANGE
|
||||
isCustomPlaced: false
|
||||
```
|
|
@ -2,18 +2,20 @@
|
|||
sidebar_position: 1
|
||||
sidebar_label: About
|
||||
---
|
||||
# VehiclesPlus
|
||||
*Realistic custom vehicles for your Minecraft server!*
|
||||
|
||||
[](https://www.spigotmc.org/resources/vehiclesplus-1-12-1-20-4.70523/) [](https://www.spigotmc.org/resources/vehiclesplus-1-12-1-20-4.70523/) [](https://www.spigotmc.org/resources/vehiclesplus-1-12-1-20-4.70523/)
|
||||
# VehiclesPlus v2
|
||||
|
||||
## What is VehiclesPlus?
|
||||
VehiclesPlus is a plugin adding realistic vehicles to your Minecraft server. It support Cars, Planes, Bikes, Hovercrafts, Boats, Tanks and Helicopters. It's also possible to add your own types!
|
||||
## About
|
||||
|
||||
VehiclesPlus v2 is the legacy version of VehiclesPlus, a plugin adding realistic vehicles to your Minecraft server. It supports Cars, Planes, Bikes, Hovercrafts, Boats, Tanks, and Helicopters. It's also possible to add your own types!
|
||||
|
||||
**It is recommended to use the latest version ([VehiclesPlus v3](/vehiclesplus-v3/about)), for the best experience and support.**
|
||||
|
||||
## Installation
|
||||
|
||||
Follow [the installation instructions on the Setup page](https://docs.sbdevelopment.tech/en/vehiclesplus/setup).
|
||||
Follow [the installation instructions on the Setup page](setup).
|
||||
|
||||
## Support
|
||||
|
||||
Can't find the correct answer on our wiki or need more help? You can contact us in [our Discord server](https://discord.gg/z26ZGrrFWB).
|
||||
Can't find the correct answer on our wiki or need more help? You can contact us
|
||||
in [our Discord server](https://discord.gg/z26ZGrrFWB).
|
|
@ -1,54 +1,70 @@
|
|||
---
|
||||
sidebar_position: 2
|
||||
---
|
||||
|
||||
# Setup
|
||||
|
||||
This plugin explains the steps to take to start using VehiclesPlus.
|
||||
This page will guide you through the installation process of VehiclesPlus.
|
||||
|
||||
:::warning
|
||||
**This is the setup page for the __legacy__ VehiclesPlus v2.** If you are looking for the setup page for the new
|
||||
VehiclesPlus v3, click [here](/vehiclesplus-v3/setup).
|
||||
:::
|
||||
|
||||
## Installation
|
||||
|
||||
:::warning
|
||||
:::info
|
||||
|
||||
- The plugin works on all Spigot/Paper versions starting from 1.12.x, **except for 1.14.x**!
|
||||
- The plugin requires **Java 11 or higher**. Make sure your server is compatible with Java 11 or higher.
|
||||
- **Make sure you have installed [ProtocolLib](https://www.spigotmc.org/resources/protocollib.1997/), [Vault](https://www.spigotmc.org/resources/vault.34315/) and an economy plugin (like [EssentialsX](https://essentialsx.net/downloads.html)).**
|
||||
- **Make sure you have
|
||||
installed [ProtocolLib](https://www.spigotmc.org/resources/protocollib.1997/), [Vault](https://www.spigotmc.org/resources/vault.34315/)
|
||||
and an economy plugin (like [EssentialsX](https://essentialsx.net/downloads.html)).**
|
||||
|
||||
Make sure to check these requirements before you proceed!
|
||||
:::
|
||||
|
||||
1. Download the latest stable version from [SpigotMC](https://www.spigotmc.org/resources/vehiclesplus-1-12-1-20-4.70523/) or [Polymart](https://polymart.org/resource/vehiclesplus-1-12-1-20-4.633).
|
||||
1. Download the latest stable version
|
||||
from [SpigotMC](https://www.spigotmc.org/resources/vehiclesplus-1-12-1-20-4.70523/)
|
||||
or [Polymart](https://polymart.org/resource/vehiclesplus-1-12-1-20-4.633).
|
||||
2. Put the .jar file into the `/plugins` folder of your server.
|
||||
3. Restart your server.
|
||||
3. Download the correct resourcepack for your Minecraft version below and test it out in your Minecraft client.
|
||||
4. If you are satisfied, you can install it into your Minecraft server:
|
||||
1. Open the `server.properties` file.
|
||||
2. Copy the link of the [Click here](#) button for your server version and paste it after `resource-pack=`.
|
||||
3. Copy the SHA1 hash for your server version and paste it after `resource-pack-sha1=`.
|
||||
1. Open the `server.properties` file.
|
||||
2. Copy the link of the [Click here](#) button for your server version and paste it after `resource-pack=`.
|
||||
3. Copy the SHA1 hash for your server version and paste it after `resource-pack-sha1=`.
|
||||
|
||||
| Version | Download | SHA1 Hash |
|
||||
|:---:|:---:|---|
|
||||
| 1.12.2 | [Click here](https://git.sbdevelopment.tech/SBDevelopment/VehiclesPlus/raw/branch/master/ResourcePacks/Examples-v2/VPExample-v2-1.12.2.zip) | `76628bbca8999467b3b050b05abfffb1797e1311` |
|
||||
| Version | Download | SHA1 Hash |
|
||||
|:---------------:|:--------------------------------------------------------------------------------------------------------------------------------------------------:|--------------------------------------------|
|
||||
| 1.12.2 | [Click here](https://git.sbdevelopment.tech/SBDevelopment/VehiclesPlus/raw/branch/master/ResourcePacks/Examples-v2/VPExample-v2-1.12.2.zip) | `76628bbca8999467b3b050b05abfffb1797e1311` |
|
||||
| 1.13.2 - 1.14.4 | [Click here](https://git.sbdevelopment.tech/SBDevelopment/VehiclesPlus/raw/branch/master/ResourcePacks/Examples-v2/VPExample-v2-1.13.2-1.14.4.zip) | `17b5dc4b300bb447aa3cd20824b6b7011fd1c485` |
|
||||
| 1.15.2 - 1.16.1 | [Click here](https://git.sbdevelopment.tech/SBDevelopment/VehiclesPlus/raw/branch/master/ResourcePacks/Examples-v2/VPExample-v2-1.15.2-1.16.1.zip) | `d6e4065f8b7fa18b857542c8c6aab161cbf6ed9c` |
|
||||
| 1.16.2 - 1.16.5 | [Click here](https://git.sbdevelopment.tech/SBDevelopment/VehiclesPlus/raw/branch/master/ResourcePacks/Examples-v2/VPExample-v2-1.16.2-1.16.5.zip) | `67f8fcdce1fcf6b50d3024fa10980ca580b5423c` |
|
||||
| 1.17 - 1.17.1 | [Click here](https://git.sbdevelopment.tech/SBDevelopment/VehiclesPlus/raw/branch/master/ResourcePacks/Examples-v2/VPExample-v2-1.17-1.17.1.zip) | `06cea4fef9a50199ad3e5a251cab730acb42c496` |
|
||||
| 1.18 - 1.18.2 | [Click here](https://git.sbdevelopment.tech/SBDevelopment/VehiclesPlus/raw/branch/master/ResourcePacks/Examples-v2/VPExample-v2-1.18-1.18.2.zip) | `412f0f3210a7a36787575595a69606e5fb6af9b2` |
|
||||
| 1.19 - 1.19.2 | [Click here](https://git.sbdevelopment.tech/SBDevelopment/VehiclesPlus/raw/branch/master/ResourcePacks/Examples-v2/VPExample-v2-1.19-1.19.2.zip) | `8e7641544287a7ef68641f8343b841e2fea1f5ef` |
|
||||
| 1.19.3 | [Click here](https://git.sbdevelopment.tech/SBDevelopment/VehiclesPlus/raw/branch/master/ResourcePacks/Examples-v2/VPExample-v2-1.19.3.zip) | `baf2aef8258514765b5d2540879704f965287b59` |
|
||||
| 1.19.4 | [Click here](https://git.sbdevelopment.tech/SBDevelopment/VehiclesPlus/raw/branch/master/ResourcePacks/Examples-v2/VPExample-v2-1.19.4.zip) | `c19a6236bad4b263c60a48e72cef143daf861015` |
|
||||
| 1.20 - 1.20.1 | [Click here](https://git.sbdevelopment.tech/SBDevelopment/VehiclesPlus/raw/branch/master/ResourcePacks/Examples-v2/VPExample-v2-1.20-1.20.1.zip) | `ddda0a7df5fe698ebb060ed60acfa38283404093` |
|
||||
| 1.20.2 | [Click here](https://git.sbdevelopment.tech/SBDevelopment/VehiclesPlus/raw/branch/master/ResourcePacks/Examples-v2/VPExample-v2-1.20.2.zip) | `262313acf3658b73478b2572c990cbcdbd054fd7` |
|
||||
| 1.17 - 1.17.1 | [Click here](https://git.sbdevelopment.tech/SBDevelopment/VehiclesPlus/raw/branch/master/ResourcePacks/Examples-v2/VPExample-v2-1.17-1.17.1.zip) | `06cea4fef9a50199ad3e5a251cab730acb42c496` |
|
||||
| 1.18 - 1.18.2 | [Click here](https://git.sbdevelopment.tech/SBDevelopment/VehiclesPlus/raw/branch/master/ResourcePacks/Examples-v2/VPExample-v2-1.18-1.18.2.zip) | `412f0f3210a7a36787575595a69606e5fb6af9b2` |
|
||||
| 1.19 - 1.19.2 | [Click here](https://git.sbdevelopment.tech/SBDevelopment/VehiclesPlus/raw/branch/master/ResourcePacks/Examples-v2/VPExample-v2-1.19-1.19.2.zip) | `8e7641544287a7ef68641f8343b841e2fea1f5ef` |
|
||||
| 1.19.3 | [Click here](https://git.sbdevelopment.tech/SBDevelopment/VehiclesPlus/raw/branch/master/ResourcePacks/Examples-v2/VPExample-v2-1.19.3.zip) | `baf2aef8258514765b5d2540879704f965287b59` |
|
||||
| 1.19.4 | [Click here](https://git.sbdevelopment.tech/SBDevelopment/VehiclesPlus/raw/branch/master/ResourcePacks/Examples-v2/VPExample-v2-1.19.4.zip) | `c19a6236bad4b263c60a48e72cef143daf861015` |
|
||||
| 1.20 - 1.20.1 | [Click here](https://git.sbdevelopment.tech/SBDevelopment/VehiclesPlus/raw/branch/master/ResourcePacks/Examples-v2/VPExample-v2-1.20-1.20.1.zip) | `ddda0a7df5fe698ebb060ed60acfa38283404093` |
|
||||
| 1.20.2 | [Click here](https://git.sbdevelopment.tech/SBDevelopment/VehiclesPlus/raw/branch/master/ResourcePacks/Examples-v2/VPExample-v2-1.20.2.zip) | `262313acf3658b73478b2572c990cbcdbd054fd7` |
|
||||
| 1.20.3 - 1.20.4 | [Click here](https://git.sbdevelopment.tech/SBDevelopment/VehiclesPlus/raw/branch/master/ResourcePacks/Examples-v2/VPExample-v2-1.20.3-1.20.4.zip) | `1924cd9b7c425a794d024cb38829405c20c41722` |
|
||||
| 1.20.5 - 1.20.6 | [Click here](https://git.sbdevelopment.tech/SBDevelopment/VehiclesPlus/raw/branch/master/ResourcePacks/Examples-v2/VPExample-v2-1.20.5-1.20.6.zip) | `34db0f8e5abb84abe19a8a62a2260e4bf6026cfe` |
|
||||
| 1.21 - 1.21.1 | [Click here](https://git.sbdevelopment.tech/SBDevelopment/VehiclesPlus/raw/branch/master/ResourcePacks/Examples-v2/VPExample-v2-1.21-1.21.1.zip) | `ef80c827b251b845b42d3d0b912f8b681681c172` |
|
||||
| 1.21 - 1.21.1 | [Click here](https://git.sbdevelopment.tech/SBDevelopment/VehiclesPlus/raw/branch/master/ResourcePacks/Examples-v2/VPExample-v2-1.21-1.21.1.zip) | `ef80c827b251b845b42d3d0b912f8b681681c172` |
|
||||
| 1.21.2 - 1.21.3 | [Click here](https://git.sbdevelopment.tech/SBDevelopment/VehiclesPlus/raw/branch/master/ResourcePacks/Examples-v2/VPExample-v2-1.21.2-1.21.3.zip) | `48a72d353c16b7a6b6913cef0b01a20444c08662` |
|
||||
| 1.21.4 | [Click here](https://git.sbdevelopment.tech/SBDevelopment/VehiclesPlus/raw/branch/master/ResourcePacks/Examples-v2/VPExample-v2-1.21.4.zip) | `03184cc465c4d947fceef2137a1e8ed274a04e0a` |
|
||||
| 1.21.4 | [Click here](https://git.sbdevelopment.tech/SBDevelopment/VehiclesPlus/raw/branch/master/ResourcePacks/Examples-v2/VPExample-v2-1.21.4.zip) | `03184cc465c4d947fceef2137a1e8ed274a04e0a` |
|
||||
|
||||
## Adding your own vehicles
|
||||
|
||||
- **Do you already have some vehicle models to use**, or do you want to design your own models? Check out [the usage page](/en/vehiclesplus/configuration/vehicles) for more information about that.
|
||||
- **Do you already have some vehicle models to use**, or do you want to design your own models? Check
|
||||
out [the usage page](/en/vehiclesplus/configuration/vehicles) for more information about that.
|
||||
|
||||
- **Do you want to buy pre-made vehicle models for your server**? Check out our recommended sellers below:
|
||||
- [SBDevelopment official models](https://polymart.org/team/sbdevelopment.93): These models are made for VehiclesPlus and allow you to use all the functionalities the plugin has.
|
||||
- [Saturn Studio](https://polymart.org/user/saturnstudio.235): Sells a lot of vehicles, like Tesla and Emergency Services. Also has configurations available on request.
|
||||
- [MKModels](https://polymart.org/user/melchmwoan.2244): Has different types of cheap vehicles available. Configurations are not included.
|
||||
- [PixelMine](https://polymart.org/user/pixelmine.728): Has a big collection of cars and other vehicles. Configurations are not included by default.
|
||||
- [SBDevelopment official models](https://polymart.org/team/sbdevelopment.93): These models are made for
|
||||
VehiclesPlus and allow you to use all the functionalities the plugin has.
|
||||
- [Saturn Studio](https://polymart.org/user/saturnstudio.235): Sells a lot of vehicles, like Tesla and Emergency
|
||||
Services. Also has configurations available on request.
|
||||
- [MKModels](https://polymart.org/user/melchmwoan.2244): Has different types of cheap vehicles available.
|
||||
Configurations are not included.
|
||||
- [PixelMine](https://polymart.org/user/pixelmine.728): Has a big collection of cars and other vehicles.
|
||||
Configurations are not included by default.
|
Loading…
Add table
Add a link
Reference in a new issue