Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions docs/shopgui/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -570,10 +570,10 @@ gui:
clickCooldown: 250
```

## Enabling/disabling amount selection GUI in particular shops
## Enabling/disabling amount selection GUI and bulk buy/sell 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/sell GUI settings (`enableBuyGUI`, `enableSellGUI`, `enableSellGUISellAll`)
from config.yml in each of shop yamls for specific shops and shop items.

Example:

Expand All @@ -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
Expand Down Expand Up @@ -678,4 +684,4 @@ Add following entry to the bottom of your `config.yml` file:

```yaml
disablePermissionCache: true
```
```