# 全球市场介绍

## 先讲一下箱子商店有几点不好

1.大量箱子造出掉帧卡顿，大多数服务器将箱子用木桶代替

2.需要传送至箱子附近才能完成购买

3.当箱子多了寻找自己想要的物资十分费时

6.需要定期去箱子添加物品以维持库存

故以上六点，本服务器采用箱子商店外加全球市场方式给玩家互相交易。

## <全球市场基本指令>

```
Help-Menu:
        - '&e▬▬▬▬▬▬▬▬▬▬&6全球市场 帮助界面&e▬▬▬▬▬▬▬▬▬▬'
        - ' &3/Ca View <玩家> &c- &a查看一名玩家的商品.'
        - ' &3/Ca Sell &3<价格> &8[数量] &c- &a将手中的物品以出售的形式上架到市场.'
        - ' &3/Ca Bid &3<价格> &8[数量] &c- &a将手中的物品以拍卖的形式上架到市场.'
        - ' &3/Ca Buy &3<报酬> &8[数量] [物品] &c- &a在市场上收购你手中或指定的物品.'
        - ' &3/Ca Gui &8[sell/buy/bid] &c- &a打开市场的主界面'
        - ' &3/Ca Mail &c- &a查看和管理你已取消和过期的商品.'
        - ' &3/Ca Listed &c- &a查看和管理你的所有商品.'
        - ' &3/Ca Help &c- &a查看命令帮助界面.'
        - ' &3/Ca Reload &8[对象] &c- &a重新加载插件的各项设置与数据库.'
        - ' &3/Ca Admin &c- &a管理员命令.'
        - '&e▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬'
```

## <具体用法>

![首先手持将要出售的物品](/files/-MUJOMmZSRsZ-Hb0r9R1)

查看帮助：`/ca help`

下图为以总价20猫猫币出售5个铁锭

![输入/ca sell <价格> <数量>](/files/-MUJOkX9ksOzVUXV3bb3)

![系统提示成功上架](/files/-MUJP7it2_mBksCy9TU6)

成功上架后打开菜单-左键全球市场图标 可查看所有在售物品点击即可交互

![查看上架的物品](/files/-MUJPCWCLssVM1zWpU-R)

其他用法请以此类推，全球市场界面内有出售，求购，拍卖，分类等几个界面，与箱子商店基本一致。

## 已知BUG

无法正常更改价格，只能通过将商品下架重新上架来更改价格。

目前无解......


---

# 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://wiki.boba.cat/quan-qiu-shi-chang/quan-qiu-shi-chang-jie-shao.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.
