# 🤏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
```
