One Studios
Installation

QB-Core

Installing One Inventory on QB-Core.

Dependencies

server.cfg
ensure qb-core
ensure fmLib
ensure screenshot-basic
ensure one_inventory

Grab the latest fmLib release from GitHub.

screenshot-basic is required for the admin clothing-icon capture and must start beforeone_inventory.

Checklist

Drop the resources in

Drop one_inventory/, the fmLib release folder, and screenshot-basic into your resources/ folder.

Start it from server.cfg

ensure qb-core
ensure fmLib
ensure screenshot-basic
ensure one_inventory

Grant yourself admin access

The admin panel and every admin action/command are gated behind a single ACE: one_inventory.admin. Grant it in server.cfg before booting, to a single identifier (recommended) or to a whole group:

server.cfg
# Full access: opens the admin panel AND can run every admin action/command.
# Grant to owners/devs by identifier (recommended) or to a trusted group.
add_ace identifier.license:abc123... one_inventory.admin allow
# or:  add_ace group.admin one_inventory.admin allow

Without one_inventory.admin the panel cannot be opened (/inventory:manage is permission-checked), so keep it to owners/devs. Per-group command permissions (who can run /giveitem etc.) are managed in-game in the panel's Permissions tab; out of the box the admin and god groups are seeded with all commands. See the Setting Permissions guide for the full breakdown, including the QBCore rank caveat.

Start the server

Database tables are created automatically on first boot.

(Optional) Migrate from another inventory

Migrating from another inventory we support? Keep the old inventory running and use /inventory:manage in-game to copy items, players, vehicles, and stashes over.

Remove the old inventory

Stop the server, remove qb-inventory (or any other inventory resource), then start the server again.