quest_tracking_menu_config
Configuration for the quest tracking menu system — manifest entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | quest_tracking_menu_config |
| Type | Manifest |
| Color | Gold |
| Icon | mdi:view-list |
Fields
| Field | Type | Description |
|---|---|---|
title | String | Title of the menu. Placeholders: {quest_count} |
rows | Int | Number of rows in the menu (1-6). |
fillItem | Item | Item used to fill empty slots (background). |
questSlots | List<Int> | Slots where tracked quests will be displayed (0-indexed). Supports pagination. |
questEmptySlot | Item | Item used to represent an empty quest slot. |
questTemplate | QuestItemTemplate | Template for displaying a tracked quest. |
closeButton | MenuButtonConfig | Close button configuration. |
openSound | Sound | Sound played when opening the menu. |
untrackSound | Sound | Sound played when untracking a quest via the menu. |
untrackMessage | String | Message displayed to the player after untracking a quest. |
controls | QuestControlsConfig | Configuration for interactions with tracked quests in the menu. |
Usage Example
- entry: quest_tracking_menu_config
name: "Configuration for the quest tracking menu system"
title: ""
rows: 0
fillItem: ""
questSlots: 0
questEmptySlot: ""
questTemplate: ""
closeButton: ""
openSound: ""
untrackSound: ""
untrackMessage: ""
controls: ""