> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jaksam-scripts.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Admin Inventory (Omnipack)

> Access and manage the admin omnipack, and set up omnipack-only permissions

If you already have admin permissions (you can see it by typing `/inventory` in-game), you can open the omnipack by simply opening your inventory (F2), and then pressing F1.

<Warning>
  Moving an item **TO** omnipack will **delete** it.
</Warning>

<Frame>
  <img src="https://mintcdn.com/jaksam/CFF8PxdulGaP6e6O/images/omnipack-screenshot.png?fit=max&auto=format&n=CFF8PxdulGaP6e6O&q=85&s=5f3b9ffe08b165c52ed737c5acd97d96" alt="Omnipack screenshot" width="1105" height="551" data-path="images/omnipack-screenshot.png" />
</Frame>

## Omnipack-only access

If you want to give access **only** to the omnipack without granting access to the admin menu and commands, use the specific permission:

```bash theme={null}
add_ace identifier.license:26240584e4v4ca31b22d247b8be6921a8d22j6m1 jaksam_inventory.omnipack allow # Allows only omnipack permission
```

With this permission, the player will be able to:

<CardGroup cols={2}>
  <Card title="Can do" icon="check">
    Use the omnipack (F1 in inventory)
  </Card>

  <Card title="Cannot do" icon="xmark">
    Open the admin menu (`/inventory`)

    Use admin commands (`/giveitem`, `/removeitem`, etc.)
  </Card>
</CardGroup>


## Related topics

- [Admin bypass lock](/doors-creator/admin-bypass-lock.md)
- [Weapon Attachments](/jaksam-inventory/guides/weapon-attachments.md)
- [Admin shop bought object](/shops-creator/server/transactions/admin-shop-bought-object.md)
- [Admin shop sold object](/shops-creator/server/transactions/admin-shop-sold-object.md)
- [Commands](/jaksam-inventory/guides/commands.md)
