> For the complete documentation index, see [llms.txt](https://gyzer.gitbook.io/legendaryguild-english/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gyzer.gitbook.io/legendaryguild-english/configuration/new-team-shop.md).

# (NEW)Team Shop

Every day, each guild will randomly purchase a guild group purchase product, and each guild member can negotiate once. The price will be randomly reduced according to the mode set in the [config](/legendaryguild-english/configuration/config.yml.md). Each product can be purchased with a set currency, base price, guaranteed price, and daily purchase limit.

## Example

<figure><img src="/files/qfzKzyJ8Y7e0bnklU5x9" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/JxGZmZb1hxVvzhBIn9Ol" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/oKCq0l4zGosR9x2LZSaM" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/PPIlVdP0Veb6M4zbN4Tp" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/ujUk9fB1V0VD1LUfO98A" alt=""><figcaption></figcaption></figure>

## Add a new team shop item

Just continue adding according to the default configuration

## Default Configuration

```
#每个公会每日将在下方礼包中随机选取一个礼包作为今日团购礼包
#每日团购数据都会刷新
#Each guild will randomly select a gift package from the following gift packages every day as the group buying gift package for today
#Daily group buying data will be refreshed
shops:
  #id
  团购礼包1:
    display: '&eTeam Shop Item &7[一]'
    pirce:
      #基础值 （即原价）
      #Basic price
      base: 1700
      #可被砍到的最低价格
      #The lowest price that can be discounted
      min: 250
    #该礼包每个成员可买多少次(-1为无限量)
    #How many times can each member buy this gift package (-1 is unlimited)
    limit: 1
    #Vault(需安装插件 Vault) / PlayerPoints(点券,需安装插件 PlayerPoints) / Guild_Points(公会贡献点)
    currency: PlayerPoints
    preview:
      material: CHEST
      data: 0
      amount: 1
      model: 0
      #可用变量，可使用 papi 变量
      #%placeholder_whether_bargain% 玩家当前是否已砍过价格变量（内容在GUI配置文件中更改） & Has the player currently cut the price variable
      #%placeholder_limit% 限购变量（内容在GUI配置文件中更改） & Restricted purchase variables
      #%current_price% 当前价格 & Current price
      #%bargain% 已砍价人数 & Number of people whose purchase restrictions have changed to bargaining
      #%members% 公会人数 & Number of guild members
      display: '%placeholder_whether_bargain% &e团购特惠礼包 &7[一] '
      lore:
        - '&6&lRewards'
        - '&f - Test...'
        - ''
        - '&e&l| &fBargaining People &d%bargain%/%members%'
        - '&e&l| &fCurrent Price: &a%current_price%&7&o(原价1700) &aPoints'
        - '%placeholder_limit%'
        - ''
        - '&f[ &bLeft Click to Bargain | Right Click to Buy &f]'
    run:
      - '[console]money give %player% 5000'
  团购礼包2:
    display: '&eTeam Shop Item &7[二]'
    price:
      base: 1999
      min: 233
    limit: 1
    currency: PlayerPoints
    preview:
      material: CHEST
      data: 0
      amount: 1
      model: 0
      display: '%placeholder_whether_bargain% &e&e团购特惠礼包 &7[二] '
      lore:
        - '&6&lRewards'
        - '&f - Test...'
        - ''
        - '&e&l| &fBargaining People &d%bargain%/%members%'
        - '&e&l| &fCurrent Price: &a%current_price%&7&o(原价1999) &aPoints'
        - '%placeholder_limit%'
        - ''
        - '&f[ &bLeft Click to Bargain | Right Click to Buy &f]'
    run:
      - '[console]money give %player% 5000'
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://gyzer.gitbook.io/legendaryguild-english/configuration/new-team-shop.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.
