diff options
| author | Krakenied <krakenied1@gmail.com> | 2025-07-29 11:24:24 +0200 |
|---|---|---|
| committer | Krakenied <46192742+Krakenied@users.noreply.github.com> | 2025-07-29 11:48:02 +0200 |
| commit | d3536cb0528d6b441fe8b5ae34f2164036d4c532 (patch) | |
| tree | 1044e2bd40cc381100a155467a30bd56e237bb79 /docs/configuration | |
| parent | 1cc709b81c4faca94d3e33e02862523d3b67605f (diff) | |
Add internal goal placeholder
Closes https://github.com/LMBishop/Quests/issues/658
Diffstat (limited to 'docs/configuration')
| -rw-r--r-- | docs/configuration/creating-a-quest.md | 6 |
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: |
