# 导入新建地牢教程

## 安装插件

将 **DungeonPlus** 插件安装至服务器，生成 **DungeonPlus** 插件文件夹即为完成

## 导入地图

将地牢地图放至到插件文件夹中的 **map** 文件夹并在服务器输入 **/dp import <地图文件夹名>** 进行导入地图，导入地图后会自动在插件文件夹中的 **dungeon** 文件夹生成对应 **地牢配置文件夹**

## 编辑地牢

地牢地图导入成功后在游戏内输入 **/dp editor edit <地牢名>** 进行编辑地牢，在编辑地牢内输入 **/dp editor info  <地牢名>** 即可打开快捷编辑面板，编辑完毕后输入 **/dp editor save <地牢名>** 进行保存即可

## 启动地牢

输入 **/dp start** 可打开地牢快捷选择面板，同时也可以直接使用 **/dp start <地牢名>** 进行挑战

## 地牢配置

请认真阅读插件 [地牢配置](https://ersha.gitbook.io/dungeonplus/di-lao-jie-shao/pei-zhi) 内的**注释**


---

# 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://ersha.gitbook.io/dungeonplus/di-lao/jiao-cheng/di-yi-ge-di-lao.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.
