Fixed template
This commit is contained in:
parent
1672fde819
commit
3ae9eb5069
4 changed files with 103 additions and 11 deletions
33
actionfoto/getting-started.md
Normal file
33
actionfoto/getting-started.md
Normal file
|
@ -0,0 +1,33 @@
|
|||
---
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
# Getting Started
|
||||
|
||||
Action Foto is a powerful plugin that allows you to capture and manage photos in your Minecraft server.
|
||||
|
||||
## Installation
|
||||
|
||||
1. Download the latest version of Action Foto 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/ActionFoto/config.yml`:
|
||||
|
||||
```yaml
|
||||
# Default configuration will be shown here
|
||||
```
|
||||
|
||||
## Basic Commands
|
||||
|
||||
- `/foto take` - Take a photo
|
||||
- `/foto list` - List your photos
|
||||
- `/foto delete <id>` - Delete a photo
|
||||
|
||||
## Permissions
|
||||
|
||||
- `actionfoto.take` - Allows taking photos
|
||||
- `actionfoto.list` - Allows listing photos
|
||||
- `actionfoto.delete` - Allows deleting photos
|
11
index.md
11
index.md
|
@ -1,11 +0,0 @@
|
|||
---
|
||||
slug: /
|
||||
---
|
||||
|
||||
# Welcome to SBDevelopment Documentation
|
||||
|
||||
Welcome to the official documentation for SBDevelopment plugins! Here you'll find comprehensive guides and documentation to help you start working with our plugins as quickly as possible.
|
||||
|
||||
## Getting Started
|
||||
|
||||
Choose a plugin from the navigation menu to get started with the documentation.
|
35
themepark/getting-started.md
Normal file
35
themepark/getting-started.md
Normal file
|
@ -0,0 +1,35 @@
|
|||
---
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
# Getting Started
|
||||
|
||||
Theme Park is a comprehensive plugin for creating and managing theme parks in your Minecraft server.
|
||||
|
||||
## Installation
|
||||
|
||||
1. Download the latest version of Theme Park 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/ThemePark/config.yml`:
|
||||
|
||||
```yaml
|
||||
# Default configuration will be shown here
|
||||
```
|
||||
|
||||
## Basic Commands
|
||||
|
||||
- `/themepark create <name>` - Create a new theme park
|
||||
- `/themepark list` - List all theme parks
|
||||
- `/themepark tp <name>` - Teleport to a theme park
|
||||
- `/themepark delete <name>` - Delete a theme park
|
||||
|
||||
## Permissions
|
||||
|
||||
- `themepark.create` - Allows creating theme parks
|
||||
- `themepark.list` - Allows listing theme parks
|
||||
- `themepark.teleport` - Allows teleporting to theme parks
|
||||
- `themepark.delete` - Allows deleting theme parks
|
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…
Reference in a new issue