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

New category, enhanced permissions and various improvements!

Compare
Choose a tag to compare
@PyvesB PyvesB released this 27 Sep 16:30
· 303 commits to master since this release

New:

  • The DistanceSneaking achievement category is now available!

Improvements:

  • Permissions for multiple action achievements (Breaks, Places, Crafts, Kills, Breeding, PlayerCommands, Custom and TargetsShot) now use the star notation, e.g. *achievement.count.places.**. Permissions for these are applied to children nodes, e.g. achievement.count.places.stone. This means you can now simply award the parent permission without having to specify all sub-categories.

  • The documentation about permissions has been polished, you can find it in the Wiki and the linked plugin.yml file.

  • The plugin will now indicate which database is used at startup to help you out with debugging.

  • The default GUI item for DistanceLlama is now a llama egg - more appropriate than the carpet previously used!

  • Cleaned up some unused code.

Bug fixes:

  • When a custom mob name for the Kills category contains spaces, permissions are now checked as expected.

API:

  • The API artefacts are now hosted on JitPack. The developer documentation has been updated accordingly.