Updated docs
This commit is contained in:
parent
9f9d8f83fa
commit
009ceacb01
3 changed files with 9 additions and 9 deletions
|
@ -15,7 +15,7 @@ to your server.
|
||||||
Cars in VehiclesPlus are powered by a fuel system (if enabled) and are controlled through simple mechanics:
|
Cars in VehiclesPlus are powered by a fuel system (if enabled) and are controlled through simple mechanics:
|
||||||
|
|
||||||
1. **Driving:** Use the movement keys (WASD by default) to drive.
|
1. **Driving:** Use the movement keys (WASD by default) to drive.
|
||||||
2. **Fuel System:** Cars require fuel to run if the fuel system is enabled. See the [Fuel](../fuel/basics.md) page for
|
2. **Fuel System:** Cars require fuel to run if the fuel system is enabled. See the [Fuel](#) page for
|
||||||
details.
|
details.
|
||||||
3. **Passenger Seats:** Depending on the car's model, you can allow additional players to ride as passengers.
|
3. **Passenger Seats:** Depending on the car's model, you can allow additional players to ride as passengers.
|
||||||
|
|
||||||
|
@ -137,10 +137,10 @@ Want to add custom cars to your server? VehiclesPlus makes it easy to integrate
|
||||||
Create a custom car model using a 3D modeling tool like Blockbench.
|
Create a custom car model using a 3D modeling tool like Blockbench.
|
||||||
|
|
||||||
2. **Resource Pack Setup:**
|
2. **Resource Pack Setup:**
|
||||||
Add your model to the server’s resource pack. See the [Models](../models/adding.md) page for detailed instructions.
|
Add your model to the server’s resource pack. See the [Models](#) page for detailed instructions.
|
||||||
|
|
||||||
3. **Configuration:**
|
3. **Configuration:**
|
||||||
Define the new car in the plugin’s configuration file. Specify properties like speed, fuel capacity, and parts
|
Define the new car in the plugin’s configuration file. Specify properties like speed, fuel capacity, and parts
|
||||||
compatibility.
|
compatibility.
|
||||||
|
|
||||||
For a detailed guide, visit the [Adding New Vehicles](../vehicles/models/adding.md) page.
|
For a detailed guide, visit the [Adding New Vehicles](#) page.
|
|
@ -14,9 +14,9 @@ Explore the various features and customization options for vehicles in VehiclesP
|
||||||
Discover how to set up a vehicle per type available in VehiclesPlus.
|
Discover how to set up a vehicle per type available in VehiclesPlus.
|
||||||
|
|
||||||
- [Cars](types/cars): Learn about cars and their features.
|
- [Cars](types/cars): Learn about cars and their features.
|
||||||
- [Bikes](types/bikes): Get details on how to use bikes.
|
- [Bikes](#): Get details on how to use bikes.
|
||||||
- [Helicopters](types/helicopters): Understand helicopters and their mechanics.
|
- [Helicopters](#): Understand helicopters and their mechanics.
|
||||||
- [Boats](types/boats): A guide to boats and water travel.
|
- [Boats](#): A guide to boats and water travel.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ Discover how to set up a vehicle per type available in VehiclesPlus.
|
||||||
|
|
||||||
Configure and manage the fuel system for vehicles.
|
Configure and manage the fuel system for vehicles.
|
||||||
|
|
||||||
- [Adding Fuel Types](fuel/adding): Add or modify fuel types available.
|
- [Adding Fuel Types](#): Add or modify fuel types available.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -32,4 +32,4 @@ Configure and manage the fuel system for vehicles.
|
||||||
|
|
||||||
Customize the appearance of rims for your vehicles.
|
Customize the appearance of rims for your vehicles.
|
||||||
|
|
||||||
- [Adding New Rims](rims/adding): Instructions for adding custom rim styles.
|
- [Adding New Rims](#): Instructions for adding custom rim styles.
|
|
@ -57,7 +57,7 @@ Make sure to check these requirements before you proceed!
|
||||||
## Adding your own vehicles
|
## Adding your own vehicles
|
||||||
|
|
||||||
- **Do you already have some vehicle models to use**, or do you want to design your own models? Check
|
- **Do you already have some vehicle models to use**, or do you want to design your own models? Check
|
||||||
out [the usage page](/en/vehiclesplus/configuration/vehicles) for more information about that.
|
out [the usage page](/vehiclesplus/configuration/vehicles) for more information about that.
|
||||||
|
|
||||||
- **Do you want to buy pre-made vehicle models for your server**? Check out our recommended sellers below:
|
- **Do you want to buy pre-made vehicle models for your server**? Check out our recommended sellers below:
|
||||||
- [SBDevelopment official models](https://polymart.org/team/sbdevelopment.93): These models are made for
|
- [SBDevelopment official models](https://polymart.org/team/sbdevelopment.93): These models are made for
|
||||||
|
|
Loading…
Reference in a new issue