# 传送菜单

目前包括的传送点见一下代码

```
Title: '&c传送菜单'
Shape:
- '123##E456'
- '#########'
- '789F#ABCD'
- '########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:
      - '&2&l生存世界'
      lore:
      - '&7难度:&c困难'
      - '&7血月每20天一次'
      - '&7允许玩家圈地'
      - '&7允许前往地狱和末地'
      - '&7点击随机传送，范围&b[3000]'
    actions:
      all:
      - close
      - 'COMMAND: res rt world'
  '2':
    display:
      mats: diamond_pickaxe
      name:
      - '&a&l资源世界'
      lore:
      - '&7难度:&c正常'
      - '&7血月每30天一次'
      - '&c本世界每30天重置一次'
      - '&c请勿存放贵重物品'
      - '&7禁止玩家圈地'
      - '&7禁止前往地狱和末地'
      - '&7点击随机传送，范围&b[5000]'
    actions:
      all:
      - close
      - 'COMMAND: resource tp'
  '3':
    display:
      mats: totem_of_undying
      name:
      - '&b&l血月世界'
      lore:
      - '&e门票:1000猫猫币'
      - '&7难度:&c极难'
      - '&7类型:&c放大化'
      - '&e血月无限循环'
      - '&e允许玩家圈地'
      - '&7禁止前往地狱和末地'
      - '&e血月世界有更多经验和掉落物品'
      - '&e点击随机传送，范围&b[3000]'
    actions:
      all:
      - close
      - 'COMMAND: res rt Blood_Moon_World'
  '4':
    display:
      mats: iron_door
      name:
      - '&b&l返回自己的地皮'
      lore:
      - '&7难度:&c简单'
      - '&7禁止前往地狱和末地'
      - '&c本世界默认设有权限'
      - '&7非自己的地皮无法使用物品以及破坏方块'
      - '&7如需权限请联系地皮主人'
    actions:
      all:
      - close
      - 'COMMAND: ps home'
  '5':
    display:
      mats: bricks
      name:
      - '&b&l地皮世界'
    actions:
      all:
      - close
      - 'COMMAND: warp dp'
  '6':
    display:
      mats: end crystal
      name:
      - '&d&l主城'
    actions:
      all:
      - close
      - 'COMMAND: spawn'
  '7':
    display:
      mats: red bed
      name:
      - '&6&l设置一号家'
    actions:
      all:
      - close
      - 'COMMAND: sethome one'
  '8':
    display:
      mats: orange bed
      name:
      - '&6&l设置二号家'
    actions:
      all:
      - close
      - 'COMMAND: sethome two'
  '9':
    display:
      mats: blue bed
      name:
      - '&6&l设置三号家'
    actions:
      all:
      - close
      - 'COMMAND: sethome three'
  'F':
    display:
      mats: purple bed
      name:
      - '&6&l设置四号家'
    actions:
      all:
      - close
      - 'COMMAND: sethome four'
  A:
    display:
      mats: campfire
      name:
      - '&6&l回一号家'
    actions:
      all:
      - close
      - 'COMMAND: home one'
  B:
    display:
      mats: campfire
      name:
      - '&6&l回二号家'
    actions:
      all:
      - close
      - 'COMMAND: home two'
  C:
    display:
      mats: campfire
      name:
      - '&6&l回三号家'
    actions:
      all:
      - close
      - 'COMMAND: home three'
  D:
    display:
      mats: campfire
      name:
      - '&6&l回四号家'
    actions:
      all:
      - close
      - 'COMMAND: home four'
  E:
    display:
      mats: chest
      name:
      - '&6&l系统/公共商店'
      lore:
      - '&e在这里可以买卖物品'
      - '&e详细指令请参考/qs help'
      - '&e公共场所请勿破坏/放置方块'
      - '&4&l违者/co rollback一切操作!!!'
      - '&4&l你没有看错是一切操作!!!'
      - '&4&l意味着你这期间所有的事情白做'
    actions:
      all:
      - close
      - 'COMMAND: warp shop '
```


---

# 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/chuan-song-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.
