Fields
| Field | Type | Default | Description |
|---|---|---|---|
quest | Ref<QuestEntry> | (empty) | Quest to add lore to (from QuestExtension). |
category | String | "" | Category scope. Leave empty to apply globally across all categories. |
notStartedLore | String @Placeholder @Colored @MultiLine | "" | Lore added when the quest has not started. |
inProgressLore | String @Placeholder @Colored @MultiLine | "" | Lore added when the quest is in progress. |
completedLore | String @Placeholder @Colored @MultiLine | "" | Lore added when the quest is completed. |
Scoping
- Global (
categoryempty): Lore appears on this quest in every category menu. - Category-specific (
categoryset): Lore only appears when the quest is viewed within that category.
Example
How It Appears
When a player viewsquest_main_1 in the main_quests category:
Not Started:
quest_lore appear above the click hint configured in Quest Codex Config.