Added a {quest_time_left} placeholder in the internal scoreboard system.
This scoreboard has been done with this
scoreboard.yml config:
Code (YAML):
lines:
- value
: ''
- value
: '§8> §6
{quest_name
}'
- value
: ''
- value
: '
{quest_advancement
}'
length
: 30
- value
: ''
- value
: '
{quest_time_left
}'
Added an integration with PlaceholderAPI:
%beautyquests-expansion-points_player% to fetch the amount of quest points that the player has
%beautyquests-expansion-points_top_X_name% and
%beautyquests-expansion-points_top_X_points% which, combined, allows to create a leaderboard (
only available when BeautyQuests is using a database for player datas)
This is done using this:
Code (YAML):
lines:
- value
: '§7Your quest points
: §b
%beautyquests-expansion-points_player%'
refresh
: 2
- value
: ''
- value
: '§8§lLeaderboard:'
- value
: '
#1 §e%beautyquests-expansion-points_top_1_name%: §b%beautyquests-expansion-points_top_1_points%'
refresh
: 2
- value
: '
#2 §7%beautyquests-expansion-points_top_2_name%: §b%beautyquests-expansion-points_top_2_points%'
refresh
: 2
- value
: '
#3 §c%beautyquests-expansion-points_top_3_name%: §b%beautyquests-expansion-points_top_3_points%'
refresh
: 2
This version is compatible with
BeautyQuests dev builds over 341.