Open
Conversation
Deploying docs with
|
| Latest commit: |
29c00a7
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://dfda96dc.docs-dp3.pages.dev |
| Branch Preview URL: | https://feat-be-quests.docs-dp3.pages.dev |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new Marketplace documentation section for the FTB Quests add-on, including end-user “How To” guidance and a creator-facing API reference, and links it from the Marketplace landing page.
Changes:
- Add FTB Quests to the Marketplace add-on list.
- Introduce a new
Addons/questsdocs section with overview + “How To” pages (quests, loot bags, creating quests). - Add a “Creator Quest API” reference page documenting script events, payloads, and schemas.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/marketplace/Marketplace.md | Adds FTB Quests entry/link on the Marketplace landing page. |
| docs/marketplace/Addons/quests/index.mdx | New landing page for the FTB Quests add-on. |
| docs/marketplace/Addons/quests/api.md | New creator-facing API documentation for runtime quest registration. |
| docs/marketplace/Addons/quests/howto/index.md | Adds the How To section entry point for the add-on docs. |
| docs/marketplace/Addons/quests/howto/loot-bags.md | Documents loot bag tiers and upgrading/opening behavior. |
| docs/marketplace/Addons/quests/howto/creating-quests.md | Documents creating quests in Creative mode. |
| docs/marketplace/Addons/quests/howto/quests/index.md | General quest/Quest Book usage overview. |
| docs/marketplace/Addons/quests/howto/quests/pinning.md | Documents pinning/unpinning quests. |
| docs/marketplace/Addons/quests/howto/quests/redeem.md | Documents claiming/redeeming quest rewards. |
| docs/marketplace/Addons/quests/howto/quests/timed.md | Documents timed quest cadence and rerolling. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Gaz492
commented
Mar 19, 2026
| --- | ||
| # Quest API Guide | ||
|
|
||
| This API lets you register quest chapters and quests at runtime via Minecraft script events. Implementations live in `scripts/api/questApi.ts`, `scripts/api/registries.ts`, and the task/reward classes under `scripts/tasks` and `scripts/rewards`. |
Member
Author
There was a problem hiding this comment.
@Squidgyface1478 is this bit needed, I'm not sure what it's meant to reference
Implementations live in scripts/api/questApi.ts, scripts/api/registries.ts, and the task/reward classes under scripts/tasks and scripts/rewards.
Collaborator
There was a problem hiding this comment.
No its not needed
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.