Skip to content

Quest docs#81

Open
Gaz492 wants to merge 8 commits intomainfrom
feat/be-quests
Open

Quest docs#81
Gaz492 wants to merge 8 commits intomainfrom
feat/be-quests

Conversation

@Gaz492
Copy link
Member

@Gaz492 Gaz492 commented Mar 19, 2026

No description provided.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Mar 19, 2026

Deploying docs with  Cloudflare Pages  Cloudflare Pages

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

View logs

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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/quests docs 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.

---
# 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`.
Copy link
Member Author

@Gaz492 Gaz492 Mar 19, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@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.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No its not needed

Gaz492 and others added 6 commits March 19, 2026 15:24
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>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants