docs: update themepark/usage
This commit is contained in:
parent
dad756a791
commit
7df3ea8e88
1 changed files with 97 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
title: Usage
|
||||
description: Information about the usage of the ThemePark plugins
|
||||
published: true
|
||||
date: 2023-02-16T21:10:38.117Z
|
||||
date: 2024-12-20T17:57:45.124Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2023-02-16T21:10:36.262Z
|
||||
|
@ -61,4 +61,100 @@ ThemePark provides a [TrainCarts](https://www.spigotmc.org/resources/traincarts.
|
|||
ridecount
|
||||
<Attraction ID>
|
||||
<Amount>
|
||||
```
|
||||
|
||||
# ThemeParkConnector
|
||||
Information about the ThemeParkConnector plugin.
|
||||
|
||||
## Commands
|
||||
|
||||
- `/tpc reload` - Reload the plugin.
|
||||
- `/tpc redeem <Voucher>` - Redeem a voucher for a show.
|
||||
- `/tpc state <Attraction ID> <Button ID> <State ID` - Change the state of a button for an attraction at the online panel. Most of the time, you use this command in a commandblock.
|
||||
|
||||
## Permissions
|
||||
|
||||
- `themepark.admin` - All the other functions who are for admins!
|
||||
- `themepark.control` - Needed to control attractions on the panel
|
||||
|
||||
## Signs
|
||||
|
||||
### Control sign (for online panel):
|
||||
|
||||
```
|
||||
[ParkControl]
|
||||
<Attraction ID>
|
||||
```
|
||||
|
||||
### Ticket sign (for online panel):
|
||||
|
||||
```
|
||||
[Scanner Tag]
|
||||
<Show ID>
|
||||
<X>:<Y>:<Z>(:<Yaw>:<Pitch>)
|
||||
<Hour>:<Minute>( <Day>-<Month>-<Year>)
|
||||
```
|
||||
|
||||
Options between ( ) are optional. The scanner tag can be found in `settings.yml`.
|
||||
|
||||
# ThemeParkPlus
|
||||
|
||||
## Commands
|
||||
|
||||
- `/themeparkplus opengate <World> <X> <Y> <Z> [ARG 1] [ARG 2]` - This command opens a gate.
|
||||
If you fill in a number of players in ARG 1, it will close if that amount of players passed the gate. If you fill in a direction in ARG 1, it will only let the players through the gate if the walk in that direction.
|
||||
If you fill in a direction in ARG 2, it will only let the players through the gate if the walk in that direction. But you also need to use ARG 1, with a amount of players for this.
|
||||
- `/themeparkplus closegate <World> <X> <Y> <Z>` - This command closes a gate.
|
||||
- `/themeparkplus lampon <World> <X> <Y> <Z> [Seconds on]` - This command will turn on a redstone lamp. If you fill in an amount of seconds, it will go off after that amount of seconds.
|
||||
- `/themeparkplus lampoff <World> <X> <Y> <Z>` - This command will turn off a redstone lamp.
|
||||
- `/themeparkplus lampson <World> <X1> <Y1> <Z1> <X2> <Y2> <Z2> [Seconds on]` - This command will turn on all the redstone lamps in the region. If you fill in an amount of seconds, they will go off after that amount of seconds.
|
||||
- `/themeparkplus lampsoff <World> <X> <Y> <Z>` - This command will turn off all the redstone lamps in the region.
|
||||
|
||||
## Permissions
|
||||
|
||||
- `ThemeParkPlus.OpenGate` - The opengate command permission
|
||||
- `ThemeParkPlus.CloseGate` - The closegate command permission
|
||||
- `ThemeParkPlus.LampOn` - The lampoff command permission
|
||||
- `ThemeParkPlus.LampOff` - The lampoff command permission
|
||||
- `ThemeParkPlus.CreateFPSign` - The fastpass sign create permission
|
||||
|
||||
## Signs
|
||||
|
||||
### Fastpass Machine:
|
||||
|
||||
```
|
||||
[ThemeParkPlus]
|
||||
Machine
|
||||
<Ride ID>
|
||||
<Cost>
|
||||
```
|
||||
|
||||
### Fastpass Checker:
|
||||
|
||||
```
|
||||
[ThemeParkPlus]
|
||||
Scanner
|
||||
<RideID>
|
||||
<Teleport or gate location -> X:Y:Z>
|
||||
```
|
||||
|
||||
### Waitingrow:
|
||||
|
||||
If you create your first waitingrow for an attraction, you have to make a selection of the row with the WorldEdit wand (left click for Pos1, right click for Pos2), and create an WorldGuard region with that selection.
|
||||
|
||||
```
|
||||
[ThemeParkPlus]
|
||||
WaitingRow
|
||||
<Ride ID>
|
||||
[Region ID]
|
||||
```
|
||||
|
||||
The Region ID is only needed if it's the first sign for that Ride.
|
||||
|
||||
### Malfunction GUI:
|
||||
|
||||
```
|
||||
[ThemeParkPlus]
|
||||
Malfunction
|
||||
<RideID>
|
||||
```
|
Reference in a new issue