📃Config

Config = {}

-- ox | qb
Config.Inventory = 'qb'
-- ox | qb | okok
Config.Notify = 'qb'
-- qbx | qb
Config.Core = 'qb'

-- only for QBCore, QBox will go to impound
Config.Garage = 'pillboxgarage'

-- Permission for ace command
Config.Permission = 'sqrl.redeemcode'

Config.Commands = {
    redeem = 'redeemcode',
    create = 'createcode'
}

Last updated