- Added the ability to add custom items in menus. The old "filler" no longer works, a custom item must be created instead.
Example:
YAML:main-menu: title: "Achievements" rows: 4 items: # Default items... custom-items: my-custom-item: material: DIAMOND name: "Custom Item" slot: 0 # Single slot # OR slots: [0,1,2] # Multiple slots
- Added a DiscordSRV integration. If DiscordSRV is enabled on your server, a new config file named discord.yml will be created.
- Added 2 achievement types: ENCHANT and ADVANCEMENT. More information here.
- Added new placeholders to show the current progress percentage and a progress bar. More information here.
- "PLACEHOLDER" achievements now also support placeholders that output text. More information here.
- Added new sounds when claiming a reward.
- Fixed errors when using the plugin on multiple servers.