aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tools/placeholderapi.md
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2024-02-17 13:48:40 +0000
committerLeonardo Bishop <me@leonardobishop.com>2024-02-17 13:48:40 +0000
commit3c354a0a45f0492cf075816c080c927c1cc656b6 (patch)
tree76d1ec2f5ba880ffc01150c0aea60c611ad8b24c /docs/tools/placeholderapi.md
parent832e99ce535008ffeb1bf2d63cebb21583262035 (diff)
Update documentation for release 3.15
Diffstat (limited to 'docs/tools/placeholderapi.md')
-rw-r--r--docs/tools/placeholderapi.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/tools/placeholderapi.md b/docs/tools/placeholderapi.md
index cc932600..c75a9522 100644
--- a/docs/tools/placeholderapi.md
+++ b/docs/tools/placeholderapi.md
@@ -73,6 +73,7 @@ The eCloud extension called 'Quests' is not for this plugin, do not download it!
| `%quests_quest:<quest-id>_completedbefore%` | Returns **true/false** on whether or not the quest **`<quest-id>`** is completed by the player **at least once**. |
| `%quests_quest:<quest-id>_completiondate%` | Returns a **date formatted as DD/MM/YYYY\*\*\*, or "Never"** on when the quest **`<quest-id>`** was completed by the player. |
| `%quests_quest:<quest-id>_cooldown%` | Returns a **time in seconds** of the cooldown for quest **`<quest-id>`**. |
+| `%quests_quest:<quest-id>_timeleft%` | Returns the amount of time remaining to complete the quest **`<quest-id>`**. |
| `%quests_quest:<quest-id>_canaccept%` | Returns **true/false** on whether or not the quest **`<quest-id>`** can be started by the player. |
| `%quests_quest:<quest-id>_meetsrequirements%` | Returns **true/false** on whether or not the player has completed the required quests for the quest **`<quest-id>`**. |
| `%quests_quest:<quest-id>_task:<task-id>_progress%` | Returns the **progress** of task **`task-id`** on the quest **`<quest-id>`**. |
@@ -88,6 +89,7 @@ The eCloud extension called 'Quests' is not for this plugin, do not download it!
| `%quests_tracked_completedbefore%` | Returns **true/false** on whether or not the **players tracked quest** is completed **at least once**. |
| `%quests_tracked_completiondate%` | Returns a **date formatted as DD/MM/YYYY\*\*\*, or "Never"** on when the **players tracked quest** was completed by the player. |
| `%quests_tracked_cooldown%` | Returns a **time in seconds** of the cooldown for the **players tracked quest**. |
+| `%quests_tracked_timeleft%` | Returns the amount of time remaining to complete the **players tracked quest**. |
| `%quests_tracked_canaccept%` | Returns **true/false** on whether or not the **players tracked quest** can be started by the player. |
| `%quests_tracked_meetsrequirements%` | Returns **true/false** on whether or not the player has completed the required quests for the **players tracked quest**. |
| `%quests_tracked_task:<task-id>_progress%` | Returns the **progress** of task **`task-id`** on the **players tracked quest**. |