Installation
Basic installation instructions for Prism Inventory V2.
Important
WARNING
Prism Inventory V2 is a custom ox_inventory build. Do not run it together with another ox_inventory resource.
The resource folder remains named:
txt
ox_inventoryDependencies
Prism Inventory V2 requires:
- FiveM server build
6116or newer - OneSync enabled
oxmysqlox_lib
Example server.cfg order:
ini
ensure oxmysql
ensure ox_lib
ensure ox_inventoryInstall steps
- Stop and remove any other
ox_inventoryresource from your server. - Upload this custom
ox_inventoryresource. - Keep the folder name as
ox_inventory. - Configure
custom/config.luaandcustom/serverConfig.luaif needed. - Start the server or restart the dependencies and inventory resource.
Editable files
The following files are open in escrow:
lua
escrow_ignore {
'client.lua',
'server.lua',
'init.lua',
'data/*.lua',
'modules/**/*.lua',
'setup/*.lua',
'locales/*.json',
'custom/config.lua',
}Use custom/config.lua for public Prism settings. Use custom/serverConfig.lua for server-only Discord token and webhook values.