
Quests | UClans Addon 5.0.7
Quest Addon for UltimateClans!
4.1.1
Jan 29, 2024
Update 4.1.1
News:
- Fixed name of member who worked on the quest in logger messages.
4.1.0
Jan 22, 2024
Update 4.1.0
News:
- Updated api for UClansV7-API 7.1.0. Requires UClans 7.1.0+
- Added new synchronization mode when loading quests (IN PROGRESS/FINISHED).
- Added support for ES language like "Lang_ES.yml"
4.0.0
Jan 5, 2024
Update 4.0.0 (V7 API)
News:
- Updated api to UClansV7-API (7.0.0-beta.24). Requires Ultimate Clans V7.0.0+.
- Size reduction of around 80% in size now using the main plugins as a library.
- Full support for Folia, Spigot, Papers and similar forks.
3.7.2
Oct 29, 2023
Update 3.7.2
News:
- Fixed error when reading quests grouping whitelist when there was more than one quest with the same type (@devetty).
3.7.1
Oct 27, 2023
Update 3.7.1
News:
- Fixed error caused by the VTRADE2 mission causing blockage in other menus.
3.7.0
Oct 14, 2023
Update 3.7.0
News:
- Requires Ultimate Clans 6.13.0+
- Added support for version 1.20.2.
- Updated nbt, gui and kiori libraries.
- Reduced gui menu libraries
3.6.1
Sep 30, 2023
Update 3.6.1
News:
- Fixed "follow_player" option after adding delay for broken block check.
3.6.0
Sep 26, 2023
Update 3.6.0
News:
- Fixed user nickname when generating Clan Logger when starting, abandoning and finishing a quest.
- Fixed ELYTRA and EXPLORE events when teleporting or dying.
- New VTRADE2 (replacing VTRADE) event created with new quest generation for exchanges with villagers.
3.5.5
Aug 28, 2023
Update 3.5.5 (CMI)
News:
- Added new mission type "CMI_ANVIL", requires CMI by Zrips
Example of use:
missions:
CMI_ANVIL:
amount: 16
whitelist:
- DIAMOND_PICKAXE
3.5.2
Aug 10, 2023
Update 3.5.2
News:
- Updated api to hook with LeveledMobs.
- Changes and improvements to VTRADE and CRAFTING type quests.
3.5.1
Jul 17, 2023
Update 3.5.1
News:
- Added new placeholder "%clanquest_playerquest_is_done:QUEST%" (@snow1488)
3.5.0
Jul 17, 2023
Update 3.5.0
News:
- Updated API for 6.7.1 (Required UClans 6.7.1+).
- Added translation for quest names (@skydrek).
- Added a new method of translating objects from the whitelist of quests, now the objects are translated into the user's own language. This is optional (Config.translate.enabled).
- Fixed quest file not being created after 3.4.x update.
3.4.0
Jul 13, 2023
Update 3.4.0 (Quest Placeholder - WARNING! READ THE UPDATE)
When upgrading to this version you need to make changes to quest.yml and language.yml files
News:
- Published Quest placeholders for internal and external use using PAPI, see placeholders in https://polymart.org/resource/quests-uclans-addon.2521/page/placeholders.
- Placeholders no longer use the "%uclans_quest" or "%uclans_playerquest" prefix.
- Internal "addon-data" files are now suffixed with _v2.
- Downloaded language files have changed for the new version.
Manual changes (if you don't reset the quest.yml and Lang_*.yml files):
- Placeholders prefixed with "%uclans_quest_%" should now be "%clanquest_".
- Placeholders prefixed with "%uclans_playerquest" should now be "%clanquest_playerquest_".
3.3.1
Jun 16, 2023
Update 3.3.1
News:
- Added `Config.Quest.follow_additional_block` option to follow some types of blocks and items that are not in the quests whitelist.
3.3.0
Jun 10, 2023
Update 3.3.0 (1.20)
News:
- Added pre-support for Minecraft 1.20
- Updated API to 6.5.0-r2 (Required UltimateClans 6.5.0+)
- Added new snakeyaml library.