docs: update vehiclesplus/setup
This commit is contained in:
parent
da4e982ae5
commit
923071bcad
1 changed files with 38 additions and 12 deletions
|
@ -2,20 +2,41 @@
|
|||
title: Setup
|
||||
description: Instructions for the setup of VehiclesPlus.
|
||||
published: true
|
||||
date: 2024-02-18T19:14:20.819Z
|
||||
date: 2024-04-07T10:58:30.366Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2023-02-16T21:10:41.502Z
|
||||
---
|
||||
|
||||
# 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.
|
||||
**Supported Versions:** VehiclesPlus works on all Spigot/Paper versions from 1.12.x, **except 1.14.x**!
|
||||
|
||||
# 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.
|
||||
### Step 1: Check your Java version
|
||||
|
||||
VehiclesPlus requires **Java 11** or higher. Make sure your server is compatible with Java 11 or higher.
|
||||
|
||||
### Step 2: Download the latest version
|
||||
|
||||
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).
|
||||
|
||||
Put the .jar file into the `/plugins` folder of your server.
|
||||
|
||||
### Step 3: Download the dependencies
|
||||
> VehiclesPlus **requires** additional plugins to work correctly. The plugin __WON'T LOAD__ without them.
|
||||
{.is-warning}
|
||||
|
||||
VehiclesPlus requires [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)) to work. Make sure you have them installed!
|
||||
|
||||
### Step 4: Download the example resourcepack
|
||||
> VehiclesPlus uses items to display the vehicles in your server. **If you don't use the resourcepack, it's not possible to see the vehicles.**
|
||||
{.is-info}
|
||||
|
||||
Download the correct resourcepack for your Minecraft version and test it out in your Minecraft client.
|
||||
|
||||
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=`.
|
||||
|
||||
| Version | Download | SHA1 Hash |
|
||||
|:---:|:---:|---|
|
||||
|
@ -31,9 +52,14 @@ We provide an **example** resourcepack to use with our plugin (and the provided
|
|||
| 1.20 - 1.20.1 | [Click here](https://git.sbdevelopment.tech/SBDevelopment/VehiclesPlus/raw/branch/master/Resource%20Packs/Examples-v2/VPExample-1.20-1.20.1.zip) | `0f67daef7ff77d5bb87ee3d7c019c2075ea0e50e` |
|
||||
| 1.20.2 - 1.20.4 | [Click here](https://git.sbdevelopment.tech/SBDevelopment/VehiclesPlus/raw/branch/master/Resource%20Packs/Examples-v2/VPExample-1.20.2-1.20.4.zip) | `59619b6662601a299410b6cb3d4d1a9ce83be8e2` |
|
||||
|
||||
## Using our example pack as server resourcepack
|
||||
It's also possible to use our example pack as your server resourcepack.
|
||||
> **The plugin is designed to make it easy to create your own vehicles.** We recommend making or buying your own vehicles to suit your server better.<br>
|
||||
> If you want to buy one of the example vehicles included with the plugin, you can find them [here](https://polymart.org/team/sbdevelopment.93).
|
||||
> {.is-warning}
|
||||
|
||||
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=`.
|
||||
### 4. Restart your server
|
||||
|
||||
Restart your server using the Restart button. Do ***NOT*** reload, it will break the plugin!
|
||||
|
||||
### 5. Have fun!
|
||||
|
||||
The plugin is now installed into your Minecraft server! Have fun with testing the plugin and creating your own vehicles.
|
Reference in a new issue