docs: create vehiclesplus/setup
This commit is contained in:
parent
ab7be257bc
commit
0c2c557c11
1 changed files with 36 additions and 0 deletions
36
vehiclesplus/setup.md
Normal file
36
vehiclesplus/setup.md
Normal file
|
@ -0,0 +1,36 @@
|
|||
---
|
||||
title: Setup
|
||||
description: Instructions for the setup of VehiclesPlus.
|
||||
published: true
|
||||
date: 2022-08-30T17:29:14.505Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2022-08-30T17:29:14.505Z
|
||||
---
|
||||
|
||||
# Plugin installation
|
||||
1. Make sure you have [ProtocolLib](https://www.spigotmc.org/resources/protocollib.1997/), [Vault](https://dev.bukkit.org/projects/vault) and an economy manager (like [EssentialsX](https://essentialsx.net/downloads.html)) installed.
|
||||
2. Download the plugin on [Spigot](https://www.spigotmc.org/resources/50-off-vehiclesplus-1-12-1-19.70523/) or [Polymart](https://polymart.org/resource/vehiclesplus-1-12-1-19.633)
|
||||
3. Put the JAR file into your `/plugins` folder.
|
||||
4. Restart your server.
|
||||
|
||||
# Resourcepack download
|
||||
We provide an **example** resourcepack to use with our plugin (and the provided example vehicles). We recommend creating your own resourcepack, so that you can add more custom vehicles.
|
||||
|
||||
| Version | Download | SHA1 Hash |
|
||||
|:-------:|:----------:|--------------------------------------------|
|
||||
| 1.12.x | [Click here](https://github.com/SBDPlugins/VehiclesPlus/raw/master/Resource%20Packs/VPExample-1.12.2.zip) | `dc487f4b285a8c5605c70f617f4417844ff50236` |
|
||||
| 1.13.x | [Click here](https://github.com/SBDPlugins/VehiclesPlus/raw/master/Resource%20Packs/VPExample-1.13.2-1.14.4.zip) | `5f843c09703221dee41276225278771d195fce13` |
|
||||
| 1.14.x | [Click here](https://github.com/SBDPlugins/VehiclesPlus/raw/master/Resource%20Packs/VPExample-1.13.2-1.14.4.zip) | `5f843c09703221dee41276225278771d195fce13` |
|
||||
| 1.15.x | [Click here](https://github.com/SBDPlugins/VehiclesPlus/raw/master/Resource%20Packs/VPExample-1.15.2-1.16.1.zip) | `e00384e19a410648b5f77d0d0b6b0e9ebc9edf49` |
|
||||
| 1.16.x | [Click here](https://github.com/SBDPlugins/VehiclesPlus/blob/master/Resource%20Packs/VPExample-1.16.2-1.16.4.zip) | `7c17c7e0f1e4c5ddb03b01490bf8b42dc393dea7` |
|
||||
| 1.17.x | [Click here](https://github.com/SBDPlugins/VehiclesPlus/blob/master/Resource%20Packs/VPExample-1.17.x.zip) | `5f1ebf97998539db0edbbeddc9ca5f69c6a71b04` |
|
||||
| 1.18.x | [Click here](https://github.com/SBDPlugins/VehiclesPlus/blob/master/Resource%20Packs/VPExample-1.18.x.zip) | `c0a4598fc7d53040a8e9e74e777b073527926cbf` |
|
||||
| 1.19.x | [Click here](https://github.com/SBDPlugins/VehiclesPlus/blob/master/Resource%20Packs/VPExample-1.18.x.zip) | `c0a4598fc7d53040a8e9e74e777b073527926cbf` |
|
||||
|
||||
## Using our example pack as server resourcepack
|
||||
It's also possible to use our example pack as your server resourcepack.
|
||||
|
||||
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=`.
|
Reference in a new issue