Fixed template
This commit is contained in:
parent
1672fde819
commit
3ae9eb5069
4 changed files with 103 additions and 11 deletions
35
vehiclesplus/getting-started.md
Normal file
35
vehiclesplus/getting-started.md
Normal file
|
@ -0,0 +1,35 @@
|
|||
---
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
# Getting Started
|
||||
|
||||
Vehicles Plus adds customizable vehicles to your Minecraft server, enhancing player transportation and gameplay.
|
||||
|
||||
## Installation
|
||||
|
||||
1. Download the latest version of Vehicles Plus from our website
|
||||
2. Place the JAR file in your server's `plugins` folder
|
||||
3. Restart your server
|
||||
|
||||
## Basic Configuration
|
||||
|
||||
The default configuration will be generated in `plugins/VehiclesPlus/config.yml`:
|
||||
|
||||
```yaml
|
||||
# Default configuration will be shown here
|
||||
```
|
||||
|
||||
## Basic Commands
|
||||
|
||||
- `/vehicle spawn <type>` - Spawn a vehicle
|
||||
- `/vehicle list` - List available vehicles
|
||||
- `/vehicle remove` - Remove nearby vehicles
|
||||
- `/vehicle give <player> <type>` - Give a vehicle to a player
|
||||
|
||||
## Permissions
|
||||
|
||||
- `vehiclesplus.spawn` - Allows spawning vehicles
|
||||
- `vehiclesplus.list` - Allows listing vehicles
|
||||
- `vehiclesplus.remove` - Allows removing vehicles
|
||||
- `vehiclesplus.give` - Allows giving vehicles to other players
|
Loading…
Add table
Add a link
Reference in a new issue