# ShopGUI+ Booster Set

## plugins/ManticSets/sets/shopguiplus-booster.yml

```yaml
# Equip/Unequip sounds
equip-sound: PISTON_EXTEND
unequip-sound: PISTON_RETRACT

display: '&aShopGUI+ Booster'

# Below are the settings for this set.
# Refer to the _INFO.txt file for more information on how to configure this file.
set:
  helmet: CHAIN
  chestplate: LEATHER:228,228,228
  leggings: LEATHER:228,228,228
  boots: CHAIN
  name: '&b&lShop Booster Set'
  lore:
  - ''
  - '&7Where this set to sell items'
  - '&7using /sell or /sell all for'
  - '&e20% &7more money!'
  - ''
  - '&7You can also buy items from'
  - '&7/shop for &e5% &7less!'
  enchantments:
  - PROTECTION_ENVIRONMENTAL:2
  - DURABILITY:2
  natural-xp-modifier: 0.0
  damage:
    given-to-player: 0.0
    given-to-mob: 0.0
    taken-from-player: 0.0
    taken-from-mob: 0.0
  mantic-hoes:
    currency-modifier: 0.0
    xp-modifier: 0.0
    money-modifier: 0.0
  rival-hoes:
    essence-modifier: 0.0
    money-modifier: 0.0
  scyther-hoes:
    xp-modifier: 0.0
    money-modifier: 0.0
    drop-modifier: 0.0
  mantic-swords:
    currency-modifier: 0.0
    xp-modifier: 0.0
    money-modifier: 0.0
  rival-swords:
    essence-modifier: 0.0
  mantic-rods:
    currency-modifier: 0.0
    xp-modifier: 0.0
    money-modifier: 0.0
  rival-rods:
    essence-modifier: 0.0
  mining-economy:
    drop-modifier: 0.0
    currency-modifier: 0.0
  shop-gui-plus:
    sell-price-modifier: 0.2
    buy-price-modifier: -0.05
  mcmmo:
    xp-modifier: 0.0
  kore:
    mobcoin-modifier: 0.0
    player-collector-sell-modifier: 0.0
  super-mob-coins:
    mobcoin-modifier: 0.0
  potion-effects: []

```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mantic.dev/manticsets/config-files/pre-made-sets/shopgui+-booster-set.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
