docs: update vehiclesplus/configuration/vehicles
This commit is contained in:
parent
ed80a06784
commit
8ee32e8b32
1 changed files with 3 additions and 6 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Reference in a new issue