> For the complete documentation index, see [llms.txt](https://wiki.tatonex.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.tatonex.cn/plugins/wan-jia-cang-ku.md).

# 玩家仓库

<figure><img src="/files/mq0xY0ofG7dgkUfFBitX" alt="" width="322"><figcaption></figcaption></figure>

## 仓库命令：

| 命令                                      | 说明                                         |
| --------------------------------------- | ------------------------------------------ |
| `/cyuchest open`                        | 打开自己的仓库菜单                                  |
| `/cyuchest open 类型 编号`                  | 直接打开自己的某个仓库                                |
| `/cyuchest open 玩家 类型 编号`               | 打开别人共享给你的仓库                                |
| `/cyuchest search 关键词`                  | 搜索自己的仓库，关键词可以是物品名、材质名或别名                   |
| `/cyuchest pickup`                      | 切换自己的自动收纳开关                                |
| `/cyuchest sort`                        | 整理当前打开的仓库                                  |
| `/cyuchest share 玩家 类型 编号 [view\|edit]` | 把自己的仓库共享给别人，`view` 是只读，`edit` 是可编辑，不写时默认只读 |
| `/cyuchest unshare 玩家 类型 编号`            | 取消共享                                       |
| `/cyuchest shares`                      | 打开别人分享给自己的仓库列表                             |
| `/cyuchest history [行数]`                | 查看和自己有关的仓库记录                               |

## 仓库功能

1. 共享仓库(你可以将您的仓库分享给别的玩家，让他有权限查看并拿取放入)
2. 实体入口，你可以把告示牌贴在箱子上，或者放在箱子上方，告示牌任意一行写中配置内容后，这个容器就可以作为仓库入口
3. 死亡掉落的物品优先存入仓库，你可以自行开启或关闭(注意：服务器暂时未向新人提供此功能)
4. 挖矿自动收纳矿物进入仓库等更多功能

## 获取方式

该功能并未面向所有玩家，他的获取方式有很多种

1. 游玩天数达到3天或以上便可解锁(进行中)
2. 参与活动当中可能获得仓库解锁权限(进行中)
3. 参与服务器内测活动玩家获得有几率获得解锁权限(已过期)
4. 使用金币购买仓库(进行中)


---

# 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, and the optional `goal` query parameter:

```
GET https://wiki.tatonex.cn/plugins/wan-jia-cang-ku.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
