Fixed template
This commit is contained in:
parent
1672fde819
commit
3ae9eb5069
4 changed files with 103 additions and 11 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue