Skip to content

Step 3 ‐ Getting Started

SaphieNyako edited this page May 20, 2026 · 3 revisions

Previous: Prerequisites

Install Quest Giver

Modders will have to make a load option in their project(mod pack makers can ignore this part). Either by using Maven or droping the mod in the workspace folder.

Maven

Example Structure

                  
└── data
    └── quest_giver
        ├── quest_lines
        │    └── your_quest_line_name
        │        ├── root.json
        │        ├── quest_01.json
        │        ├── quest_02.json
        │        └── quest_03.json
        │
        ├── quest_line_links.json
        ├── quest_line_names.json
        └── special_task_actions.json

Next: Adding Quest Lines

Clone this wiki locally