Config = {
Locale = 'en',
useImages = true, -- you can add images in folder "view/items". The images names must be the same as in your items sql table. e.g. "drill.png"
handleWeaponsLikeItems = true,
useQbCore = false, -- if you are using ESX, change this value to false. If you are using QBCore, set value to true
qbCoreExportName = 'qb-core', -- for security reasons you can customise the qb-core export name. Attention if you change it, be sure you have also change it in qbCore
qbCore = { -- only important if you are using qb core framework
useQbCoreAddRemoveItems = false, -- if you are using qb-inventory set this value to true
blackMoneyName = 'black_money', -- Be sure you have configured black money in qb core
qbCoreInventoryExportName = 'qb-inventory' -- for security reasons you can customise the qb-inventory export name. Attention if you change it, be sure you have also change it in qbCore
},
esxExtendedName = 'es_extended', -- How you have named your es_extended mod, if you have renamed it.
ignoreMoney = false,
useOxmysql = true, -- if you are using https://github.com/overextended/oxmysql otherwise mysql-async will be used
ignoreBlackMoney = false,
viewRangeForMarkers= 20.0, -- Range to see the markers
discordLog = {
webhookUrl = '', -- add your discord webhookUrl
isEnabled = true, -- enable or disable discord log when player add or remove items from storage
enableOnlineMessage = false, -- enable or disable the mod is online message in discord
This file has been truncated. show original