mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-10-27 17:21:58 +01:00
Removed comments on placeholders
This commit is contained in:
committed by
GitHub
parent
14b89c12ad
commit
b7e19c200c
@@ -2207,19 +2207,16 @@ Find examples of how the placeholders can be used on [signs](https://github.com/
|
|||||||
Find an up-to-date list on the [SpigotMC page](https://www.spigotmc.org/resources/beautyquests.39255/field?field=documentation).
|
Find an up-to-date list on the [SpigotMC page](https://www.spigotmc.org/resources/beautyquests.39255/field?field=documentation).
|
||||||
|
|
||||||
```
|
```
|
||||||
%beautyquests_total_amount% to show the total amount of quests
|
%beautyquests_total_amount%
|
||||||
%beautyquests_player_inprogress_amount% to show the amount of quests the player is into
|
%beautyquests_player_inprogress_amount%
|
||||||
%beautyquests_player_finished_amount% to show the amount of quests the player has finished
|
%beautyquests_player_finished_amount%
|
||||||
%beautyquests_player_finished_total_amount% to show the amount of quests the player has finished, and sums up quests which has been completed multiple times
|
%beautyquests_player_finished_total_amount%
|
||||||
%beautyquests_started_ordered% to show the advancement of each quest, one after another. You can configure the time to change in the config file.
|
%beautyquests_started_ordered%
|
||||||
%beautyquests_started_ordered_X% to show the advancement of each quest but split into multiple lines, customizable in config.yml
|
%beautyquests_started_ordered_X%
|
||||||
%beautyquests_advancement_X% to show the advancement of the quest with ID X
|
%beautyquests_advancement_X%
|
||||||
%beautyquests_advancement_X_raw% to show the advancement of the quest with ID X, but only with the form on one number:
|
%beautyquests_advancement_X_raw%
|
||||||
-1 if the player has not started the quest
|
%beautyquests_player_quest_finished_X%
|
||||||
-2 if the player is in an ending stage (i.e. in branching)
|
%beautyquests_started_id_list%
|
||||||
≥0 the stage ID, if the player is currently doing the quest
|
|
||||||
%beautyquests_player_quest_finished_X% to show amount of times the quest with ID X has been finished
|
|
||||||
%beautyquests_started_id_list% which returns a list of quests currently in progress for player. The list is an enumeration of IDs, separated with ;
|
|
||||||
```
|
```
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|||||||
Reference in New Issue
Block a user