> For the complete documentation index, see [llms.txt](https://hhhhhy.gitbook.io/trmenu-v3/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hhhhhy.gitbook.io/trmenu-v3/menu/action/option.md).

# 参数

## 延时

> {delay=\[TICKS]}

```yaml
# 延时 1sec 发送消息
- 'tell: Delayed Message {delay=20}'
```

## 概率

> {chance=\[rate]}

```yaml
- 'give-item: material:DIAMOND {chance=0.8}'
```

## 条件

> {condition=\<Expression>}

```yaml
- 'tell: VIP User Message {condition=perm *user.vip}'
```

## 遍历

> {players=\<Expression>}

```yaml
- 'tell: A Broadcast Message {players}'

- 'tell: An admin broadcast message {players: perm *admin}'
```

* 循环为所有满足条件的在线玩家执行该动作
