From e356e1c7aefedb201f2348d4d7cf0a874fe0932c Mon Sep 17 00:00:00 2001 From: AfkF24 Date: Thu, 25 Jan 2024 03:28:55 +0100 Subject: Support custom elements in started quests menu --- docs/configuration/custom-gui-items.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3-70-g09d2