Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Connections category improvement and various other enhancements

Compare
Choose a tag to compare
@PyvesB PyvesB released this 20 Mar 12:42
· 143 commits to master since this release

Enhancements:

  • The /aach add command now works with the Connections category as well.

  • config.yml will automatically handle some user mistakes when trying to disable a category. Thanks to @HgeX for his contribution!

  • The performance of the getPlayerTotalAchievements, hasPlayerReceivedAchievement, getStatisticForNormalCategory and getStatisticForMultipleCategory API methods has been improved, which should speed up third-party plugin integrations. As a reminder, the API documentation can be found here.

  • Connections statistics are now cached, which should speed up the repeated rendering of /aach list for that category.

Bug fixes:

  • When changing the threshold of a Connections achievement or creating new Connections achievements, if a player is already above the threshold, they will now be awarded the achievement as expected.