{
  "$schema": "../../schema/gui.json",
  "title": "传送系统",
  "buttons": [
    {
      "text": "跨服传送",
      "action": "`transfer"
    },
    {
      "text": "随机传送",
      "action": "/tpr"
    },
    {
      "text": "发起传送请求",
      "action": "/tpa gui"
    },
    {
      "text": "个人传送点",
      "action": "/home ls"
    },
    {
      "text": "公共传送点",
      "action": "/warp ls"
    },
    {
      "text": "返回",
      "action": "`index"
    }
  ]
}
