diff options
| author | Krakenied <Krakenied1@gmail.com> | 2024-06-01 10:52:50 +0200 |
|---|---|---|
| committer | Leonardo Bishop <13875753+LMBishop@users.noreply.github.com> | 2024-06-03 18:48:22 +0100 |
| commit | b67ffadcac3c5c2b019c4bee53f9441fb7913c22 (patch) | |
| tree | 2aab2b5a493889cf31a4725d8f901d52d2df5712 /docs/configuration | |
| parent | 7f44beb0010e16f0f1b2463ee5392ab148f73cd2 (diff) | |
Add cancelstring and expirystring options
Closes https://github.com/LMBishop/Quests/issues/667
Diffstat (limited to 'docs/configuration')
| -rw-r--r-- | docs/configuration/creating-a-quest.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/configuration/creating-a-quest.md b/docs/configuration/creating-a-quest.md index eb9f1850..997a63f6 100644 --- a/docs/configuration/creating-a-quest.md +++ b/docs/configuration/creating-a-quest.md @@ -183,6 +183,32 @@ startstring: - " &8- &7You must break 30 blocks." ``` +## Cancel string + + +*`cancelstring`* + +**Optional.** This is a list of messages which will be sent to the +player when they cancel the quest. + +``` yaml +cancelstring: + - " &8- &7You cancelled the quest to break 30 blocks." +``` + +## Expiry string + + +*`expirystring`* + +**Optional.** This is a list of messages which will be sent to the +player when their quest has expired. + +``` yaml +expirystring: + - " &8- &7The quest to break 30 blocks just expired." +``` + ## Reward string |
