mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-01 07:46:28 +01:00
Merge pull request #970 from rowan-vr/wiki
Added CustomAdvancements placeholders
This commit is contained in:
commit
fc454a5248
@ -180,6 +180,7 @@ If the command itself isn't there and `NO DOWNLOAD COMMAND` instead is shown, th
|
|||||||
- **[CraftConomy](#craftconomy)**
|
- **[CraftConomy](#craftconomy)**
|
||||||
- **[CraftingStore.net](#craftingstorenet)**
|
- **[CraftingStore.net](#craftingstorenet)**
|
||||||
- **[CursedVIP](#cursedvip)**
|
- **[CursedVIP](#cursedvip)**
|
||||||
|
- **[Custom Advancements](#custom-advancements)**
|
||||||
- **[Custom Items](#custom-items)**
|
- **[Custom Items](#custom-items)**
|
||||||
|
|
||||||
- ### **D**
|
- ### **D**
|
||||||
@ -2382,6 +2383,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_<tree>% - Displays the number of available advancements for a specific advancement tree
|
||||||
|
%customadvancements_completed_advancements% - Displays the number of completed advancements.
|
||||||
|
%customadvancements_completed_advancements_<tree>% - Displays the number of completed advancements for a specific advancement tree.
|
||||||
|
%customadvancements_active_advancements% - Displays the number of active advancements.
|
||||||
|
%customadvancements_active_advancements_<tree>% - Displays the number of active advancements for a specific advancement tree.
|
||||||
|
%customadvancements_progress_percentage_<path>% - Displays the progression in percentages for a specific path (e.g. example.advancement1).
|
||||||
|
%customadvancements_progress_<path>% - Displays the progress made for a specific advancement path.
|
||||||
|
%customadvancements_max_progress_<path>% - Displays the maximum progress for a specific advancement path.
|
||||||
|
%customadvancements_meet_requirements_<path>% - Displays either true or false depending if the player meets all requirements for a specific advancement path.
|
||||||
|
```
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
- ### **[Custom Items](https://www.spigotmc.org/resources/63848/)**
|
- ### **[Custom Items](https://www.spigotmc.org/resources/63848/)**
|
||||||
> NO DOWNLOAD COMMAND
|
> NO DOWNLOAD COMMAND
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user