Skip to content

Quest Packs

Quest Packs bundle quests, chapters, NPC profiles, and localization into self-contained packages. They are ideal for seasonal events, community-created content, or distributing quest sets between servers.

The left sidebar shows all loaded packs with:

  • Color dot — the pack’s assigned color for visual identification
  • Pack name — display name or ID
  • Source badgeC for custom packs, BASE for imported
  • Summary — quest count, chapter count, NPC count

Three buttons let you create or import packs:

ButtonAction
+ WizardOpens the guided creation wizard at /packs/create
+ NewQuick-creates an empty pack with just an ID
ImportLoads a .questpack or .json file from disk
  1. Click + New
  2. Enter a Pack ID (e.g. summer_event_2026) — must be unique
  3. Optionally enter a Display Name
  4. Click Create Pack

Click + Wizard to open a guided step-by-step flow that walks you through setting up pack info, adding quests, chapters, NPCs, and localization.

After selecting a pack, six tabs are available:

Displays pack metadata and a summary dashboard:

  • Pack ID, Name, Description, Author, Version
  • Tags — comma-separated for categorization
  • Color — visual identifier
  • Summary cards — total quests, chapters, NPCs, and i18n keys

The Export section provides two options:

ButtonOutput
Export ZIP (Server)Generates server-ready files in the standard folder structure
Export .questpack (Sharing)Exports the full editor format including NPCs and locale for sharing

Lists all quests in the pack. Click + Add Quest to create a new one with:

  • Quest ID — unique identifier
  • Type — side, story, or daily
  • Category — combat, gathering, mining, crafting, exploration, social, or mixed

Below the quest list, a Copy from Main Config section lets you clone existing quests into the pack. The cloned quest ID is automatically prefixed with the pack ID to avoid conflicts.

Lists chapters within the pack. Click + Add Chapter to create one, then add quests to it by clicking the quest buttons shown below each chapter. Remove quests from a chapter with the X button.

Chapter quests that are not found in the pack’s quest list are flagged as Missing in red.

Lists NPC profiles included in the pack. Click + Add NPC to create one with a Citizen ID and Speaker Name. Each NPC shows its quest bindings.

A simplified localization editor for pack-specific translations. Add keys with EN and DE values. Existing keys are shown in an editable three-column table.

Pack locale keys are exported as separate files (e.g. custom_pack_summer_event_2026_en-US.json) so they do not conflict with the main localization.

Register server-specific custom items, entities, or blocks. These are global references that appear in autocomplete across all editors, not just the pack.

  1. Click Import in the sidebar
  2. Select a .questpack or .json file
  3. The pack is loaded with all its quests, chapters, NPCs, and translations
  4. A success message confirms the import with the pack ID

Importing a pack with a Quest ID that already exists in your main config will trigger a conflict warning during validation. Check the Validation page for details.

Select the pack, then click Delete in the Overview tab header. This removes the pack and all its contents from the editor.