diff options
Diffstat (limited to 'docs/configuration/custom-gui-items.md')
| -rw-r--r-- | docs/configuration/custom-gui-items.md | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/docs/configuration/custom-gui-items.md b/docs/configuration/custom-gui-items.md index f7a2bbac..9473f4f8 100644 --- a/docs/configuration/custom-gui-items.md +++ b/docs/configuration/custom-gui-items.md @@ -5,8 +5,8 @@ nav_order: 7 --- # Custom GUI items -**Custom GUI items** are dummy items added to the category menu and the -quest menu. This can be used to help stylise your quests GUI. +**Custom GUI items** are dummy items added to category, quest and +started menus. This can be used to help stylise your quests GUI. This can be done in the `config.yml`: @@ -66,3 +66,12 @@ custom-elements: "quests": # apply to whole quests menu if categories are disabled # ... ``` + +Additionally, you can add custom items to the started quests menu by +specifying it with "started": + +``` yaml +custom-elements: + "started": # apply to the started quests menu + # ... +```
\ No newline at end of file |
