Installation
Follow this guide to install CustomAdvancementMessages.
1. Install dependencies
Download the following plugins and move them into /plugins:
| Plugin | Why |
|---|---|
| PacketEvents required | Allows intercepting and editing the advancement messages before they reach players and needed for the plugin to function properly. |
| PlaceholderAPI required | Allows resolving any placeholder used in player-name-format. |
2. Add the plugin
- Download
CustomAdvancementMessages. - Place it in your server's
/pluginsfolder, alongside PacketEvents and PlaceholderAPI. - Start the server.
3. Verify it loaded
On startup, check your console for:
[CustomAdvancementMessages] CustomAdvancementMessages enabled.Troubleshooting
If there is an error loading the plugin, make sure the latest version of PacketEvents is installed. If it still doesn't work, see Troubleshooting.
Once enabled, it will generate one file in /plugins/CustomAdvancementMessages/:
| File | Purpose |
|---|---|
config.yml | Used for editing the player name format and each advancement message. |
CustomAdvancementMessages