diff options
Diffstat (limited to 'docs')
| -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 |
