> For the complete documentation index, see [llms.txt](https://infinity-labs.gitbook.io/infinity-labs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://infinity-labs.gitbook.io/infinity-labs/paid-scripts/il-deposit-boxes/installation.md).

# Installation

V1 of this script allows you to set Safety Deposit Boxes for your players.&#x20;

Safety deposit boxes cannot be robbed or broken into (at the moment). This allows your players to purchase a secure place to store their items. You can set the maximum number of vaults, inventory size, and more within the Config.

**Requirements:**

* qb-input
* qb-target

```
INSTALLATION:
- Add 'IL-depositboxes' to your Resources folder
- Place the items from above into your qb-core/shared/item.lua (check if you already have 'markedbills')
- Add images from the 'images' folder into your inventory/html/images folder
- Run the .sql file 
- Adjust the Config.lua options to how you would like it
- Add "ensure IL-depositboxes" to your server.cfg
- Restart your server
```

```
🇶​​🇧​-​🇨​​🇴​​🇷​​🇪​/​🇸​​🇭​​🇦​​🇷​​🇪​​🇩​/​🇮​​🇹​​🇪​​🇲​​🇸​.​🇱​​🇺​​🇦​
["lockbox-key"] = { ["name"] = "lockbox-key", ["label"] = "Lockbox Key", ["weight"] = 0, ["type"] = "item", ["image"] = "lockbox-key.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Key to open a lockbox" },
```
