
EpicAchievements ⭐ 1.8 - 1.21 2.4.0
Supercharge your Minecraft server! Supports MythicMobs, ItemsAdder, Oraxen, DiscordSRV and more!
1.6.0
Sep 28, 2024
New features and bug fixes
Improvements:
- Added the ability to grant access to an achievement only after completing other achievements
- Added the ability to set a permission to access a category
- Enhancements to the /achievement progress command
- Menu items can now be disabled by setting the slot to -1
- Added support for Oraxen 2.0
Fixes:
- Fixed various issues with the in-game editor
- Fixed wrong menus being opened in some cases
Backup and delete your editor.yml file
Add the following item in menus.yml:
Add the following item in menus.yml:
main-menu:
items:
category-locked:
name: "&c{category_name} Achievements"
lore:
- "{category_description}"
- ""
- "&cCategory locked!"
flags:
- HIDE_ATTRIBUTES
1.5.1
Sep 12, 2024
Improvements
Reward leveling:
- Removed "unlocked-item"
- Added "claimed-item" and "not-claimed-item"
- The "{status}" placeholder is no longer used
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