Challenges 0.8.3
Challenges addon continues to improve little by little. This release solves some old standing bugs and adds implements some new placeholders.
Mostly this release in preparation for fully integrating Minecraft 1.16 new entities. As the current version supports both 1.15 and 1.16, then it does not do it by default. Default challenges still are with 1.15 entities and blocks.
Compatibility
✔️ BentoBox API 1.14.0.
✔️ Minecraft 1.15.2 (tested with 1.16.4)
Changelog
Legend
- 🔡 locale files may need to be regenerated or updated.
- ⚙️ config options have been removed, renamed or added.
- 🔺 special attention needed.
New Features
- Added 1.16 compatibility
- Added 1.16 Mob Heads.
- Updated to BentoBox API 1.14
- Implemented Placeholders:
[gamemode]_challenges_latest_level_completed_count
[gamemode]_challenges_latest_level_uncompleted_count
Bug Fixes
- Fixed issue when corrupted player data cannot be reset. (#222)
- Fixed issue with illegal item stack in default challenge set (#241)
- Fixed issue when calling Web Library GUI update from async task (#239)
- Fixed incorrect waiver amount usage (#243)
- Fixed issue when the database was not saved after importing challenges from the web library.
- Removed config saving on addon disabling.
- Added null-pointer protection in challenge loading.
- Fixed issue with incorrect messages in the config file.
- Fixed incorrect placeholder return message (#231)
-🔺Fixed placeholder name generation: it will follow[gamemode]_[addon]_[placeholder]
template.