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
Update 3.6.1
News:
- Fixed "follow_player" option after adding delay for broken block check.
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.
Update 3.5.6
News:
- Fixed BREAK mission error after break check delay.
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
Update 3.5.4
News:
- Fixed cancel check when breaking disallowed blocks (@devetty)
Update 3.5.3
News:
- Re-added COLLECT type quest.
Update 3.5.2
News:
- Updated api to hook with LeveledMobs.
- Changes and improvements to VTRADE and CRAFTING type quests.
Update 3.5.1
News:
- Added new placeholder "%clanquest_playerquest_is_done:QUEST%" (@snow1488)
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.
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:
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_".
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.
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.
Update 3.2.0
News:
- Quests, Updated api to 6.3.0-r6 (Need Ultimate Clans 6.3.0+)
- Added new `LEVELLED` event from LevelledMobs plugin by lokka30.
- Added `/clanquest` administrative commands with `reload, addpoint and help` subcommands. (This makes it possible to send points in external plugins)
- Fixed inventory click bug reviving already completed missions.
Update 3.1.2 (small fix)
News:
- Fixed permission to start quests daily and once per click on gui menu.
Update 3.1.1
News:
- Fixed small error in Fly mission, ending counter before counting.
Update 3.1.0 (Logger)
News:
- Updated api to 6.1.0-r2.
- Added support for Polish language (PL).
- Implemented a system to Logger the actions of the quests.
- Optimization for Elytra quest
- Added new "EXPLORE" event used when walking with withlist option (world: WORLD_NAME and biome: BIOMENAME)
- Added new internal events `ClanQuestAbandonEvent`, `ClanQuestFinishEvent`Â and `ClanQuestStartEvent`.
- Added new options for "follow player" in pickup event

Update 3.0.1
News:
- Added support for Russian (RU) language.
Update 3.0.0
News:
- Updated API for V6-snapshot44
- Added text mode for all commands with option to force gui.
- The update for java17 was removed along with the hook for EcoBosses, now the addon works for java 8+
- Added subcommand system for the
/clan quest command. - Added
list, status, start and abandon subcommands for the quest command. - Added permissions injection for clan members and roles
Quest-Status, Quest-List-Daily, Quest-List-Once, Quest-Start-Daily, Quest-Start-Once, Quest-Abandon where the leader can choose what permissions the roles will have.
Update 2.5.2
News:
- Fix on condition of player quest placeholders