Installation Guide
Step 1: Dependencies
To get started with Moon-UpNAtom, make sure you have the following dependencies installed:
Step 2: Job Configuration
Add the following configuration for the "Up N Atom" job in
qb-core/shared/jobs.lua
:
['upnatom'] = {
label = 'Up N Atom',
defaultDuty = false ,
offDutyPay = false,
grades = {
['0'] = {
name = 'Waiter',
payment = 50
},
['1'] = {
name = 'Chef',
payment = 50
},
['2'] = {
name = 'Manager',
isboss = true,
payment = 50
},
['3'] = {
name = 'Owner',
isboss = true,
payment = 50
},
},
},
Step 3: Item Configuration
Add the following items in qb-core/shared/items.lua
:
Drinks
['hercules'] = {['name'] = 'hercules', ['label'] = 'Hercules', ['weight'] = 100, ['type'] = 'item', ['image'] = 'hercules.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Make You Go Hercules Mode', ["created"] = nil, ["decay"] = 2.0, ["delete"] = true},
['orangotang'] = {['name'] = 'orangotang', ['label'] = 'Orangotang', ['weight'] = 100, ['type'] = 'item', ['image'] = 'orangotang.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'As Energetic as an orangotang', ["created"] = nil, ["decay"] = 2.0, ["delete"] = true},
['sprunk'] = {['name'] = 'sprunk', ['label'] = 'Sprunk', ['weight'] = 100, ['type'] = 'item', ['image'] = 'sprunk.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Sprunk Up the Heat', ["created"] = nil, ["decay"] = 2.0, ["delete"] = true},
['raine'] = {['name'] = 'raine', ['label'] = 'Raine', ['weight'] = 100, ['type'] = 'item', ['image'] = 'raine.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Life juice', ["created"] = nil, ["decay"] = 2.0, ["delete"] = true},
['junk'] = {['name'] = 'junk', ['label'] = 'Junk', ['weight'] = 100, ['type'] = 'item', ['image'] = 'junk.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A Lot Of Calories lol', ["created"] = nil, ["decay"] = 2.0, ["delete"] = true},
Chicken
['cfillets'] = {['name'] = 'cfillets', ['label'] = 'Chicken Fillets', ['weight'] = 250, ['type'] = 'item', ['image'] = 'cfillets.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Chicken Juicy Fillets', ["created"] = nil, ["decay"] = 1.0, ["delete"] = true},
['catomoicfries'] = {['name'] = 'catomoicfries', ['label'] = 'Chicken Atomic Fries', ['weight'] = 250, ['type'] = 'item', ['image'] = 'catomoicfries.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Atomic Fries', ["created"] = nil, ["decay"] = 1.0, ["delete"] = true},
['csandwich'] = {['name'] = 'csandwich', ['label'] = 'Chicken Sandwich', ['weight'] = 250, ['type'] = 'item', ['image'] = 'csandwich.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Chicken Sandwich', ["created"] = nil, ["decay"] = 1.0, ["delete"] = true},
['grilledchicken'] = {['name'] = 'grilledchicken', ['label'] = 'Grilled Chicken', ['weight'] = 250, ['type'] = 'item', ['image'] = 'grilledchicken.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Grilled Chicken', ["created"] = nil, ["decay"] = 1.0, ["delete"] = true},
['chickensalad'] = {['name'] = 'chickensalad', ['label'] = 'Chicken Salad', ['weight'] = 250, ['type'] = 'item', ['image'] = 'chickensalad.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'For People with No Life', ["created"] = nil, ["decay"] = 1.0, ["delete"] = true},
['hunksohen'] = {['name'] = 'hunksohen', ['label'] = 'Hunks o Hen', ['weight'] = 250, ['type'] = 'item', ['image'] = 'hunksohen.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Honka Honka', ["created"] = nil, ["decay"] = 1.0, ["delete"] = true},
Burgers
['atomburger'] = {['name'] = 'atomburger', ['label'] = 'Atom Burger', ['weight'] = 250, ['type'] = 'item', ['image'] = 'atomburger.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'La Burgir de Atom', ["created"] = nil, ["decay"] = 1.0, ["delete"] = true},
['datomburger'] = {['name'] = 'datomburger', ['label'] = 'Double Atom Burger', ['weight'] = 250, ['type'] = 'item', ['image'] = 'datomburger.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'La Burgir de Atom x 2', ["created"] = nil, ["decay"] = 1.0, ["delete"] = true},
['atomburgerbacon'] = {['name'] = 'atomburgerbacon', ['label'] = 'Atom Burger Bacon', ['weight'] = 250, ['type'] = 'item', ['image'] = 'atomburgerbacon.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Bacon Style', ["created"] = nil, ["decay"] = 1.0, ["delete"] = true},
['atomburgerpickle'] = {['name'] = 'atomburgerpickle', ['label'] = 'Atom Burger Pickle', ['weight'] = 250, ['type'] = 'item', ['image'] = 'atomburgerpickle.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Pickle Style', ["created"] = nil, ["decay"] = 1.0, ["delete"] = true},
['atomicsandwich'] = {['name'] = 'atomicsandwich', ['label'] = 'Atomic Sandwich', ['weight'] = 250, ['type'] = 'item', ['image'] = 'atomicsandwich.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Atomic Sandwich', ["created"] = nil, ["decay"] = 1.0, ["delete"] = true},
Breakfasts
['eggsbenedict'] = {['name'] = 'eggsbenedict', ['label'] = 'Eggs Benedict', ['weight'] = 250, ['type'] = 'item', ['image'] = 'eggsbenedict.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Eggs Benedict', ["created"] = nil, ["decay"] = 1.0, ["delete"] = true},
['hashbrowns'] = {['name'] = 'hashbrowns', ['label'] = 'Hash Browns', ['weight'] = 250, ['type'] = 'item', ['image'] = 'hashbrowns.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Hash Browns', ["created"] = nil, ["decay"] = 1.0, ["delete"] = true},
['sausages'] = {['name'] = 'sausages', ['label'] = 'Sausages', ['weight'] = 250, ['type'] = 'item', ['image'] = 'sausages.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Sausages', ["created"] = nil, ["decay"] = 1.0, ["delete"] = true},
['baconroll'] = {['name'] = 'baconroll', ['label'] = 'Bacon Roll', ['weight'] = 250, ['type'] = 'item', ['image'] = 'baconroll.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Bacon Roll', ["created"] = nil, ["decay"] = 1.0, ["delete"] = true},
['baconandeggtoast'] = {['name'] = 'baconandeggtoast', ['label'] = 'Bacon N Egg Toast', ['weight'] = 250, ['type'] = 'item', ['image'] = 'baconandeggtoast.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Bacon N Egg Toast', ["created"] = nil, ["decay"] = 1.0, ["delete"] = true},
['eggflorentine'] = {['name'] = 'eggflorentine', ['label'] = 'Egg Florentine', ['weight'] = 250, ['type'] = 'item', ['image'] = 'eggflorentine.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Egg Florentine', ["created"] = nil, ["decay"] = 1.0, ["delete"] = true},
['frenchtoast'] = {['name'] = 'frenchtoast', ['label'] = 'French Toast', ['weight'] = 250, ['type'] = 'item', ['image'] = 'frenchtoast.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'French Toast', ["created"] = nil, ["decay"] = 1.0, ["delete"] = true},
Ingredients
['rawfillet'] = {['name'] = 'rawfillet', ['label'] = 'Raw Chicken Fillets', ['weight'] = 200, ['type'] = 'item', ['image'] = 'rawfillet.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Raw Chicken Fillet', ["created"] = nil, ["decay"] = 20.0, ["delete"] = true},
['rawchickenpatty'] = {['name'] = 'rawchickenpatty', ['label'] = 'Raw Chicken Patty', ['weight'] = 200, ['type'] = 'item', ['image'] = 'rawchickenpatty.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Raw Chicken patty', ["created"] = nil, ["decay"] = 20.0, ["delete"] = true},
['chickenpatty'] = {['name'] = 'chickenpatty', ['label'] = 'Chicken Patty', ['weight'] = 200, ['type'] = 'item', ['image'] = 'chickenpatty.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Chicken patty', ["created"] = nil, ["decay"] = 20.0, ["delete"] = true},
['rawatompatty'] = {['name'] = 'rawatompatty', ['label'] = 'Raw Atom Patty', ['weight'] = 200, ['type'] = 'item', ['image'] = 'rawatompatty.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Raw Atom patty', ["created"] = nil, ["decay"] = 20.0, ["delete"] = true},
['atompatty'] = {['name'] = 'atompatty', ['label'] = 'Atom Patty', ['weight'] = 200, ['type'] = 'item', ['image'] = 'atompatty.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Raw Atom patty', ["created"] = nil, ["decay"] = 20.0, ["delete"] = true},
['rawbaconstrips'] = {['name'] = 'rawbaconstrips', ['label'] = 'Raw Bacon Strips', ['weight'] = 200, ['type'] = 'item', ['image'] = 'rawbaconstrips.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Raw Bacon Strips', ["created"] = nil, ["decay"] = 20.0, ["delete"] = true},
['baconstrips'] = {['name'] = 'baconstrips', ['label'] = 'Bacon Strips', ['weight'] = 200, ['type'] = 'item', ['image'] = 'baconstrips.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Bacon Strips', ["created"] = nil, ["decay"] = 20.0, ["delete"] = true},
['rawsausage'] = {['name'] = 'rawsausage', ['label'] = 'Raw Sausages', ['weight'] = 200, ['type'] = 'item', ['image'] = 'rawsausage.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Raw Sausage', ["created"] = nil, ["decay"] = 20.0, ["delete"] = true},
['frozennuggets'] = {['name'] = 'frozennuggets', ['label'] = 'Frozen Chicken Nuggets', ['weight'] = 200, ['type'] = 'item', ['image'] = 'frozennuggets.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Frozen Chicken Nuggets', ["created"] = nil, ["decay"] = 20.0, ["delete"] = true},
['onion'] = {['name'] = 'onion', ['label'] = 'Onion', ['weight'] = 20, ['type'] = 'item', ['image'] = 'onion.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Whole onion', ["created"] = nil, ["decay"] = 20.0, ["delete"] = true},
['choppedonion'] = {['name'] = 'choppedonion', ['label'] = 'Chopped Onion', ['weight'] = 20, ['type'] = 'item', ['image'] = 'choppedonion.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Chopped onion', ["created"] = nil, ["decay"] = 30.0, ["delete"] = true},
['tomato'] = {['name'] = 'tomato', ['label'] = 'Tomato', ['weight'] = 20, ['type'] = 'item', ['image'] = 'tomato.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Whole Tomato', ["created"] = nil, ["decay"] = 20.0, ["delete"] = true},
['choppedtomato'] = {['name'] = 'choppedtomato', ['label'] = 'Chopped Tomato', ['weight'] = 20, ['type'] = 'item', ['image'] = 'choppedtomato.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Chopped tomato', ["created"] = nil, ["decay"] = 30.0, ["delete"] = true},
['jalapeno'] = {['name'] = 'jalapeno', ['label'] = 'jalapeno', ['weight'] = 20, ['type'] = 'item', ['image'] = 'jalapeno.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Whole Jlapeno', ["created"] = nil, ["decay"] = 20.0, ["delete"] = true},
['choppedjalapeno'] = {['name'] = 'choppedjalapeno', ['label'] = 'Chopped jalapeno', ['weight'] = 20, ['type'] = 'item', ['image'] = 'choppedjalapeno.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Chopped jalapeno', ["created"] = nil, ["decay"] = 30.0, ["delete"] = true},
['lettuce'] = {['name'] = 'lettuce', ['label'] = 'Lettuce', ['weight'] = 20, ['type'] = 'item', ['image'] = 'lettuce.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Whole Lettuce', ["created"] = nil, ["decay"] = 20.0, ["delete"] = true},
['choppedlettuce'] = {['name'] = 'choppedlettuce', ['label'] = 'Chopped Lettuce', ['weight'] = 20, ['type'] = 'item', ['image'] = 'choppedlettuce.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Chopped Lettuce', ["created"] = nil, ["decay"] = 30.0, ["delete"] = true},
['pickle'] = {['name'] = 'pickle', ['label'] = 'Pickle', ['weight'] = 20, ['type'] = 'item', ['image'] = 'pickle.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Whole Pickle', ["created"] = nil, ["decay"] = 20.0, ["delete"] = true},
['choppedpickle'] = {['name'] = 'choppedpickle', ['label'] = 'Chopped Pickle', ['weight'] = 20, ['type'] = 'item', ['image'] = 'choppedpickle.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Chopped Pickle', ["created"] = nil, ["decay"] = 30.0, ["delete"] = true},
['potato'] = {['name'] = 'potato', ['label'] = 'Potato', ['weight'] = 200, ['type'] = 'item', ['image'] = 'potato.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Potato', ["created"] = nil, ["decay"] = 20.0, ["delete"] = true},
['slicedpotato'] = {['name'] = 'slicedpotato', ['label'] = 'Sliced Potato', ['weight'] = 200, ['type'] = 'item', ['image'] = 'slicedpotato.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Sliced Potato', ["created"] = nil, ["decay"] = 20.0, ["delete"] = true},
['atomicmasala'] = {['name'] = 'atomicmasala', ['label'] = 'Atomic Masala', ['weight'] = 200, ['type'] = 'item', ['image'] = 'atomicmasala.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Atomic Masala', ["created"] = nil, ["decay"] = 20.0, ["delete"] = true},
['bread'] = {['name'] = 'bread', ['label'] = 'Bread', ['weight'] = 200, ['type'] = 'item', ['image'] = 'bread.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Bread', ["created"] = nil, ["decay"] = 20.0, ["delete"] = true},
['bun'] = {['name'] = 'bun', ['label'] = 'Bun', ['weight'] = 200, ['type'] = 'item', ['image'] = 'bun.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Bun', ["created"] = nil, ["decay"] = 20.0, ["delete"] = true},
['egg'] = {['name'] = 'egg', ['label'] = 'Egg', ['weight'] = 200, ['type'] = 'item', ['image'] = 'egg.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Egg', ["created"] = nil, ["decay"] = 20.0, ["delete"] = true},
['salt'] = {['name'] = 'salt', ['label'] = 'Salt', ['weight'] = 200, ['type'] = 'item', ['image'] = 'salt.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Salt', ["created"] = nil, ["decay"] = 20.0, ["delete"] = true},
['pepper'] = {['name'] = 'pepper', ['label'] = 'Pepper', ['weight'] = 200, ['type'] = 'item', ['image'] = 'pepper.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Pepper', ["created"] = nil, ["decay"] = 20.0, ["delete"] = true},
Last updated