From 8ee32e8b32ae3ec3fac58023ab85d10fb55bc11e Mon Sep 17 00:00:00 2001 From: Administrator Date: Sun, 7 Apr 2024 10:35:08 +0000 Subject: [PATCH] docs: update vehiclesplus/configuration/vehicles --- vehiclesplus/configuration/vehicles.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/vehiclesplus/configuration/vehicles.md b/vehiclesplus/configuration/vehicles.md index 3660622..233e452 100644 --- a/vehiclesplus/configuration/vehicles.md +++ b/vehiclesplus/configuration/vehicles.md @@ -2,7 +2,7 @@ title: Vehicle Configuration description: Configure the base vehicles. published: true -date: 2024-04-07T10:14:59.042Z +date: 2024-04-07T10:35:05.067Z tags: editor: markdown dateCreated: 2023-07-22T14:07:37.924Z @@ -70,21 +70,18 @@ Copy the example configuration file from the VehiclesPlus plugin folder for the Rename the copied file to the name of your file. Then also change the name inside the file, like `name: MyCoolCar` -Now go to the skin section, and replace the meta section by this: - +Now go to the skin section, and change the settings to the onces you chose before. +**PLEASE NOTE: Do *NOT* copy/paste!** Only change the `type` and `meta` sections. ```yaml list0: className: me.legofreak107.vehiclesplus.vehicles.vehicles.objects.addons.skins.Skin skin: ==: org.bukkit.inventory.ItemStack v: 3337 - # ONLY change the section below! - # Change the type to the correct item. Probably you used the LEATHER_BOOTS. type: LEATHER_BOOTS meta: ==: ItemMeta meta-type: UNSPECIFIC - # Set the custom model data you chose in step 4. custom-model-data: 1 ```