Installation

Dependencies

Make Sure all the dependencies are installed.

Required

ox_lib

pl_christmas_assets (Included in Portal or Keymaster)

Server CFG

ensure pl_christmas_assets
ensure pl_christmas

Config Setup

Adjust config.lua according to your liking

Make sure to set your textui, Progressbar, Menu

Items

Add the items into your server

Ox Inventory
['pl_christmas_gift_red'] = {
    label = 'Christmas Gift Red',
    weight = 1,
    stack = true,
    close = true,
    description = 'A festive red Christmas gift.'
},
['pl_christmas_gift_green'] = {
    label = 'Christmas Gift Green',
    weight = 1,
    stack = true,
    close = true,
    description = 'A festive green Christmas gift.'
},
['pl_christmas_gift_gold'] = {
    label = 'Christmas Gift Gold',
    weight = 1,
    stack = true,
    close = true,
    description = 'A festive gold Christmas gift.'
},
['pl_candy_cane'] = {
    label = 'Christmas Candy Cane',
    weight = 1,
    stack = true,
    close = true,
    description = 'A sweet candy cane.'
},
['pl_christmas_cookie'] = {
    label = 'Christmas Cookie',
    weight = 1,
    stack = true,
    close = true,
    description = 'A tasty Christmas cookie.'
},
['pl_gingerbread'] = {
    label = 'Christmas Gingerbread',
    weight = 1,
    stack = true,
    close = true,
    description = 'A gingerbread treat.'
},
['pl_location_clue'] = {
    label = 'Christmas Location Clue',
    weight = 1,
    stack = true,
    close = true,
    description = 'A clue that hints at a festive location.'
},
['pl_hot_chocolate'] = {
    label = 'Christmas Hot Chocolate',
    weight = 1,
    stack = true,
    close = true,
    description = 'A warm cup of hot chocolate.'
},
QBCore

Add Images to Inventory

98KB
archive
Open

Copy all the Images from above or pl_christmas->installfolder->images and paste it in your inventory Images folder.

Log Webook Setup - Optional

To enable discord logs make sure to add your webhook in the server->webhook.lua File

Last updated