π°PlaceHolders
Placeholder
Description
# Progress bar settings:
# icon: The character used to display the completed progress.
# not-completed-icon: The character used to display the uncompleted progress.
# progress-color: The color of the progress bar that is already completed.
# color: The color of the progress bar for sections not yet completed.
# size: The total length of the progress bar, representing the complete goal.
progress-bar:
icon: '|'
not-completed-icon: '|'
progress-color: "#0ff216"
color: "#828282"
size: 30
# Lore line placeholders:
# active: The format for an active quest's progress in the lore, including placeholders for the progress bar, progress, and goal.
# complete: The format for a completed quest in the lore, indicating completion with a checkmark symbol.
lore-line-placeholder:
active: "%progress-bar% &8- &6%progress%&8/&f%goal% &cβ"
complete: "%progress-bar% &8- &6%progress%&8/&f%goal% &aβ"
# Allows creating a placeholder that will group multiple favorite quests.
# This can be used in a scoreboard or an inventory.
placeholder-favorite:
# The number of favorite quests to display
limit: 3
# The message to display when there are no favorite quests
empty: "&cNo favorite quests"
# The result for each quest, you can use the following placeholders:
# %quest-name% - The name of the quest
# %quest-display-name% - The display name of the quest
# %quest-description% - The description of the quest
# %quest-thumbnail% - The icon of the quest
# %quest-type% - The type of the quest
# %quest-objective% - The objective of the quest
# %quest-lore-line% - The placeholder lore-line-placeholder
# %quest-progress-bar% - The progress bar of the quest
# %quest-percent% - The percentage of the quest's progress
# %quest-progress% - The progress of the quest
# %quest-global-group-name% - The global group name of the quest
result: "&f%quest-description%\n&8%quest-display-name%\n#fcd600%quest-progress%&8/&f%quest-objective%"
# The string that will be placed between two quests
between: "\n\n" Last updated