Releases: BentoBoxWorld/Challenges
Releases · BentoBoxWorld/Challenges
Update for BentoBox 1.0
Updated to work with BentoBox 1.0. Challenges is now available on CodeMC CI.
Changelog
API
- Renamed addon to
Challenges
. - Moved packages from
bentobox.addon.challenges
toworld.bentobox.challenges
.
Bug fixes
- Fixed bug where no entities were required for
surrounding
challenges (#8). - Fixed item names in
challenges.yml
(#9). - Fixed parsing bug for potions (BentoBoxWorld/BentoBox#265).
- Fixed error when no blocks were required, only entities (#28).
- Fixed issue with
Level
not being referenced correctly (#26). - Made generic some required items (because their data is different each time they're crafted) (#27).
- Fix for taking items even if challenge incomplete (#27).
- Fixed item removal (#27, #30).
- Fixed
[challengesToDo]
text variable showing wrong number (#23, @BONNe). - Fixed the addon not being compilable due to a dependency issue (#45).
Tweaks and features
- Added admin complete command.
- Added admin challenges reload command (#27).
- Added admin challenge reset command.
- Player data is now saved after completing/resetting a challenge.
- Challenges can only be completed in the world that they belong (#24).
- Challenges are reset when island is reset (#2, #3).
- Added Chinese (zh_CN) translation (@CNAmira).
- Added money support for challenges (#25, @BONNe).
- Challenges are now saved when the world is saved (#21, @BONNe).
- Updated to Spigot
1.13.2
, Level0.3.0
and BentoBox1.0
. - Removed async saving: it was causing bugs and is useless (#45).
Snapshot
Merge pull request #13 from dazoe/broadcast-messages Broadcast messages