What is it?
A simple plugin that changes advancement messages, mutes all advancement messages and cancels it`s saving.
Config example:
Code (YAML):
blocked-worlds
:
# Worlds in which advancements will be not saved for a player.
- spawn
# Whether or not plugin will send vanilla messages when a player reaches an advancement.
# If disabled, the plugin will send custom messages and do this only to a player.
broadcast-advancement-message
: true
# To the end of this messages will be inserted the name of an advancement.
# You don't need to put a space at the end of the messages.
advancement-message
:
-
"You have got the advancement"
-
"** Second advancement message **"
Reqruirements
1. Paper or its forks.
2. Java 21 minimium.