From 6ae10141943803d662aecac402a15c2b7d0b453a Mon Sep 17 00:00:00 2001 From: Krakenied Date: Sun, 20 Jul 2025 17:05:45 +0200 Subject: Add goal placeholder Closes https://github.com/LMBishop/Quests/issues/788 --- docs/tools/placeholderapi.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'docs') diff --git a/docs/tools/placeholderapi.md b/docs/tools/placeholderapi.md index c75a9522..40f377c7 100644 --- a/docs/tools/placeholderapi.md +++ b/docs/tools/placeholderapi.md @@ -78,6 +78,7 @@ The eCloud extension called 'Quests' is not for this plugin, do not download it! | `%quests_quest:_meetsrequirements%` | Returns **true/false** on whether or not the player has completed the required quests for the quest **``**. | | `%quests_quest:_task:_progress%` | Returns the **progress** of task **`task-id`** on the quest **``**. | | `%quests_quest:_task:_completed%` | Returns **true/false** on whether or not the task **`task-id`** on the quest **``** is completed by the player. | +| `%quests_quest:_task:_goal%` | Returns the **goal** of task **`task-id`** on the quest **``**. | | `%quests_quest:_p:%` | Returns the **local quest placeholder ``** for the quest **``**. | | Placeholder | Description | @@ -108,12 +109,12 @@ The eCloud extension called 'Quests' is not for this plugin, do not download it! ### Per-category quest lists -|Placeholder|Description| -|---|---| -|`%quests_category:_all_list%`|Returns a **comma-seperated\*\* list** of quest **names** on the server.| -|`%quests_category:_completed_list%`|\* Returns a **comma-seperated\*\* list** of quest **names** in the category **``** the player has completed.| -|`%quests_category:_completedbefore_list%`|Returns a **comma-seperated\*\* list** of quest **names** in the category **``** the player has completed **at least once**.| -|`%quests_category:_started_list%`|Returns a **comma-seperated\*\* list** of quest **names** in the category **``** which are active for the player.| +| Placeholder | Description | +|--------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------| +| `%quests_category:_all_list%` | Returns a **comma-seperated\*\* list** of quest **names** on the server. | +| `%quests_category:_completed_list%` | \* Returns a **comma-seperated\*\* list** of quest **names** in the category **``** the player has completed. | +| `%quests_category:_completedbefore_list%` | Returns a **comma-seperated\*\* list** of quest **names** in the category **``** the player has completed **at least once**. | +| `%quests_category:_started_list%` | Returns a **comma-seperated\*\* list** of quest **names** in the category **``** which are active for the player. | ### Per-category quest ID lists -- cgit v1.2.3-70-g09d2