
Boundless: Quests
Quests In Minecraft: A Comprehensive Questing Mod For Modpack Creators
Fixed
- Index reordering feature deleting quests
- export button element
- Incompatible quests can now be deleted
- new questpacks still generating a mcmeta file
- new questpacks still generating a data file path
- tabs element hover state scale
- recipe book being hidden when quest book open
Localisations
- Added support for Spanish languages (Spain, Mexico and Argentina)
Configs
- Questbook position - beside recipe book / above offhand slot
- Centre quest panel and inventory - enable / disable
- option to disable inventory shifting when panel open
Fixed
- Index reordering feature deleting quests
- export button element
- Incompatible quests can now be deleted
- new questpacks still generating a mcmeta file
- new questpacks still generating a data file path
- tabs element hover state scale
- recipe book being hidden when quest book open
Localisations
- Added support for Spanish languages (Spain, Mexico and Argentina)
Configs
- Questbook position - beside recipe book / above offhand slot
- Centre quest panel and inventory - enable / disable
- option to disable inventory shifting when panel open
Important!
- The converter tool for converting pre-Update 8, resource / datapack questpacks has been removed, downgrade to update 7 to upgrade your questpack
- Resourcepack and datapack support has been dropped in favor of the new system
- Questpacks now use a single json file instead of one per entry
Localisation
- Most text instances that were hard coded can now be translated, if you would like to contribute a language, please reach out.
Editor ——————
Single file jsons
- Quests, categories and subs each have a single json file, instead of 1 per entry
- The staging system is gone, 0 loading times, instant updates
- cleaner format, much easier to manage directories
Dropdown menus
- The Completion / reward types have been converted into dropdown menus
- Category and sub category have been converted to dropdown menus
- sub category only displays options linked to its category
- category ID in sub-category editor is now a dropdown with valid options
Browsers
- Added an item browser for, collect, submit and reward item fields
- Added a mob browser for kill quests
- Added a effect browser for effect quests
Questpacks
- removed namespace field and text
- added icon option
Invalid Fields
- Invalid fields are now easier to notice, and provide more feedback
Required fields
- ID, Name, and catageory are required fields for a quest to be created
Fixed
- Sub category ordering
- added missing hover textures to some buttons
- added tooltip for duplicate and delete buttons
- collect quest progress no longer forgets a discarded item when a new item is picked up
- search bar disapearing on click
- multiple quests can no longer have the same id
- fixed false invalid fields
Deprecated / removed
- Resource / data pack loader, exporter, creator and support
- Legacy Json remapping system
- resource / data pack to questpack Converter
- Save stager
Important!
- The converter tool for converting pre-Update 8, resource / datapack questpacks has been removed, downgrade to update 7 to upgrade your questpack
- Resourcepack and datapack support has been dropped in favor of the new system
- Questpacks now use a single json file instead of one per entry
Localisation
- Most text instances that were hard coded can now be translated, if you would like to contribute a language, please reach out.
Editor ——————
Single file jsons
- Quests, categories and subs each have a single json file, instead of 1 per entry
- The staging system is gone, 0 loading times, instant updates
- cleaner format, much easier to manage directories
Dropdown menus
- The Completion / reward types have been converted into dropdown menus
- Category and sub category have been converted to dropdown menus
- sub category only displays options linked to its category
- category ID in sub-category editor is now a dropdown with valid options
Browsers
- Added an item browser for, collect, submit and reward item fields
- Added a mob browser for kill quests
- Added a effect browser for effect quests
Questpacks
- removed namespace field and text
- added icon option
Invalid Fields
- Invalid fields are now easier to notice, and provide more feedback
Required fields
- ID, Name, and catageory are required fields for a quest to be created
Fixed
- Sub category ordering
- added missing hover textures to some buttons
- added tooltip for duplicate and delete buttons
- collect quest progress no longer forgets a discarded item when a new item is picked up
- search bar disapearing on click
- multiple quests can no longer have the same id
- fixed false invalid fields
Deprecated / removed
- Resource / data pack loader, exporter, creator and support
- Legacy Json remapping system
- resource / data pack to questpack Converter
- Save stager
Important!
How Quests are stored is changing in this update, after this version, data / resource quest packs will no longer be supported!
How can i convert my quest pack to the new format?
- In the editor, right click your quest pack, in the quest packs settings there will be an option to Convert the pack
How will quests work on servers?
- No more datapack required, the mod stores the quest data
Why is this change being made?
- Boundless had a small scope in the beginning, and json files where the easiest way to create and store quests before the editor
- This change is being made because resource packs / data packs have many problems, most notably they cause issues on servers, which this new method will resolve
- As the mod continues to grow, quests being stored in resource pack format no longer makes any sense
- Faster loading times
How can i share Quest packs?
- Quest packs can be exported and imported in the editor, export by right clicking a quest pack and clicking export
Editor
- Removed Old disable questpack option from the config menu
- Removed Undo and Redo Options from the description field
- Added Bold and Italic options to the description field
- Fixed alignment issues with quests
- Removed the Index field, add arrows to control quest order
- Cleaned up “saved” and “unsaved” GUI
- Added notifiers for clarity on changes made
- New Saved notifier for quests
- New action needed notifier
- New dependency field functionality
- Functions as a per line UI, like the completion / rewards UI
- Added a new lock toggle with 2 states
- "quest is locked until dependency completed"
- "Quest is locked after dependency completed “
- Per Quest / Per Category auto complete flag
Completion
- New Text field completion quest
Config
- added config options for quest toasts
GUI
- Cleaned up Details panel GUI element
- Lots of smaller GUI fixes and clean ups
JEI
- added JEI recipe support, when clicking an item in a quest description, JEI will pull up relevant information on how to obtain / craft this item
Multiplayer
- Updated multiple protocols to prevent cheating and reward spoofing
Operator
- /boundless questpack enable
- /boundless questpack disable
- /boundless questpack list
- /boundless complete
(this command now completes the quest without redeeming it) - /boundless redeem
(redeems a or all quests)
Important!
How Quests are stored is changing in this update, after this version, data / resource quest packs will no longer be supported!
How can i convert my quest pack to the new format?
- In the editor, right click your quest pack, in the quest packs settings there will be an option to Convert the pack
How will quests work on servers?
- No more datapack required, the mod stores the quest data
Why is this change being made?
- Boundless had a small scope in the beginning, and json files where the easiest way to create and store quests before the editor
- This change is being made because resource packs / data packs have many problems, most notably they cause issues on servers, which this new method will resolve
- As the mod continues to grow, quests being stored in resource pack format no longer makes any sense
- Faster loading times
How can i share Quest packs?
- Quest packs can be exported and imported in the editor, export by right clicking a quest pack and clicking export
Editor
- Removed Old disable questpack option from the config menu
- Removed Undo and Redo Options from the description field
- Added Bold and Italic options to the description field
- Fixed alignment issues with quests
- Removed the Index field, add arrows to control quest order
- Cleaned up “saved” and “unsaved” GUI
- Added notifiers for clarity on changes made
- New Saved notifier for quests
- New action needed notifier
- New dependency field functionality
- Functions as a per line UI, like the completion / rewards UI
- Added a new lock toggle with 2 states
- "quest is locked until dependency completed"
- "Quest is locked after dependency completed “
- Per Quest / Per Category auto complete flag
Completion
- New Text field completion quest
Config
- added config options for quest toasts
GUI
- Cleaned up Details panel GUI element
- Lots of smaller GUI fixes and clean ups
JEI
- added JEI recipe support, when clicking an item in a quest description, JEI will pull up relevant information on how to obtain / craft this item
Multiplayer
- Updated multiple protocols to prevent cheating and reward spoofing
Operator
- /boundless questpack enable
- /boundless questpack disable
- /boundless questpack list
- /boundless complete
(this command now completes the quest without redeeming it) - /boundless redeem
(redeems a or all quests)
Editor
- Added the ability to disable any quest pack in the editor, including built in quests
- GUI changes
- Create new buttons have been moved out of the list into proper buttons
- Category, subs and quests have been moved from the list into tabs (one less screen)
- Options like repeatable, optional and hidden have been moved under a flags section
- Quests are now ordered in their categories and subs under collapsible menus
- Added the ability to export questpacks as datapacks (for server use)
- Added Quest pack settings, change name, icon, description
GUI
- Fixed headers not slicing correctly
- added a 22char limit for category titles
- 26char limit for sub category titles
- Category pages
- More than 5 categories can be added now, after 5 categories, they will appear on the next tab over
Config
- Display filters as
- hidden (disables filters)
- buttons (legacy button gui)
- tabs (new tab GUI)
- Disable description colors
- disable colored text in the description. (if its hard to read)
LevelUP compatibility
- Compatible with the LevelUP mod, can now check for players level for completion condition
Other
- Stability and performance improvements
- Fixed 5 major validation issues that may fix issues related to quest redeeming
- legacy functionality removal
Editor
- Added the ability to disable any quest pack in the editor, including built in quests
- GUI changes
- Create new buttons have been moved out of the list into proper buttons
- Category, subs and quests have been moved from the list into tabs (one less screen)
- Options like repeatable, optional and hidden have been moved under a flags section
- Quests are now ordered in their categories and subs under collapsible menus
- Added the ability to export questpacks as datapacks (for server use)
- Added Quest pack settings, change name, icon, description
GUI
- Fixed headers not slicing correctly
- added a 22char limit for category titles
- 26char limit for sub category titles
- Category pages
- More than 5 categories can be added now, after 5 categories, they will appear on the next tab over
Config
- Display filters as
- hidden (disables filters)
- buttons (legacy button gui)
- tabs (new tab GUI)
- Disable description colors
- disable colored text in the description. (if its hard to read)
LevelUP compatibility
- Compatible with the LevelUP mod, can now check for players level for completion condition
Other
- Stability and performance improvements
- Fixed 5 major validation issues that may fix issues related to quest redeeming
- legacy functionality removal
Update 7
- XP level submission task
- Submit either points or levels
- Repeatable quests
- An option defined in the editor
- Quest sharing
- Once a quest is completed a scroll icon in the top right corner will create a scroll for that quest
- gifting this scroll will allow another player to unlock the quest
- Quest can only be redeemed if dependencies for that quest have been met
- 1 scroll can be gifted per quest
- Loot table reward
- Creators can define a loot table as a reward for players
- Hidden under dependency quests
- if the dependency is yet to be completed this quest will be hidden
- optional in the editor
Config/Options
- Auto Quest redeeming
- Automatically redeem quests and rewards
- Enable/Disable search bar
- config to add a search bar to the GUI
- Enable/Disabled quest sharing
- config to enable or disable sharing quests
Commands
- commands now accept a player input
GUI
- Optional Search bar in the quest list
- New Tooltips for certain buttons
- XP level submission task
Update 6.4
Editor
- Updated Autofill functionality
- Added a remove text field button
- Removed function reward (use command reward)
- New quests no longer pre-fill boxes
GUI
- New category header
- Updated filter toggles UI
- Fixed padding
- First category is always auto selected on open
- Updated Suggestion box UI, better results
Config
- Updated Config UI
- New configs:
- Hide Category headers
- Hide Filter toggles
- Hide Quest Icon in UI
- Disable quest pinning
- Disable quest book
- Disable Categories
Fixes
- Filter toggle options are now remembered when leaving the UI
- Lots of misc bug features, redundant code, optimizations ect behind the scenes
Update 6.2
**Editor **
- Save staging, Changes are now staged and applied when leaving the editor
- Quest list order is now indexed
- New "Unsaved Changes" warning
- New Saved and Not Saved notifier
- Text formatting
- 8 color options
- redo and undo buttons for the description
- added an "Are you sure?", state to the reject button
fixed
- pack version being too new
- pack.png not being applied
Нет описания изменений
Update 6
Added the quest editor beta
- create manage and edit quest packs
- Multiple debug prompts
- Quest icon auto fill
- improved json layout
- Json editor and creator
- New settings icon
Added the Config settings
- Config settings can now be customised from the quest book
Added settings button
- new settings button to access config and editor available to operators
Boundless: Quests | Update 5 for 1.21.1
Sub Categories
- Added Sub categories for quests
Key Bind
- New quest book key-bind
Fixed
- Quests not being redeemed on most servers
- Fixed Text scaling, overlapping and spacing issues
Changes
- Increased the scrollable area in the details panel, header and bottom bar are now smaller
- Refined Quest list GUI, gap between text and icon is smaller, cut off is now more accurate
- Tweaked the quest widget textures and notifiers
- The quest book can now be crafted
Config
- Spawn with quest book
- Hide quest toggle in inventory
Boundless: Quests | Update 4.3 for 1.21.1
Fixed
- Fixed an issue where if there were too many quests in a pack the world wouldn't load
- Removed the log output for the example.json quest, it is now blacklisted instead of intentionally invalid
- Updated command output lines to be more clear
Boundless: Quests | Update 4.2 for 1.21.1
For creators:
- Updated command reward type, you can now define a title and an icon "commands": [{ "command": "give @s minecraft:apple", "icon": "namespace:item", "title": "" }],
- New function reward type "functions": [{ "function": "function_example:test", "icon": "namespace:item", "title": "" }],
Categories:
- Removed "All" Tab
UI:
- Updated pin quest icon
Boundless: Quests | Update 4.1 for 1.21.1
Server
- Quest redeeming and handling now works on servers
- Quest Data now saves when leaving and re-joining the server on all clients
- Fixed a vulnerability that could've been used to exploit quest rewards
Quest Pinning
- Pin up to 3 quests to your HUD
- New pin button in the quest book
Fixed
- Submission Quests not taking items
- A few built In quests
- UI issues
Config:
- Added the option to move the pinned quests hud to all 4 corners of the screen
Нет описания изменений
Нет описания изменений
Boundless: Quests | Update 1
-
Updated Quest Dependencies
- Displays name instead of Id
- Displays Dependency icon
- When clicked will open that quest
-
Icons in the GUI now have tooltips
- Useful for modded items / advancements
- this works for items, advancements and effects
-
Reworked how quests are stored / saved
- Fixed Quests sometimes not saving
- Fixed quests being marked as completed in other worlds
- Fixed a bug that reset quest progress when switching dimensions
- Quests now sync across dimensions
-
Changed how effect / advancement quests work
- Cleaner UX with an icon
- Updated logic
- Fixed how advancement quests work (server side)
-
New Config File
- More options to be added
- Function to disable categories, e.g. the default Minecraft category
-
Server Side compatibility changes
- Still not 100% server side compatible, however marginal improvements were made
-
New Command Reward
- a command can now be set as a reward for the player
-
Нет описания изменений

