Skip to content

advancement

server-message.advancement

The advancement module is responsible for reporting the receipt of an achievement

advancement

Customizing messages

You can change the messages about getting the achievement in the localization file

yaml
server-message:
  advancement:
    type:
      name: "<player> получил достижение [<advancement>]"
      hover: "<name> <description>"
server-message:
  advancement:
    type:
      name: "<player> получил достижение [<advancement>]"
      hover: "<name> <description>"

Placeholders

Placeholders - words that may be changed when composing an achievement message

ParameterDescription
<player>The player who received the achievement
<advancement>The name of the achievement that you can hover over for information
<name>The name of the achievement
<description>Description of the achievement

Module customization

ParameterDescriptionTypeDefault
task-visibleShow achievementbooleantrue
goal-visibleShow goalbooleantrue
challenge-visibleShow challengebooleantrue