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

# drill

## `drill`

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

挖掘面前的方块。

## 示例配置

```yaml
- id: drill
  args:
    amount: 4 # 挖掘方块的数量
    blacklisted_blocks: # 不挖掘的方块
      - obsidian
    check_hardness: true # 是否只挖掘比触发器方块硬度低和一样的方块
    disable_on_sneak: true # 是否潜行后不激活
    whitelist: [] # 只挖掘的方块
```
