From 0a57411e26475462be56335a23a6b2782839a0d1 Mon Sep 17 00:00:00 2001 From: Mackenzie Molloy <48184419+MackenzieMolloy@users.noreply.github.com> Date: Mon, 19 Jan 2026 00:26:29 +0000 Subject: [PATCH 1/2] Updated FAQ to include new Buy & Sell GUI scopes --- docs/shopgui/faq.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/docs/shopgui/faq.md b/docs/shopgui/faq.md index ab84064..d9cecd6 100644 --- a/docs/shopgui/faq.md +++ b/docs/shopgui/faq.md @@ -570,10 +570,10 @@ gui: clickCooldown: 250 ``` -## Enabling/disabling amount selection GUI in particular shops +## Enabling/disabling amount selection GUI and bulk buy GUI for specific shops or shop items -You can override the default amount selection GUI settings (`enableBuyGUI`, `enableSellGUI`, `enableSellGUISellAll`) -from config.yml in each of shop yamls. +You can override the default amount selection GUI and bulk buy GUI settings (`enableBuyGUI`, `enableSellGUI`, `enableSellGUISellAll`) +from config.yml in each of shop yamls for specific shops and shop items. Example: @@ -582,12 +582,18 @@ armor: name: "&4&lArmor (page %page%)" enableBuyGUI: false enableSellGUI: false + enableBuyMoreGUI: false + enableSellMoreGUI: false fillItem: material: BLACK_STAINED_GLASS_PANE name: " " items: 1: type: item + enableBuyGUI: false + enableBuyMoreGUI: false + enableSellGUI: false + enableSellMoreGUI: false item: material: LEATHER_HELMET quantity: 1 @@ -678,4 +684,4 @@ Add following entry to the bottom of your `config.yml` file: ```yaml disablePermissionCache: true -``` \ No newline at end of file +``` From 617fab8bbe8cdb859a3f63402e497cafebd85f43 Mon Sep 17 00:00:00 2001 From: Mackenzie Molloy <48184419+MackenzieMolloy@users.noreply.github.com> Date: Mon, 19 Jan 2026 00:31:26 +0000 Subject: [PATCH 2/2] Fix typo in FAQ about GUI settings --- docs/shopgui/faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/shopgui/faq.md b/docs/shopgui/faq.md index d9cecd6..a768df0 100644 --- a/docs/shopgui/faq.md +++ b/docs/shopgui/faq.md @@ -570,9 +570,9 @@ gui: clickCooldown: 250 ``` -## Enabling/disabling amount selection GUI and bulk buy GUI for specific shops or shop items +## Enabling/disabling amount selection GUI and bulk buy/sell GUI for specific shops or shop items -You can override the default amount selection GUI and bulk buy GUI settings (`enableBuyGUI`, `enableSellGUI`, `enableSellGUISellAll`) +You can override the default amount selection GUI and bulk buy/sell GUI settings (`enableBuyGUI`, `enableSellGUI`, `enableSellGUISellAll`) from config.yml in each of shop yamls for specific shops and shop items. Example: