diff --git a/themepark/usage.md b/themepark/usage.md index 92140b8..1d40650 100644 --- a/themepark/usage.md +++ b/themepark/usage.md @@ -2,7 +2,7 @@ title: Usage description: Information about the usage of the ThemePark plugins published: true -date: 2022-11-11T19:18:54.342Z +date: 2022-11-11T19:24:44.053Z tags: editor: markdown dateCreated: 2022-11-11T19:17:53.986Z @@ -39,6 +39,26 @@ Information about the ThemePark plugin. | `/themepark ridecount add ` | 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 ` | Change for which interval ridecount values will be valid.
*Available: `DAILY`, `WEEKLY`, `MONTHLY`, `YEARLY`, `TOTAL` (Where TOTAL is always valid)* | themepark.admin | -> +> **Available statuses:** `GLOBAL`, `CONSTRUCTION`, `OPEN`, `CLOSED`, `MAINTENANCE`, `MALFUNCTION` {.is-info} -The follwoing \ No newline at end of file + +## Signs + +### Status +ThemePark provides a status sign which shows the status of an attraction and can teleport players to the attraction at click. + +``` +[ThemePark] + +``` + +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 + + +``` \ No newline at end of file