Archived
3
0
Fork 1

docs: update themepark/usage

This commit is contained in:
Stijn Bannink 2022-11-11 19:24:45 +00:00 committed by Stijn Bannink
parent a3f1bc587e
commit 0d3224ca82

View file

@ -2,7 +2,7 @@
title: Usage title: Usage
description: Information about the usage of the ThemePark plugins description: Information about the usage of the ThemePark plugins
published: true published: true
date: 2022-11-11T19:18:54.342Z date: 2022-11-11T19:24:44.053Z
tags: tags:
editor: markdown editor: markdown
dateCreated: 2022-11-11T19:17:53.986Z dateCreated: 2022-11-11T19:17:53.986Z
@ -39,6 +39,26 @@ Information about the ThemePark plugin.
| `/themepark ridecount add <Attraction ID> <Selector> <Amount>` | Add an amount to the ridecount of a (set of) player(s). *Use the Minecraft selector to select players. For example: @a[region=myrideregion]* | themepark.admin | | `/themepark ridecount add <Attraction ID> <Selector> <Amount>` | Add an amount to the ridecount of a (set of) player(s). *Use the Minecraft selector to select players. For example: @a[region=myrideregion]* | themepark.admin |
| `/themepark ridecount total_type <Type>` | Change for which interval ridecount values will be valid.<br>*Available: `DAILY`, `WEEKLY`, `MONTHLY`, `YEARLY`, `TOTAL` (Where TOTAL is always valid)* | themepark.admin | | `/themepark ridecount total_type <Type>` | Change for which interval ridecount values will be valid.<br>*Available: `DAILY`, `WEEKLY`, `MONTHLY`, `YEARLY`, `TOTAL` (Where TOTAL is always valid)* | themepark.admin |
> > **Available statuses:** `GLOBAL`, `CONSTRUCTION`, `OPEN`, `CLOSED`, `MAINTENANCE`, `MALFUNCTION`
{.is-info} {.is-info}
The follwoing
## Signs
### Status
ThemePark provides a status sign which shows the status of an attraction and can teleport players to the attraction at click.
```
[ThemePark]
<Attraction ID>
```
The first line can be changed in the `settings.yml`. Make sure to adapt at creation.
### Ridecount
ThemePark provides a [TrainCarts](https://www.spigotmc.org/resources/traincarts.39592/) sign for adding to the ridecount of an attraction.
```
[train]
ridecount
<Attraction ID>
<Amount>
```