Skip to main content

Production Checklist

Before releasing Nord Inventory on a live server, verify the following.

Server

  • oxmysql starts before Nord Inventory.
  • Database connection is stable.
  • nord_inventory resource folder name has not been changed.
  • Framework mode is correct or auto-detection reports the expected bridge.
  • Admin ACE and/or server-only license fallback is limited to trusted staff.
  • Config.Debug is disabled unless actively troubleshooting.

Inventory

  • Player inventory persists through disconnect/reconnect.
  • Player inventory persists through resource/server restart.
  • Add/remove/move/split operations behave correctly.
  • Fast Slots 1–5 work and pinned items cannot be moved until unpinned.
  • Ground pickup/drop/throw works at intended distances.
  • Container nesting rules match your server design.

Items

  • Important item images exist or use valid remote URLs.
  • Consumable effects and remove amounts are correct.
  • Metadata visibility does not expose sensitive/internal fields.
  • Durability/expiry values are balanced for production.
  • Usable item hand props are calibrated or use safe fallback props.

Vehicles

  • Trunk interaction works on common front- and rear-storage vehicles.
  • No-trunk vehicles are rejected.
  • Glovebox/trunk capacities match your economy.
  • Addon vehicles with poor metadata have manual placement where required.
  • NPC trunk loot is disabled or balanced intentionally.

Integrations

  • Third-party resources call Nord from the server for state changes.
  • Private stashes validate access server-side.
  • Runtime item names do not conflict with DB-authoritative item definitions.
  • Hooks that can block moves/use have been tested for false positives.

v1.6.11-specific checks

  • server/config.lua is present and remains server-only.
  • ACE object matches nord_inventory.admin.
  • License fallback works only for intended identifiers.
  • metadata.ammo never contains reserve ammunition.
  • Manual and Automatic reload modes consume only required rounds.
  • Ammo/magazine item use does not spawn hand props.
  • nord_staff integration is tested after Nord Inventory starts.