Configuration
Guide on configuring CustomAdvancementMessages.
config.yml
Reload any change with /advancements reload.
# Format for the player name in advancement messages.
# Supports any PlaceholderAPI placeholder, the built-in {player} placeholder
# (the player's username), and '&' colors.
# Default: {player}
# Example: %luckperms_prefix%{player}
player-name-format: "{player}"
# Advancement message formats. Each phrase supports '&' colors.
messages:
task:
phrase: "&fhas made the advancement"
goal:
phrase: "&fhas reached the goal"
challenge:
phrase: "&fhas completed the challenge"
player-name-format
The format used for a player's name in an advancement message. Supports any PlaceholderAPI placeholder, the built-in {player} placeholder (the player's username), and & colors. See Placeholders & Colors for more information.
messages
Individualy customize phrases for rach advancement type: — task, goal, and challenge.
| Key | Purpose | Default |
|---|---|---|
messages.task.phrase | Shown for regular advancements. | &fhas made the advancement |
messages.goal.phrase | Shown for goal-type advancements. | &fhas reached the goal |
messages.challenge.phrase | Shown for challenge-type advancements. | &fhas completed the challenge |
The full rebuilt message is always assembled in this order:
<player name> <phrase> <advancement name>Preview command
See commands to learn how to preview advancment messages with your current config.
CustomAdvancementMessages