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

# ⏳Open delay

## Delay backpack opening

You can now create backpacks that require some seconds to open.\
To set a delay you have to set the property `open_delay`. Value is in ticks.

```yaml
example_1:
  enabled: true
  display_name: '&fexample'
  item:
    type: HEAD
    texture: 'eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmEzYjM0ODYyYjlhZmI2M2NmOGQ1Nzc5OTY2ZDNmYmE3MGFmODJiMDRlODNmM2VhZjY0NDlhZWJhIn19fQ=='
  size: 2
  open_delay: 30
```

![](/files/-MiVupTshlW6oP4ERRRO)
