diff options
| author | Krakenied <Krakenied1@gmail.com> | 2024-02-20 11:39:40 +0100 |
|---|---|---|
| committer | Leonardo Bishop <13875753+LMBishop@users.noreply.github.com> | 2024-02-22 16:32:19 +0000 |
| commit | 52ded1a703d94a0354bb6b28ba6b4946e51dbf97 (patch) | |
| tree | 735e0ad3e99c9a4b3ab0e8d7ad3173d790ad59af /docs/configuration/creating-a-quest.md | |
| parent | 16794d9398de66a7625d5bb52b85b04271237abe (diff) | |
Add expiry commands option
Diffstat (limited to 'docs/configuration/creating-a-quest.md')
| -rw-r--r-- | docs/configuration/creating-a-quest.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/configuration/creating-a-quest.md b/docs/configuration/creating-a-quest.md index 6b47e3e6..eb9f1850 100644 --- a/docs/configuration/creating-a-quest.md +++ b/docs/configuration/creating-a-quest.md @@ -155,6 +155,20 @@ cancelcommands: - "broadcast {player} has cancelled a quest" ``` +## Expiry commands + + +*`expirycommands`* + +**Optional.** This is a list of commands which will be executed when the +the player's quest expires. You can use `{player}` and the player's name +will be substituted in place. + +``` yaml +expirycommands: + - "broadcast {player}'s quest has expired" +``` + ## Start string |
