# 小游戏菜单

```
Title: '&e服务器小游戏菜单'
Shape:
- '12345####'
- 'AB#######'
- '#########'
- '########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: grass_block
      name:
      - '&d&lSkyBlock-空岛生存'
      lore:
      - '&b左键 &a➥ &c传送至空岛'
      - '&b右键 &a➥ &c查看SkyBlock帮助'
    actions:
      left:
      - 'COMMAND: island'
      right:
      - close
      - 'COMMAND: island help'
  '2':
    display:
      mats: slime_block
      name:
      - '&d&lAcidIsland-酸岛生存'
      lore:
       - '&b左键 &a➥ &c传送至硫酸岛'
       - '&b右键 &a➥ &c查看AcidIsland帮助'
    actions:
      left:
      - 'COMMAND: ai'
      right:
      - close
      - 'COMMAND: ai help'
  '3':
    display:
      mats: sandstone
      name:
      - '&d&lSkyGrid-网格空岛生存'
      lore:
      - '&b左键 &a➥ &c传送至网格生存'
      - '&b右键 &a➥ &c查看SkyGrid帮助'
    actions:
      left:
      - 'COMMAND: skygrid'
      right:
      - close
      - 'COMMAND: skygrid help'
  '4':
    display:
      mats: stone
      name:
      - '&d&lCaveBlock-地底生存'
      lore:
      - '&b左键 &a➥ &c传送至地底生存'
      - '&b右键 &a➥ &c查看CaveBlock帮助'
    actions:
      left:
      - 'COMMAND: cave'
      right:
      - close
      - 'COMMAND: cave help'
  '5':
    display:
      mats: pumpkin
      name:
      - '&d&lAOneBlock-随机方块空岛生存'
      lore:
      - '&b左键 &a➥ &c传送至随机方块空岛生存'
      - '&b右键 &a➥ &c查看AOneBlock帮助'
    actions:
      left:
      - 'COMMAND: ob'
      right:
      - close
      - 'COMMAND: ob help'
  A:
    display:
      mats: elytra
      name:
      - '&d&lSkyWar-空岛战争'
      lore:
      - '&b左键 &a➥ &c打开空岛战争菜单'
      - '&b右键 &a➥ &c查看SkyWar帮助'
    actions:
      left:
      - 'open: skywar'
      right:
      - close
      - 'COMMAND: sw help'
  B:
    display:
      mats: bow
      name:
      - '&d&lHungerGame-饥饿游戏'
      lore:
      - '&b左键 &a➥ &c打开饥饿游戏菜单'
      - '&b右键 &a➥ &c查看HungerGame帮助'
    actions:
      left:
      - 'open: hunger_game'
      right:
      - close
      - 'COMMAND: hg help'
```

参见以上代码和lore描述

![](/files/-MUJEOPkS55n2ErTbZ4Q)


---

# 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/you-xi-cai-dan/you-xi-cai-dan-jie-shao/xiao-you-xi-cai-dan.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.
