Announcement: This version is probably the last to support Minecraft < 1.17 and Java < 17. I have been limited far too long with the old version capabilities, it is now time to move on. If important bugs are discovered on this release, I'll fix it in a manner that is compatible to older servers but new features will require newer versions in the future. Changelog:
Bugfixes in some versions
Removed SkillAPI and ProSkillAPI integrations in favor of Fabled
Added support for Minecraft 1.21(.1)
Fixed issues with world patterns resetting during quest edition
Added /quests resetPool <pool id> command, which works in a similar manner to the /quests resetQuest command: it removes all data for all players for the specified pool
Made the "keep player data" button always visible when editing a quest in the creation GUI. Its old behavior was too confusing.
Updated wrong vietnamese translation
Updated LevelledMobs integration
Added selectors (such as @a) support for /quests scoreboard show/hide <player>
Fixed bugs with BlueMap
Fixed bugs with WildLoaders
Fixed wrong NPC name displayed in dialog history
Fixed bug in "place blocks" or "break blocks" editor with non-item blocks (such as Cocoa)
MythicMobs can now serve as NPCs!
To be used properly that way, each MythicMob that serves as an NPC must have at most 1 active mob. If more than 1 mob are spawned, then the behavior is undefined.
Added StackMob integration to count all the mobs in a mob stack when killing them
Added configuration options for the 3 tabs of the /quests menu. You can now customize the icon and the color of the separator bar. Default values:
Code (YAML):
# - Quests Menu - # Options related to the "/quests" menu questsMenu: # Configuration of the tabs in the menu tabs: # This tab shows the quests the player has previously completed. finished: # Whether the tab will appear in the menu enabled: true
# The icon in the bar at the right icon: BOOK
# The color of the vertical separator (if enabled) color: GREEN
# This tab shows the quests currently being done by the player. in progress:
enabled: true
icon: WRITABLE_BOOK
color: YELLOW
# This tab shows the quests the player can start. not started:
enabled: true
icon: PAPER
color: RED