The Quest Extension is the foundation of the TypeWriter quest system. It provides the core quest engine: objective tracking, quest lines, player quest state management, and the base interfaces that all other quest extensions build upon.
Core Concepts
- Objectives — Base objective types (Interact Entity, etc.)
Quick Start
- 1. Configure Settings — Start with the configuration entry: quest. This defines global settings for the extension. → quest
Commands
| Command | Description |
|---|
/quest track <quest> [player] | Track a quest (requires typewriter.quest.track). |
/quest untrack [player] | Stop tracking the current quest (requires typewriter.quest.untrack). |
Permissions
| Permission | Description |
|---|
typewriter.quest | Base access to quest commands. |
typewriter.quest.track | Track a quest. |
typewriter.quest.untrack | Stop tracking a quest. |