Page: 1 2

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

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:

main-menu:
  items:
    category-locked:
      name: "&c{category_name} Achievements"
      lore:
        - "{category_description}"
        - ""
        - "&cCategory locked!"
      flags:
        - HIDE_ATTRIBUTES

1.5.4 Sep 22, 2024
Bug Fixes
  • Fixed skulls not loading properly on 1.21.1

1.5.3 Sep 17, 2024
PlayerPoints Support
  • PlayerPoints rewards are now supported

1.5.2 Sep 13, 2024
Bug Fixes
  • Fixed errors caused by placeholders not being parsed correctly

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.5.0 Sep 5, 2024
Improvements
  • Added a new task type: TRADE (Paper is required)

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

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

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

1.4.5 Aug 24, 2024
Experience task
  • Added the "EXPERIENCE" task.

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.3 Aug 18, 2024
Command Task
  • Added a "COMMAND" task. More information here.

1.4.2 Aug 16, 2024
Fixes
  • Fixed rewards not being given when using the /achievements unlock 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.12 Jul 9, 2024
Bug Fixes
  • The tracker menu now shows the correct tier of tiered achievements

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)

    ZAHNjaC.png

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.

Page: 1 2