> For the complete documentation index, see [llms.txt](https://ersha.gitbook.io/dungeonplus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ersha.gitbook.io/dungeonplus/di-lao/jiao-cheng/fu-ben-tiao-zhan-xian-zhi-xiao-zhi-shi.md).

# 副本挑战限制小知识

## 限制地牢组队挑战人数

插件上有 [**Team-Condition**](https://ersha.gitbook.io/dungeonplus/di-lao/untitled/jiao-ben-lie-biao/tiao-jian-pan-duan-lei/team-condition) 脚本，如果不满足该脚本所设下限人数或上限人数就无法调整地牢

```yaml
地牢 Option.yml 配置内容
#地牢启动时
dungeon-start:
  #启动条件,条件满足是将传送至地牢内并执行 actionScript 脚本内容
  condition: 
  - "$team-condition{team=true;min=3;max=5;message=队伍必须3人以上才可挑战,当前队伍人数 (<size>)} @system"
  #启动条件满足时触发
  action-script: []
```

## 挑战入场卷设置

从 **1.0.8** 新增的地牢占位符功能有 [**Item**](https://ersha.gitbook.io/dungeonplus/di-lao/di-lao-zhan-wei-fu/item) 占位符，使用 [**Js-Condition**](https://ersha.gitbook.io/dungeonplus/di-lao/untitled/jiao-ben-lie-biao/tiao-jian-pan-duan-lei/untitled-2) 脚本配合该占位符即可做到收取挑战入场卷的功能

```yaml
地牢 Option.yml 配置内容
#地牢启动时
dungeon-start:
  #启动条件,条件满足是将传送至地牢内并执行 actionScript 脚本内容
  condition: 
  - "$js-condition{text='<item:测试物品 *1 *true>'=='true';message=队伍内有队员缺少 [测试物品]*1 无法开启地牢} @system"
  #启动条件满足时触发
  action-script: []
```


---

# 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:

```
GET https://ersha.gitbook.io/dungeonplus/di-lao/jiao-cheng/fu-ben-tiao-zhan-xian-zhi-xiao-zhi-shi.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.
