EpicAchievements ⭕ 30+ Achievement Types ⭐ Rewards ⭐ DiscordSRV Integration ✅ 1.8 - 1.21.5 icon

EpicAchievements ⭕ 30+ Achievement Types ⭐ Rewards ⭐ DiscordSRV Integration ✅ 1.8 - 1.21.5 -----

Supercharge your Minecraft server! Supports MythicMobs, ItemsAdder, Oraxen, DiscordSRV and more!




  • Added support for toast messages when an achievement is unlocked. (Requires CrazyAdvancementsAPI to be installed)
----------, May 17, 2025

  • Added support for Minecraft 1.21.5
  • Added a new option to count only natural blocks towards BREAK achievements (1.16.3+)
  • You can now hide achievements from menus
----------, May 1, 2025

----------, Apr 16, 2025

  • Fixed progress messages not being sent to players when using admin commands
----------, Mar 24, 2025

  • Added new task types: INTERACT and SHOOT
  • Added a new condition type: biomes
  • Added a placeholder to show the global unlock percentage of an achievement:

    upload_2025-3-23_15-6-17.png
----------, Mar 23, 2025

  • Fixed CRAFT achievements not calculating the correct amount of crafted items when shift-clicking due to a Spigot API issue
WARNING - v2.0 DOESN'T SUPPORT v1.0 ACHIEVEMENT CONFIGURATIONS
----------, Mar 16, 2025

  • Fixed one of the default achievements not working properly
WARNING - v2.0 DOESN'T SUPPORT v1.0 ACHIEVEMENT CONFIGURATIONS
----------, Mar 11, 2025

WARNING - THIS UPDATE DOESN'T SUPPORT v1.0 ACHIEVEMENT CONFIGURATIONS

THIS VERSION MIGHT CONTAIN BUGS - BACKUP ALL OF YOUR CONFIGURATIONS BEFORE UPDATING!

  • Fixed an issue with the ENTER_VEHICLE and EXIT_VEHICLE tasks
  • Renamed FARM task to HARVEST
----------, Mar 9, 2025

WARNING - THIS UPDATE DOESN'T SUPPORT v1.0 ACHIEVEMENT CONFIGURATIONS

THIS VERSION MIGHT CONTAIN BUGS - BACKUP ALL OF YOUR CONFIGURATIONS BEFORE UPDATING!


JAVA 17 IS NOW REQUIRED

Follow the wiki to convert the old configurations to the new format: https://wiki.pixelstudios.dev/epicachievements

New features:
  • 29 default achievements are now included
  • 5 new task types
  • 6 new condition types
  • 3 new reward types
  • Wildcards are now supported in most conditions
  • Conditions now support blacklists
  • You can now customize each reward's description
  • Achievement now have a 'weight' property that determines the default sorting order
  • Achievement requirements: the minimum unlocked tier can now be specified
  • You can now open the achievements menu by opening the vanilla advancements tab (Requires ProtocolLib)
  • New CustomFishing integration
  • You can now set which achievement types cannot be tracked
  • Admin commands (unlock / progress / reset) now work on offline players
Other changes:
  • Java 17 is now required
  • Dropped support for Oraxen 2.0
  • After hearing some feedback from customers, we decided to remove the in-game editor because it wasn't used much and maintaining it would have required a lot of work
----------, Mar 9, 2025

  • Fixed various bugs
  • Updated dependencies
----------, Feb 27, 2025


  • Added support for Minecraft 1.21.4
----------, Dec 13, 2024

  • Added support for Minecraft 1.21.3
----------, Nov 17, 2024

  • Fixed rewards not being given to players when using the /achievements progress command
----------, Oct 12, 2024

  • Fixed achievements showing up in the search menu when not having permission
----------, Sep 29, 2024

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:

Code (YAML):
main-menu:
  items
:
    category-locked
:
      name
: "&c{category_name} Achievements"
      lore
:
       - "{category_description}"
        - ""
        - "&cCategory locked!"
      flags
:
       - HIDE_ATTRIBUTES
----------, Sep 28, 2024

  • Fixed skulls not loading properly on 1.21.1
----------, Sep 22, 2024

  • PlayerPoints rewards are now supported
----------, Sep 17, 2024

  • Fixed errors caused by placeholders not being parsed correctly
----------, Sep 13, 2024

Reward leveling:
  • Removed "unlocked-item"
  • Added "claimed-item" and "not-claimed-item"
  • The "{status}" placeholder is no longer used
----------, Sep 12, 2024

  • Added a new task type: TRADE (Paper is required)
----------, Sep 5, 2024

  • Added the "crop-age" condition.
----------, Sep 3, 2024

  • Added "has-open-inventory" condition
----------, Aug 31, 2024

  • Added new conditions: "is-sneaking", "is-flying" and "is-sprinting". More information here.
----------, Aug 30, 2024

  • Added the "EXPERIENCE" task.
----------, Aug 24, 2024

  • Added support for Minecraft 1.21.1
  • Added the /achievements search [query] command
----------, Aug 20, 2024

  • Added a "COMMAND" task. More information here.
----------, Aug 18, 2024

  • Fixed rewards not being given when using the /achievements unlock command.
----------, Aug 16, 2024

  • Added the ability to add custom items in menus. The old "filler" no longer works, a custom item must be created instead.
    Example:
    Code (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
----------, Aug 12, 2024

  • Added a DiscordSRV integration. If DiscordSRV is enabled on your server, a new config file named discord.yml will be created.
----------, Aug 10, 2024

  • Added 2 achievement types: ENCHANT and ADVANCEMENT. More information here.
----------, Aug 6, 2024

  • Added new placeholders to show the current progress percentage and a progress bar. More information here.
----------, Aug 4, 2024

  • The tracker menu now shows the correct tier of tiered achievements
----------, Jul 9, 2024

  • "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.
----------, Jul 8, 2024

  • Fixed progress messages being sent incorrectly
  • Added support for WorldGuard 6.x.x
----------, Jul 5, 2024

  • 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
----------, Jul 4, 2024

  • Added a new "regions" condition type. (Requires WorldGuard)
    More information here.
----------, Jul 3, 2024

  • Added a notification when a player unlocks a reward. (This feature can be disabled in config.yml)

    [​IMG]
----------, Jul 2, 2024

  • 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.
----------, Jun 28, 2024

  • Added support for Minecraft 1.21
----------, Jun 27, 2024

  • Fixed progress in "PLAYTIME" achievements showing an empty string instead of "0s"
----------, Jun 26, 2024

  • Added new configuration settings:
    Code (YAML):
    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
----------, Jun 22, 2024

  • Fixed main menu not working properly
----------, Jun 20, 2024

  • Added some new PAPI placeholders. View the full list here.
----------, Jun 17, 2024

  • Added a new "PLAYTIME" achievement
  • Various optimization fixes
----------, Jun 15, 2024

  • Using the new "PLACEHOLDER" achievement type, EpicAchievements can now be integrated with almost any plugin that support PlaceholderAPI! More information can be found here.
----------, Jun 11, 2024

  • Added support for custom items and blocks from ItemsAdder, Oraxen and MMOItems.
  • Added /epicachievements tracker command.
  • The "materials" condition no longer exists and has been replaced by "items" and "blocks".
----------, Jun 2, 2024

  • Many achievement types have been renamed, it is necessary to change them manually in every achievement's configuration or they won't load! (New types)
----------, May 21, 2024

  • Added support for Minecraft 1.20.5 / 1.20.6
----------, May 20, 2024

Resource Information
Author:
----------
Total Downloads: 61
First Release: May 19, 2024
Last Update: May 17, 2025
Category: ---------------
All-Time Rating:
13 ratings
Find more info at wiki.pixelstudios.dev...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings