From d3536cb0528d6b441fe8b5ae34f2164036d4c532 Mon Sep 17 00:00:00 2001 From: Krakenied Date: Tue, 29 Jul 2025 11:24:24 +0200 Subject: Add internal goal placeholder Closes https://github.com/LMBishop/Quests/issues/658 --- docs/configuration/creating-a-quest.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/configuration/creating-a-quest.md b/docs/configuration/creating-a-quest.md index d2a91397..b9127cea 100644 --- a/docs/configuration/creating-a-quest.md +++ b/docs/configuration/creating-a-quest.md @@ -89,7 +89,8 @@ quest is started. This is a good place to put progression details. To get the progression of a player in a task, write `{TASKID:progress}` and replace `TASKID` with the ID of the task you want to get the progress for. Alternatively, you can write `{TASKID:complete}` to get if the task -is complete. +is complete. There is also `{TASKID:goal}` returning the progress to be +reached. ``` yaml display: @@ -244,7 +245,8 @@ vaultreward: 600.0 PlaceholderAPI. To get the progression of a player in a task, write `{TASKID:progress}` and replace `TASKID` with the ID of the task you want to get the progress for. Alternatively, you can write -`{TASKID:complete}` to get if the task is complete. +`{TASKID:complete}` to get if the task is complete. There is also +`{TASKID:goal}` returning the progress to be reached. ``` yaml placeholders: -- cgit v1.2.3-70-g09d2