Updated docs

This commit is contained in:
Stijn Bannink 2025-01-10 19:48:45 +01:00
parent 9f9d8f83fa
commit 009ceacb01
Signed by: SBDeveloper
GPG key ID: B730712F2C3A9D7A
3 changed files with 9 additions and 9 deletions

View file

@ -15,7 +15,7 @@ to your server.
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.
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.
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.
2. **Resource Pack Setup:**
Add your model to the servers resource pack. See the [Models](../models/adding.md) page for detailed instructions.
Add your model to the servers resource pack. See the [Models](#) page for detailed instructions.
3. **Configuration:**
Define the new car in the plugins configuration file. Specify properties like speed, fuel capacity, and parts
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.