> For the complete documentation index, see [llms.txt](https://docs.superiormc.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.superiormc.cn/auxilor-plugins/zi-ding-yi-xiao-guo/suo-you-tiao-jian/has_pet_level.md).

# has\_pet\_level

## `has_pet_level`

要求（作为触发对象的）玩家的指定宠物已经达到对应等级。

**需要 EcoPets。**

## 示例配置

```yaml
- id: has_pet_level
  args:
    pet: black_cat # 宠物ID
    level: 30 # 最低等级
```
