> 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/placeholder_greater_than.md).

# placeholder\_greater\_than

## `placeholder_greater_than`

变量符必须大于某个值才能满足该条件。

## 示例配置

```yaml
- id: placeholder_greater_than
  args:
    placeholder: '%ecocrates_ancient_opens%' # 变量符，包括 % 符号
    value: 5 # 大于的值
```
