> 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/gong-neng-guan-li.md).

# 功能管理

```
Title: '&c功能菜单'
Shape:
- '4######56'
- '1#2#3####'
- '#########'
- '########0'
Options:
  Transfer-Args: false
BUTTONS:
  '#':
    display:
      mats: GRAY_STAINED_GLASS_PANE
      name:
      - '&e'
    actions:
      all:
      - 'sound: BLOCK_NOTE_BLOCK_PLING-1-2'
  '0':
    display:
      mats: barrier
      name:
      - '&c&l返回主界面'
    actions:
      all:
      - 'open: 菜单'
  '1':
    display:
      mats: pink_shulker_box
      name:
      - '&b&l箱子自动整理'
      lore:
      - '&7开启/关闭箱子自动整理'
    actions:
      all:
      - 'COMMAND: sort'
  '2':
    display:
      mats: green_shulker_box
      name:
      - '&2&l箱子自动整理快捷键'
      lore:
      - '&7打开箱子自动整理快捷键设置'
    actions:
      all:
      - 'COMMAND: chestsort hotkeys'
  '3':
    display:
      mats: orange_shulker_box
      name:
      - '&2&l背包自动整理'
      lore:
      - '&7点击自动整理你的背包'
    actions:
      all:
      - 'COMMAND: isort'
  '4':
    display:
      mats: magma_cream
      name:
      - '&a&l分数榜'
      lore:
      - '&c打开/关闭右侧分数榜'
    actions:
      all:
      - 'COMMAND: tm scoreboard toggle'
  '5':
    display:
      mats: player_head
      name:
      - '&d&l皮肤管理'
      lore:
      - '&b左键 &a➥ &c查看皮肤管理菜单'
      - '&b右键 &a➥ &c查看皮肤管理指令帮助'
    actions:
      left:
      - 'COMMAND: skins'
      right:
      - close
      - 'COMMAND: skin help'
  '6':
    display:
      mats: skull
      name:
      - '&d&l更新皮肤'
      lore:
      - '&b左键 &a➥ &c更新你的皮肤'
      - '&b如果你的皮肤显示不正确或更换了皮肤请左键'
    actions:
      left:
      - close
      - 'COMMAND: skin update'
```

请参见以上格式和以下图片

![](/files/-MUJDnOkHIT8QSxYjjF1)


---

# 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/gong-neng-guan-li.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.
