From 0c2c557c11c0a55dadf1d3562f731cf42b649fe1 Mon Sep 17 00:00:00 2001 From: Administrator Date: Tue, 30 Aug 2022 17:29:16 +0000 Subject: [PATCH] docs: create vehiclesplus/setup --- vehiclesplus/setup.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 vehiclesplus/setup.md diff --git a/vehiclesplus/setup.md b/vehiclesplus/setup.md new file mode 100644 index 0000000..a0fedc6 --- /dev/null +++ b/vehiclesplus/setup.md @@ -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=`. \ No newline at end of file