> For the complete documentation index, see [llms.txt](https://wiki.boba.cat/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.boba.cat/you-xi-cai-dan/you-xi-cai-dan-jie-shao/chong-wu.md).

# 宠物

```
  B:
    display:
      mats: saddle
      name:
      - '&b&l宠物'
      lore:
      - '&7可以用圈绳去抓宠物'
      - '&b左键 &a➥ &c打开宠物指令帮助'
    actions:
      left:
      - close
      - 'tell: &6/mypet &e显示所有可用的MyPet命令'
      - 'tell: &6/petname &f[名字] &e设置你的宠物的名字'
      - 'tell: &6/petrelease &e释放你的宠物，这样你就再也没有宠物了'
      - 'tell: &6/petcall &e将宠物传送到你身旁'
      - 'tell: &6/petsendaway &e传送到宠物身边'
      - 'tell: &6/petrespawn pay &e复活宠物'
      - 'tell: &6/petswitch &e宠物背包'
      - 'tell: &6/petstore &e储存宠物'
      - 'tell: &6/pettrade &f[接受accept|拒绝reject|取消cancel] [要交易的玩家名字] [价格] &e卖宠物给其他玩家'
      - 'tell: &6/petskill &e当前宠物技能信息'
      - 'tell: &6/petsto &e命令你的宠物停止攻击他的目标'
      - 'tell: &6/petchooseskilltree &e显示所有可用的技能树，并允许你为你的宠物选择技能树'
```

详情见lore描述


---

# 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.boba.cat/you-xi-cai-dan/you-xi-cai-dan-jie-shao/chong-wu.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.
