From fe72d2c9781faf228f8090bd15992af634a8f847 Mon Sep 17 00:00:00 2001 From: Rowan Date: Sat, 17 Jun 2023 14:18:38 +0200 Subject: [PATCH 1/2] Added CustomAdvancements placeholders --- Placeholders.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/Placeholders.md b/Placeholders.md index dc87ce1..2e3a9e6 100644 --- a/Placeholders.md +++ b/Placeholders.md @@ -181,6 +181,7 @@ If the command itself isn't there and `NO DOWNLOAD COMMAND` instead is shown, th - **[CraftingStore.net](#craftingstorenet)** - **[CursedVIP](#cursedvip)** - **[Custom Items](#custom-items)** + - **[Custom Advancements](#custom-advancements)** - ### **D** - **[Daily Rewards](#daily-rewards)** @@ -2392,6 +2393,24 @@ Please see [this discussion][list] for a list of all expansions officially maint ---- +- ### **[Custom Advancements](https://www.spigotmc.org/resources/91167/)** + > NO DOWNLOAD COMMAND + + ``` + %customadvancements_available_advancements% - Displays the number of available advancements for the player + %customadvancements_available_advancements_% - Displays the number of available advancements for a specific advancement tree + %customadvancements_completed_advancements% - Displays the number of completed advancements. + %customadvancements_completed_advancements_% - Displays the number of completed advancements for a specific advancement tree. + %customadvancements_active_advancements% - Displays the number of active advancements. + %customadvancements_active_advancements_% - Displays the number of active advancements for a specific advancement tree. + %customadvancements_progress_percentage_% - Displays the progression in percentages for a specific path (e.g. example.advancement1). + %customadvancements_progress_% - Displays the progress made for a specific advancement path. + %customadvancements_max_progress_% - Displays the maximum progress for a specific advancement path. + %customadvancements_meet_requirements_% - Displays either true or false depending if the player meets all requirements for a specific advancement path. + ``` + +---- + - ### **[Daily Rewards](https://www.spigotmc.org/resources/16708)** > NO DOWNLOAD COMMAND From 93f7f2ebeddc311d8ead3b00535972581b90afa6 Mon Sep 17 00:00:00 2001 From: Rowan Date: Sat, 17 Jun 2023 14:51:03 +0200 Subject: [PATCH 2/2] Fix alphabetical order --- Placeholders.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Placeholders.md b/Placeholders.md index 2e3a9e6..e4cbebf 100644 --- a/Placeholders.md +++ b/Placeholders.md @@ -180,8 +180,8 @@ If the command itself isn't there and `NO DOWNLOAD COMMAND` instead is shown, th - **[CraftConomy](#craftconomy)** - **[CraftingStore.net](#craftingstorenet)** - **[CursedVIP](#cursedvip)** - - **[Custom Items](#custom-items)** - **[Custom Advancements](#custom-advancements)** + - **[Custom Items](#custom-items)** - ### **D** - **[Daily Rewards](#daily-rewards)** @@ -2383,16 +2383,6 @@ Please see [this discussion][list] for a list of all expansions officially maint ---- -- ### **[Custom Items](https://www.spigotmc.org/resources/63848/)** - > NO DOWNLOAD COMMAND - - ``` - %cui_version% - %customitems_version% - ``` - ----- - - ### **[Custom Advancements](https://www.spigotmc.org/resources/91167/)** > NO DOWNLOAD COMMAND @@ -2411,6 +2401,16 @@ Please see [this discussion][list] for a list of all expansions officially maint ---- +- ### **[Custom Items](https://www.spigotmc.org/resources/63848/)** + > NO DOWNLOAD COMMAND + + ``` + %cui_version% + %customitems_version% + ``` + +---- + - ### **[Daily Rewards](https://www.spigotmc.org/resources/16708)** > NO DOWNLOAD COMMAND