From b67ffadcac3c5c2b019c4bee53f9441fb7913c22 Mon Sep 17 00:00:00 2001 From: Krakenied Date: Sat, 1 Jun 2024 10:52:50 +0200 Subject: Add cancelstring and expirystring options Closes https://github.com/LMBishop/Quests/issues/667 --- docs/configuration/creating-a-quest.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'docs/configuration') 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 -- cgit v1.2.3-70-g09d2