Blue Byte Documentation
  • Home
  • Scripts
    • Advanced Inventory
      • Installation
      • Migration
      • Temporary Inventories
      • API
        • Client Exports
          • GetAPI
          • GetItems
          • GetItem
          • IsInventoryOpen
          • DisableInventory
          • IsInventoryDisabled
          • RefreshClothing
          • GetPlayerInventory
          • SetDrawAnimation
          • ResetDrawAnimation
          • GetPlayerItemCount
          • AccessInventory
          • GetCurrentWeapon
        • Server Exports
          • GetAPI
          • GetItems
          • GetItem
          • GetPlayerInventory
          • ClearPlayerInventory
          • ClearPlayerClothing
          • AddPlayerItem
          • SetPlayerClothing
          • SetPlayerClothingFromCurrentComponents
          • RemovePlayerItem
          • CanPlayerCarryItem
          • GetPlayerItemCount
          • AddPlayerWeapon
          • RegisterUsableItem
          • SetItemMetadata
          • GetPlayerClothingByIdentifier
          • RemoveInventoryItemById
          • RemoveInventoryItemBySlot
          • GetInventoryItemById
          • GetPlayerItemById
          • CreateInventory
          • LoadInventoryByIdentifier
          • RegisterTemporaryInventoryHandler
          • ClearInventoryById
          • SearchPlayer
    • Simple Garage
    • Simple Tattoostudio
Powered by GitBook
On this page
  • ESX
  • Ox Inventory
  1. Scripts
  2. Advanced Inventory

Migration

After installing the inventory, you’ll likely want to preserve your existing items and user data, this is where Migrations step in as the perfect solution.

It is important that you make backups before migrating. We are not liable for data loss.


ESX

For ESX Migrations, we only support user inventories. Trunks, gloveboxes etc. are not part of ESX Migrations.

To migrate ESX Data, simply start the server & execute the command /migrateinv esx . Wait for the migration to finish & restart your server.


Ox Inventory

Ox Inventory Migrations will Migrate everything. Including Player Inventories, as well as trunks, gloveboxes & stashes.

To migrate Ox Inventory Data, copy your ox_inventory/data/items.lua to bb_inventory/migrationData/items.lua and then start the server. Now execute the command /migrateinv ox .

Wait for the migration to finish & restart your server.

PreviousInstallationNextTemporary Inventories

Last updated 25 days ago