AFXPlugins AFXPlugins / CustomAdvancementMessages logo CustomAdvancementMessages v1.0.1
Guide

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.

KeyPurposeDefault
messages.task.phraseShown for regular advancements.&fhas made the advancement
messages.goal.phraseShown for goal-type advancements.&fhas reached the goal
messages.challenge.phraseShown 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.