> 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-xiao-guo/aoe_blocks.md).

# aoe\_blocks

## `aoe_blocks`

**触发效果**[**​**](https://plugins.auxilor.io/effects/all-effects/aoe_blocks#triggered-effect)

与 `aoe` 类似，只是作用的对象是方块而不是实体。

## 示例配置

```
- id: aoe
  args:
    effects: # The effects to run for each block
      - id: break_block
    shape: beam # The shape of the AOE area (see above)
    radius: 3 # The radius of the cone (see above)
    distance: 15 # The length of the beam (see above)
    pierce_blocks: true # If the beam should pass through blocks (see above)
    pierce_entities: true # If the beam should pass through entities (see
```
