aboutsummaryrefslogtreecommitdiffstats
path: root/docs/configuration/creating-a-quest.md
diff options
context:
space:
mode:
authorKrakenied <krakenied1@gmail.com>2025-07-29 11:24:24 +0200
committerKrakenied <46192742+Krakenied@users.noreply.github.com>2025-07-29 11:48:02 +0200
commitd3536cb0528d6b441fe8b5ae34f2164036d4c532 (patch)
tree1044e2bd40cc381100a155467a30bd56e237bb79 /docs/configuration/creating-a-quest.md
parent1cc709b81c4faca94d3e33e02862523d3b67605f (diff)
Add internal goal placeholder
Closes https://github.com/LMBishop/Quests/issues/658
Diffstat (limited to 'docs/configuration/creating-a-quest.md')
-rw-r--r--docs/configuration/creating-a-quest.md6
1 files changed, 4 insertions, 2 deletions
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: