st_inventory is bundled in the framework archive. Drop it under resources/[strata]/ alongside the rest, then ensure it from your server.cfg:
ensure st_inventoryLike every st_* resource, st_inventorydepends on strata (the framework base) andoxmysql. Resources that surface a UI also depend onst_ui for the shared HUD primitives.
The full export surface for st_inventory is listed in the exports reference. Public exports follow the standard naming convention; internal functions live under core/ and are not part of the versioned contract.
Cross-resource events emitted by st_inventoryfollow Inventory:Side:Topic naming — see the events reference. Listen on the server with AddEventHandler; on the client, use RegisterNetEvent + AddEventHandler.
Tunables live in st_inventory/sv_config.lua. Don't edit it in place — override from your strata_overrides resource so a git pull doesn't clobber your changes. See configuration for the pattern.