> For the complete documentation index, see [llms.txt](https://epicbackpacks.devs.beer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://epicbackpacks.devs.beer/configurations/auto-pickup.md).

# 🤏Auto pickup

## How to toggle autopickup feature

Your players can disable/enable autopickup using the **/ebpauto** command.\
Permission: `ebp.user.autopickup`

## How to disable autopickup completely for a single backpack

You can **disable** that **feature completely** for a single backpack adding the `can_auto_pickup` property.

```yaml
  example_2:
    display_name: '&fExample custom texture'
    can_auto_pickup: false
    item:
      type: ITEM
      material: CHEST
    size: 2
```
