- Added new conditions: "is-sneaking", "is-flying" and "is-sprinting". More information here.
- 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.
