
EpicAchievements ⭐ 1.8 - 1.21 2.2.0
Supercharge your Minecraft server! Supports MythicMobs, ItemsAdder, Oraxen, DiscordSRV and more!
1.4.6
Aug 30, 2024
New conditions
- Added new conditions: "is-sneaking", "is-flying" and "is-sprinting". More information here.
1.4.4
Aug 20, 2024
1.21.1 Support
- Added support for Minecraft 1.21.1
- Added the /achievements search [query] command
1.4.1
Aug 12, 2024
Improvements
- Added the ability to add custom items in menus. The old "filler" no longer works, a custom item must be created instead.
Example:
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
1.4.0
Aug 10, 2024
DiscordSRV Integration
- Added a DiscordSRV integration. If DiscordSRV is enabled on your server, a new config file named discord.yml will be created.
1.3.0
Aug 6, 2024
New achievement types: ENCHANT and ADVANCEMENT
- Added 2 achievement types: ENCHANT and ADVANCEMENT. More information here.
1.2.13
Aug 4, 2024
More placeholders
- Added new placeholders to show the current progress percentage and a progress bar. More information here.
1.2.11
Jul 8, 2024
Enhancements to PLACEHOLDER achievements, Bug Fixes
- "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.
1.2.10
Jul 5, 2024
Bug Fixes
- Fixed progress messages being sent incorrectly
- Added support for WorldGuard 6.x.x
1.2.9
Jul 4, 2024
Bug Fixes and Improvements
- Fixed plugin not loading on <1.21
- Fixed plugin not loading without WorldGuard sometimes
- Placeholders (e.g. {tier_requirement}) now work in achievement's descriptions too
- It's now possible to set the SSL mode when using MySQL
1.2.8
Jul 3, 2024
New WorldGuard integration
- Added a new "regions" condition type. (Requires WorldGuard)
More information here.
1.2.7
Jul 2, 2024
Unclaimed rewards notification
- Added a notification when a player unlocks a reward. (This feature can be disabled in config.yml)
1.2.6
Jun 28, 2024
Added EcoItems support, item format changes
- Added support for EcoItems. More information here.
- Minor changes to the item format: where commas were previously used (e.g. effects, enchantments), they have been replaced by colons.
1.2.4
Jun 26, 2024
Bug Fixes
- Fixed progress in "PLAYTIME" achievements showing an empty string instead of "0s"
1.2.3
Jun 22, 2024
New configuration settings, API Improvements
- Added new configuration settings:
tasks: placeholder: # How often should placeholders be checked? (in ticks) interval: 20 playtime: # How often should playtime be updated? (in ticks) interval: 1200
- Added new methods to the API