Skip to main content

Inventory Bridge

Crafting centralizes inventory operations in server/bridge/inventory.lua.

Public operations include:

  • Get item count.
  • Add item.
  • Remove item.
  • Search slots/items.
  • Read inventory.
  • Read item registry.
  • Set metadata where supported.
  • Register/open stashes where supported.

Active bridge types in the package

  • ox
  • qs
  • qb
  • esx

The exact feature depth varies by inventory. OX has the most direct stash and metadata support in the current generic bridge.

Automatic installation remains a separate Nord Inventory-only feature; do not confuse it with these runtime bridge operations.