Skip to content

Releases: BentoBoxWorld/Challenges

Update for BentoBox 1.0

05 Jan 10:34
Compare
Choose a tag to compare
Pre-release

Updated to work with BentoBox 1.0. Challenges is now available on CodeMC CI.

⚠️ Update with care, and take backups. This release might cause some data losses.

Changelog

API

  1. Renamed addon to Challenges.
  2. Moved packages from bentobox.addon.challenges to world.bentobox.challenges.

Bug fixes

  1. Fixed bug where no entities were required for surrounding challenges (#8).
  2. Fixed item names in challenges.yml (#9).
  3. Fixed parsing bug for potions (BentoBoxWorld/BentoBox#265).
  4. Fixed error when no blocks were required, only entities (#28).
  5. Fixed issue with Level not being referenced correctly (#26).
  6. Made generic some required items (because their data is different each time they're crafted) (#27).
  7. Fix for taking items even if challenge incomplete (#27).
  8. Fixed item removal (#27, #30).
  9. Fixed [challengesToDo] text variable showing wrong number (#23, @BONNe).
  10. Fixed the addon not being compilable due to a dependency issue (#45).

Tweaks and features

  1. Added admin complete command.
  2. Added admin challenges reload command (#27).
  3. Added admin challenge reset command.
  4. Player data is now saved after completing/resetting a challenge.
  5. Challenges can only be completed in the world that they belong (#24).
  6. Challenges are reset when island is reset (#2, #3).
  7. Added Chinese (zh_CN) translation (@CNAmira).
  8. Added money support for challenges (#25, @BONNe).
  9. Challenges are now saved when the world is saved (#21, @BONNe).
  10. Updated to Spigot 1.13.2, Level 0.3.0 and BentoBox 1.0.
  11. Removed async saving: it was causing bugs and is useless (#45).

Snapshot

05 Oct 04:46
516fe3f
Compare
Choose a tag to compare
Snapshot Pre-release
Pre-release
Merge pull request #13 from dazoe/broadcast-messages

Broadcast messages