# Installation

{% stepper %}
{% step %}
**Download the resources**

Download both `cfx-djs-anims` and `cfx-djs-breakfast`,  [CFX portal](https://portal.cfx.re/login) and place them in your resources folder.
{% endstep %}

{% step %}
**Add to server.cfg**

Add `cfx-djs-anims` and `cfx-djs-breakfast` to your `server.cfg` after all dependencies

```
ensure cfx-djs-anims
ensure cfx-djs-breakfast
```

{% endstep %}

{% step %}
**Add Items to Inventory**

Add the required items to your inventory resource — see[ Items](#items) below.
{% endstep %}

{% step %}
**Optional: add items to addon Consumable Resources**

Add the required (Non-Consumable) items to supported addon consumable resource — see [Addon Consumables Items](#addon-consumables-items) below.
{% endstep %}

{% step %}
**Optional: inventory icons**

Custom inventory icons are included—check Inventory Icons below. If you’d like to use them, simply copy the files into your inventory resource’s image directory.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
WARNING

Some anti-cheats may block props from spawning or limit certain models from loading in-game, so if your props are not appearing, invisible, or being instantly removed, it’s likely an anti-cheat issue rather than the resource itself. Please check your server console and in-game F8 console for more details, such as blocked entity warnings, model load failures, or related error codes—these are common signs of interference. If this happens, we recommend reaching out to your anticheat’s developer or support team with those errors and reviewing your anticheat documentation for any settings related to prop, model, or entity restrictions that may need to be adjusted. If you do report this issue to us, we’ll document it in our **common issues** section to help others who may run into the same problem.
{% endhint %}

***

#### Items <a href="#items" id="items"></a>

Make sure to add all required items to your inventory resource using the format that matches your setup.

{% tabs %}
{% tab title="Ox Inventory (Consumable)" %}
Add the items below to your `ox_inventory` into `data/items.lua`.

{% code expandable="true" %}

```
['djs_bigplate_baconeggtoast'] = { -- requirement https://docs.djscollections.com/paid-props-products/food-and-drink-animations
	label = 'Plate of Bacon and Eggs',
	weight = 250,
	stack = true,
	close = true,
	client = {
		status = { hunger = 200000 },
		anim = { dict = 'anim@djs@food@plated', clip = 'djs_food_plate_bite_loop' },
		prop = { model = `djs_bigplate_baconeggtoast`, pos = vec3(0.13, 0.03, 0.02), rot = vec3(-18.0, -1.0, 10.0), bone = 18905 },
		propTwo = { model = `djs_fork`, pos = vec3(0.14, 0.02, 0.01), rot = vec3(-118.0, 192.0, 24.0), bone = 57005 },
		usetime = 2500,
		cancel = true,
	}
},

['djs_bigplate_cinnamonroll'] = { -- requirement https://docs.djscollections.com/paid-props-products/food-and-drink-animations
	label = 'Cinnamon Roll',
	weight = 250,
	stack = true,
	close = true,
	client = {
		status = { hunger = 200000 },
		anim = { dict = 'anim@djs@food@plated', clip = 'djs_food_plate_bite_loop' },
		prop = { model = `djs_bigplate_cinnamonroll`, pos = vec3(0.14, 0.0, 0.02), rot = vec3(-13.0, -1.0, 0.0), bone = 18905 },
		propTwo = { model = `djs_prop_cinnamonroll`, pos = vec3(0.112000, 0.000000, 0.000000), rot = vec3(-50.850136, 0.000000, 0.000000), bone = 57005 },
		usetime = 2500,
		cancel = true,
	}
},

['djs_bigplate_creamcheeseavocadotoast'] = { -- requirement https://docs.djscollections.com/paid-props-products/food-and-drink-animations
	label = 'Big Plate of Cream Cheese Avocado Toast',
	weight = 250,
	stack = true,
	close = true,
	client = {
		status = { hunger = 200000 },
		anim = { dict = 'anim@djs@food@plated', clip = 'djs_food_plate_bite_loop' },
		prop = { model = `djs_bigplate_creamcheeseavocadotoast`, pos = vec3(0.14, 0.0, 0.02), rot = vec3(-13.0, -1.0, 0.0), bone = 18905 },
		propTwo = { model = `djs_prop_creamcheeseavocadotoast`, pos = vec3(0.112000, 0.000000, 0.000000), rot = vec3(-50.850136, 0.000000, 0.000000), bone = 57005 },
		usetime = 2500,
		cancel = true,
	}
},

['djs_plate_avocadotoast'] = { -- requirement https://docs.djscollections.com/paid-props-products/food-and-drink-animations
	label = 'Homemade Avocado Toast',
	weight = 250,
	stack = true,
	close = true,
	client = {
		status = { hunger = 200000 },
		anim = { dict = 'anim@djs@food@plated', clip = 'djs_food_plate_bite_loop' },
		prop = { model = `djs_plate_avocadotoast`, pos = vec3(0.14, 0.0, 0.02), rot = vec3(-13.0, -1.0, 0.0), bone = 18905 },
		propTwo = { model = `djs_prop_avocadotoast`, pos = vec3(0.112000, 0.000000, 0.000000), rot = vec3(-50.850136, 0.000000, 0.000000), bone = 57005 },
		usetime = 2500,
		cancel = true,
	}
},

['djs_plate_bacon'] = { -- requirement https://docs.djscollections.com/paid-props-products/food-and-drink-animations
	label = 'Homemade Bacon',
	weight = 250,
	stack = true,
	close = true,
	client = {
		status = { hunger = 200000 },
		anim = { dict = 'anim@djs@food@plated', clip = 'djs_food_plate_bite_loop' },
		prop = { model = `djs_plate_bacon`, pos = vec3(0.14, 0.0, 0.02), rot = vec3(-13.0, -1.0, 0.0), bone = 18905 },
		propTwo = { model = `djs_prop_bacon`, pos = vec3(0.14, 0.03, -0.03), rot = vec3(-133.0, -39.0, -30.0), bone = 57005 },
		usetime = 2500,
		cancel = true,
	}
},

['djs_plate_baconeggtoast'] = { -- requirement https://docs.djscollections.com/paid-props-products/food-and-drink-animations
	label = 'Homemade Bacon Egg Toast',
	weight = 250,
	stack = true,
	close = true,
	client = {
		status = { hunger = 200000 },
		anim = { dict = 'anim@djs@food@plated', clip = 'djs_food_plate_bite_loop' },
		prop = { model = `djs_plate_baconeggtoast`, pos = vec3(0.14, 0.0, 0.02), rot = vec3(-13.0, -1.0, 0.0), bone = 18905 },
		propTwo = { model = `djs_fork`, pos = vec3(0.14, 0.02, 0.01), rot = vec3(-118.0, 192.0, 24.0), bone = 57005 },
		usetime = 2500,
		cancel = true,
	}
},

['djs_plate_baconomelette'] = { -- requirement https://docs.djscollections.com/paid-props-products/food-and-drink-animations
	label = 'Homemade Bacon Omelette',
	weight = 250,
	stack = true,
	close = true,
	client = {
		status = { hunger = 200000 },
		anim = { dict = 'anim@djs@food@plated', clip = 'djs_food_plate_bite_loop' },
		prop = { model = `djs_plate_baconomelette`, pos = vec3(0.14, 0.0, 0.02), rot = vec3(-13.0, -1.0, 0.0), bone = 18905 },
		propTwo = { model = `djs_fork`, pos = vec3(0.14, 0.02, 0.01), rot = vec3(-118.0, 192.0, 24.0), bone = 57005 },
		usetime = 2500,
		cancel = true,
	}
},

['djs_plate_blueberrypancakes'] = { -- requirement https://docs.djscollections.com/paid-props-products/food-and-drink-animations
	label = 'Homemade Blueberry Pancakes',
	weight = 250,
	stack = true,
	close = true,
	client = {
		status = { hunger = 200000 },
		anim = { dict = 'anim@djs@food@plated', clip = 'djs_food_plate_bite_loop' },
		prop = { model = `djs_plate_blueberrypancakes`, pos = vec3(0.14, 0.0, 0.02), rot = vec3(-13.0, -1.0, 0.0), bone = 18905 },
		propTwo = { model = `djs_fork`, pos = vec3(0.14, 0.02, 0.01), rot = vec3(-118.0, 192.0, 24.0), bone = 57005 },
		usetime = 2500,
		cancel = true,
	}
},

['djs_plate_chickenfajitaomelette'] = { -- requirement https://docs.djscollections.com/paid-props-products/food-and-drink-animations
	label = 'Homemade Chicken Fajita Omelette',
	weight = 250,
	stack = true,
	close = true,
	client = {
		status = { hunger = 200000 },
		anim = { dict = 'anim@djs@food@plated', clip = 'djs_food_plate_bite_loop' },
		prop = { model = `djs_plate_chickenfajitaomelette`, pos = vec3(0.14, 0.0, 0.02), rot = vec3(-13.0, -1.0, 0.0), bone = 18905 },
		propTwo = { model = `djs_fork`, pos = vec3(0.14, 0.02, 0.01), rot = vec3(-118.0, 192.0, 24.0), bone = 57005 },
		usetime = 2500,
		cancel = true,
	}
},

['djs_plate_chocolatechippancake'] = { -- requirement https://docs.djscollections.com/paid-props-products/food-and-drink-animations
	label = 'Homemade Chocolate Chip Pancakes',
	weight = 250,
	stack = true,
	close = true,
	client = {
		status = { hunger = 200000 },
		anim = { dict = 'anim@djs@food@plated', clip = 'djs_food_plate_bite_loop' },
		prop = { model = `djs_plate_chocolatechippancake`, pos = vec3(0.14, 0.0, 0.02), rot = vec3(-13.0, -1.0, 0.0), bone = 18905 },
		propTwo = { model = `djs_fork`, pos = vec3(0.14, 0.02, 0.01), rot = vec3(-118.0, 192.0, 24.0), bone = 57005 },
		usetime = 2500,
		cancel = true,
	}
},

['djs_plate_cinammonpancakes'] = { -- requirement https://docs.djscollections.com/paid-props-products/food-and-drink-animations
	label = 'Homemade Cinnamon Pancakes',
	weight = 250,
	stack = true,
	close = true,
	client = {
		status = { hunger = 200000 },
		anim = { dict = 'anim@djs@food@plated', clip = 'djs_food_plate_bite_loop' },
		prop = { model = `djs_plate_cinammonpancakes`, pos = vec3(0.14, 0.0, 0.02), rot = vec3(-13.0, -1.0, 0.0), bone = 18905 },
		propTwo = { model = `djs_fork`, pos = vec3(0.14, 0.02, 0.01), rot = vec3(-118.0, 192.0, 24.0), bone = 57005 },
		usetime = 2500,
		cancel = true,
	}
},

['djs_plate_cinnamonroll'] = { -- requirement https://docs.djscollections.com/paid-props-products/food-and-drink-animations
	label = 'Plate of Cinnamon Roll',
	weight = 250,
	stack = true,
	close = true,
	client = {
		status = { hunger = 200000 },
		anim = { dict = 'anim@djs@food@plated', clip = 'djs_food_plate_bite_loop' },
		prop = { model = `djs_plate_cinnamonroll`, pos = vec3(0.14, 0.0, 0.02), rot = vec3(-13.0, -1.0, 0.0), bone = 18905 },
		propTwo = { model = `djs_fork`, pos = vec3(0.14, 0.02, 0.01), rot = vec3(-118.0, 192.0, 24.0), bone = 57005 },
		usetime = 2500,
		cancel = true,
	}
},

['djs_plate_cupcakepancake'] = { -- requirement https://docs.djscollections.com/paid-props-products/food-and-drink-animations
	label = 'Homemade Cupcake Pancakes',
	weight = 250,
	stack = true,
	close = true,
	client = {
		status = { hunger = 200000 },
		anim = { dict = 'anim@djs@food@plated', clip = 'djs_food_plate_bite_loop' },
		prop = { model = `djs_plate_cupcakepancake`, pos = vec3(0.14, 0.0, 0.02), rot = vec3(-13.0, -1.0, 0.0), bone = 18905 },
		propTwo = { model = `djs_fork`, pos = vec3(0.14, 0.02, 0.01), rot = vec3(-118.0, 192.0, 24.0), bone = 57005 },
		usetime = 2500,
		cancel = true,
	}
},

['djs_plate_frenchtoast'] = { -- requirement https://docs.djscollections.com/paid-props-products/food-and-drink-animations
	label = 'Homemade French Toast',
	weight = 250,
	stack = true,
	close = true,
	client = {
		status = { hunger = 200000 },
		anim = { dict = 'anim@djs@food@plated', clip = 'djs_food_plate_bite_loop' },
		prop = { model = `djs_plate_frenchtoast`, pos = vec3(0.14, 0.0, 0.02), rot = vec3(-13.0, -1.0, 0.0), bone = 18905 },
		propTwo = { model = `djs_fork`, pos = vec3(0.14, 0.02, 0.01), rot = vec3(-118.0, 192.0, 24.0), bone = 57005 },
		usetime = 2500,
		cancel = true,
	}
},

['djs_plate_newyorkcheesecakepancake'] = { -- requirement https://docs.djscollections.com/paid-props-products/food-and-drink-animations
	label = 'Homemade New York Cheesecake Pancakes',
	weight = 250,
	stack = true,
	close = true,
	client = {
		status = { hunger = 200000 },
		anim = { dict = 'anim@djs@food@plated', clip = 'djs_food_plate_bite_loop' },
		prop = { model = `djs_plate_newyorkcheesecakepancake`, pos = vec3(0.14, 0.0, 0.02), rot = vec3(-13.0, -1.0, 0.0), bone = 18905 },
		propTwo = { model = `djs_fork`, pos = vec3(0.14, 0.02, 0.01), rot = vec3(-118.0, 192.0, 24.0), bone = 57005 },
		usetime = 2500,
		cancel = true,
	}
},

['djs_plate_origbuttermilkpancake'] = { -- requirement https://docs.djscollections.com/paid-props-products/food-and-drink-animations
	label = 'Homemade Buttermilk Pancakes',
	weight = 250,
	stack = true,
	close = true,
	client = {
		status = { hunger = 200000 },
		anim = { dict = 'anim@djs@food@plated', clip = 'djs_food_plate_bite_loop' },
		prop = { model = `djs_plate_origbuttermilkpancake`, pos = vec3(0.14, 0.0, 0.02), rot = vec3(-13.0, -1.0, 0.0), bone = 18905 },
		propTwo = { model = `djs_fork`, pos = vec3(0.14, 0.02, 0.01), rot = vec3(-118.0, 192.0, 24.0), bone = 57005 },
		usetime = 2500,
		cancel = true,
	}
},

['djs_plate_spinachomelette'] = { -- requirement https://docs.djscollections.com/paid-props-products/food-and-drink-animations
	label = 'Homemade Spinach Omelette',
	weight = 250,
	stack = true,
	close = true,
	client = {
		status = { hunger = 200000 },
		anim = { dict = 'anim@djs@food@plated', clip = 'djs_food_plate_bite_loop' },
		prop = { model = `djs_plate_spinachomelette`, pos = vec3(0.14, 0.0, 0.02), rot = vec3(-13.0, -1.0, 0.0), bone = 18905 },
		propTwo = { model = `djs_fork`, pos = vec3(0.14, 0.02, 0.01), rot = vec3(-118.0, 192.0, 24.0), bone = 57005 },
		usetime = 2500,
		cancel = true,
	}
},

['djs_plate_steakomelette'] = { -- requirement https://docs.djscollections.com/paid-props-products/food-and-drink-animations
	label = 'Homemade Steak Omelette',
	weight = 250,
	stack = true,
	close = true,
	client = {
		status = { hunger = 200000 },
		anim = { dict = 'anim@djs@food@plated', clip = 'djs_food_plate_bite_loop' },
		prop = { model = `djs_plate_steakomelette`, pos = vec3(0.14, 0.0, 0.02), rot = vec3(-13.0, -1.0, 0.0), bone = 18905 },
		propTwo = { model = `djs_fork`, pos = vec3(0.14, 0.02, 0.01), rot = vec3(-118.0, 192.0, 24.0), bone = 57005 },
		usetime = 2500,
		cancel = true,
	}
},

['djs_plate_strawberrybanannapancakes'] = { -- requirement https://docs.djscollections.com/paid-props-products/food-and-drink-animations
	label = 'Homemade Strawberry Banana Pancakes',
	weight = 250,
	stack = true,
	close = true,
	client = {
		status = { hunger = 200000 },
		anim = { dict = 'anim@djs@food@plated', clip = 'djs_food_plate_bite_loop' },
		prop = { model = `djs_plate_strawberrybanannapancakes`, pos = vec3(0.14, 0.0, 0.02), rot = vec3(-13.0, -1.0, 0.0), bone = 18905 },
		propTwo = { model = `djs_fork`, pos = vec3(0.14, 0.02, 0.01), rot = vec3(-118.0, 192.0, 24.0), bone = 57005 },
		usetime = 2500,
		cancel = true,
	}
},

['djs_plate_strawberryfrenchtoast'] = { -- requirement https://docs.djscollections.com/paid-props-products/food-and-drink-animations
	label = 'Homemade Strawberry French Toast',
	weight = 250,
	stack = true,
	close = true,
	client = {
		status = { hunger = 200000 },
		anim = { dict = 'anim@djs@food@plated', clip = 'djs_food_plate_bite_loop' },
		prop = { model = `djs_plate_strawberryfrenchtoast`, pos = vec3(0.14, 0.0, 0.02), rot = vec3(-13.0, -1.0, 0.0), bone = 18905 },
		propTwo = { model = `djs_fork`, pos = vec3(0.14, 0.02, 0.01), rot = vec3(-118.0, 192.0, 24.0), bone = 57005 },
		usetime = 2500,
		cancel = true,
	}
},

['djs_plate_sunnyegg'] = { -- requirement https://docs.djscollections.com/paid-props-products/food-and-drink-animations
	label = 'Homemade Sunny Side Egg',
	weight = 250,
	stack = true,
	close = true,
	client = {
		status = { hunger = 200000 },
		anim = { dict = 'anim@djs@food@plated', clip = 'djs_food_plate_bite_loop' },
		prop = { model = `djs_plate_sunnyegg`, pos = vec3(0.14, 0.0, 0.02), rot = vec3(-13.0, -1.0, 0.0), bone = 18905 },
		propTwo = { model = `djs_fork`, pos = vec3(0.14, 0.02, 0.01), rot = vec3(-118.0, 192.0, 24.0), bone = 57005 },
		usetime = 2500,
		cancel = true,
	}
},

['djs_plate_toastsasuageeggs'] = { -- requirement https://docs.djscollections.com/paid-props-products/food-and-drink-animations
	label = 'Homemade Sausage Toast Eggs',
	weight = 250,
	stack = true,
	close = true,
	client = {
		status = { hunger = 200000 },
		anim = { dict = 'anim@djs@food@plated', clip = 'djs_food_plate_bite_loop' },
		prop = { model = `djs_plate_toastsasuageeggs`, pos = vec3(0.14, 0.0, 0.02), rot = vec3(-13.0, -1.0, 0.0), bone = 18905 },
		propTwo = { model = `djs_fork`, pos = vec3(0.14, 0.02, 0.01), rot = vec3(-118.0, 192.0, 24.0), bone = 57005 },
		usetime = 2500,
		cancel = true,
	}
},

['djs_plate_treslechepancake'] = { -- requirement https://docs.djscollections.com/paid-props-products/food-and-drink-animations
	label = 'Homemade Tres Leches Pancakes',
	weight = 250,
	stack = true,
	close = true,
	client = {
		status = { hunger = 200000 },
		anim = { dict = 'anim@djs@food@plated', clip = 'djs_food_plate_bite_loop' },
		prop = { model = `djs_plate_treslechepancake`, pos = vec3(0.14, 0.0, 0.02), rot = vec3(-13.0, -1.0, 0.0), bone = 18905 },
		propTwo = { model = `djs_fork`, pos = vec3(0.14, 0.02, 0.01), rot = vec3(-118.0, 192.0, 24.0), bone = 57005 },
		usetime = 2500,
		cancel = true,
	}
},

['djs_prop_chocolatemilk'] = { -- requirement https://docs.djscollections.com/paid-props-products/food-and-drink-animations
	label = 'Chocolate Milk',
	weight = 250,
	stack = true,
	close = true,
	client = {
		status = { thirst = 200000 },
		anim = { dict = 'mp_player_intdrink', clip = 'loop' },
		prop = { model = `djs_prop_chocolatemilk`, pos = vec3(0.119000, -0.162000, 0.000000), rot = vec3(280.644714, 0.000000, -8.700002), bone = 18905 },
		usetime = 2500,
		cancel = true,
	}
},

['djs_prop_milk'] = { -- requirement https://docs.djscollections.com/paid-props-products/food-and-drink-animations
	label = 'Milk',
	weight = 250,
	stack = true,
	close = true,
	client = {
		status = { thirst = 200000 },
		anim = { dict = 'mp_player_intdrink', clip = 'loop' },
		prop = { model = `djs_prop_milk`, pos = vec3(0.119000, -0.162000, 0.000000), rot = vec3(280.644714, 0.000000, -8.700002), bone = 18905 },
		usetime = 2500,
		cancel = true,
	}
},

['djs_prop_coffeecup'] = { -- requirement https://docs.djscollections.com/paid-props-products/food-and-drink-animations
	label = 'Cup of Coffee',
	weight = 250,
	stack = true,
	close = true,
	client = {
		status = { thirst = 200000 },
		anim = { dict = 'anim@djs@drink@coffee', clip = 'djs_drink_coffee_sip_long' },
		prop = { model = `djs_prop_coffeecup`, pos = vec3(0.135000, 0.010000, -0.040000), rot = vec3(-83.000053, -53.000000, -2.500000), bone = 57005 },
		usetime = 17500,
		cancel = true,
		notification = 'You have satisfied your hunger'
	}
},
```

{% endcode %}
{% endtab %}

{% tab title="Ox Inventory (Non-Consumable)" %}
Add the items below to your `ox_inventory` into `data/items.lua`.

{% code expandable="true" %}

```
['djs_bigplate_baconeggtoast'] = {
    label = 'Plate of Bacon and Eggs',
    weight = 250,
    stack = true,
    close = true,
},

['djs_bigplate_cinnamonroll'] = {
    label = 'Cinnamon Roll',
    weight = 250,
    stack = true,
    close = true,
},

['djs_bigplate_creamcheeseavocadotoast'] = {
    label = 'Big Plate of Cream Cheese Avocado Toast',
    weight = 250,
    stack = true,
    close = true,
},

['djs_plate_avocadotoast'] = {
    label = 'Homemade Avocado Toast',
    weight = 250,
    stack = true,
    close = true,
},

['djs_plate_bacon'] = {
    label = 'Homemade Bacon',
    weight = 250,
    stack = true,
    close = true,
},

['djs_plate_baconeggtoast'] = {
    label = 'Homemade Bacon Egg Toast',
    weight = 250,
    stack = true,
    close = true,
},

['djs_plate_baconomelette'] = {
    label = 'Homemade Bacon Omelette',
    weight = 250,
    stack = true,
    close = true,
},

['djs_plate_blueberrypancakes'] = {
    label = 'Homemade Blueberry Pancakes',
    weight = 250,
    stack = true,
    close = true,
},

['djs_plate_chickenfajitaomelette'] = {
    label = 'Homemade Chicken Fajita Omelette',
    weight = 250,
    stack = true,
    close = true,
},

['djs_plate_chocolatechippancake'] = {
    label = 'Homemade Chocolate Chip Pancakes',
    weight = 250,
    stack = true,
    close = true,
},

['djs_plate_cinammonpancakes'] = {
    label = 'Homemade Cinnamon Pancakes',
    weight = 250,
    stack = true,
    close = true,
},

['djs_plate_cinnamonroll'] = {
    label = 'Plate of Cinnamon Roll',
    weight = 250,
    stack = true,
    close = true,
},

['djs_plate_cupcakepancake'] = {
    label = 'Homemade Cupcake Pancakes',
    weight = 250,
    stack = true,
    close = true,
},

['djs_plate_frenchtoast'] = {
    label = 'Homemade French Toast',
    weight = 250,
    stack = true,
    close = true,
},

['djs_plate_newyorkcheesecakepancake'] = {
    label = 'Homemade New York Cheesecake Pancakes',
    weight = 250,
    stack = true,
    close = true,
},

['djs_plate_origbuttermilkpancake'] = {
    label = 'Homemade Buttermilk Pancakes',
    weight = 250,
    stack = true,
    close = true,
},

['djs_plate_spinachomelette'] = {
    label = 'Homemade Spinach Omelette',
    weight = 250,
    stack = true,
    close = true,
},

['djs_plate_steakomelette'] = {
    label = 'Homemade Steak Omelette',
    weight = 250,
    stack = true,
    close = true,
},

['djs_plate_strawberrybanannapancakes'] = {
    label = 'Homemade Strawberry Banana Pancakes',
    weight = 250,
    stack = true,
    close = true,
},

['djs_plate_strawberryfrenchtoast'] = {
    label = 'Homemade Strawberry French Toast',
    weight = 250,
    stack = true,
    close = true,
},

['djs_plate_sunnyegg'] = {
    label = 'Homemade Sunny Side Egg',
    weight = 250,
    stack = true,
    close = true,
},

['djs_plate_toastsasuageeggs'] = {
    label = 'Homemade Sausage Toast Eggs',
    weight = 250,
    stack = true,
    close = true,
},

['djs_plate_treslechepancake'] = {
    label = 'Homemade Tres Leches Pancakes',
    weight = 250,
    stack = true,
    close = true,
},

['djs_prop_chocolatemilk'] = {
    label = 'Chocolate Milk',
    weight = 250,
    stack = true,
    close = true,
},

['djs_prop_milk'] = {
    label = 'Milk',
    weight = 250,
    stack = true,
    close = true,
},

['djs_prop_coffeecup'] = {
    label = 'Cup of Coffee',
    weight = 250,
    stack = true,
    close = true,
},
```

{% endcode %}
{% endtab %}

{% tab title="QS Inventory (Consumables)" %}
Add the items below to your `qs-inventory` into `shared/items.lua`.

{% code expandable="true" %}

```
Soon!
```

{% endcode %}
{% endtab %}

{% tab title="QS Inventory (Non-(Consumables)" %}
Add the items below to your `qs-inventory` into `shared/items.lua`.

{% code expandable="true" %}

```
Soon!
```

{% endcode %}
{% endtab %}
{% endtabs %}

***

## Addon Consumables Items

Make sure to add all required items to your inventory resource using the format that matches your setup.

{% tabs %}
{% tab title="Devcore Needs" %}
Add the items below to your `devcore_needs` into `data/items.lua`.

{% code expandable="true" %}

```
["djs_bigplate_baconeggtoast"] = {
    Size = 250,
    Type = 'FOOD',
    Prop = {
        Main = {
            Model = 'djs_bigplate_baconeggtoast',
            BoneID = 18905,
            Offset = vector3(0.13, 0.03, 0.02),
            Rot = vector3(-18.0, -1.0, 10.0),
        },
        Second = {
            Model = 'djs_fork',
            BoneID = 57005,
            Offset = vector3(0.14, 0.02, 0.01),
            Rot = vector3(-118.0, 192.0, 24.0),
        }
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "anim@djs@food@plated",
            anim = "djs_food_plate_bite_single",
            params = {nil, nil, 2500, 49}
        }
    },
    Consume = {
        Bite = { min = 15, max = 25 },
        Status = 50000,
        Stress = nil,
        Alcohol = nil
    },
},

["djs_bigplate_cinnamonroll"] = {
    Size = 250,
    Type = 'FOOD',
    Prop = {
        Main = {
            Model = 'djs_bigplate_cinnamonroll',
            BoneID = 18905,
            Offset = vector3(0.14, 0.0, 0.02),
            Rot = vector3(-13.0, -1.0, 0.0),
        },
        Second = {
            Model = 'djs_prop_cinnamonroll',
            BoneID = 57005,
            Offset = vector3(0.112, 0.0, 0.0),
            Rot = vector3(-50.85, 0.0, 0.0),
        }
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "anim@djs@food@plated",
            anim = "djs_food_plate_bite_single",
            params = {nil, nil, 2500, 49}
        }
    },
    Consume = {
        Bite = { min = 15, max = 25 },
        Status = 50000,
        Stress = nil,
        Alcohol = nil
    },
},

["djs_bigplate_creamcheeseavocadotoast"] = {
    Size = 250,
    Type = 'FOOD',
    Prop = {
        Main = {
            Model = 'djs_bigplate_creamcheeseavocadotoast',
            BoneID = 18905,
            Offset = vector3(0.14, 0.0, 0.02),
            Rot = vector3(-13.0, -1.0, 0.0),
        },
        Second = {
            Model = 'djs_prop_creamcheeseavocadotoast',
            BoneID = 57005,
            Offset = vector3(0.112, 0.0, 0.0),
            Rot = vector3(-50.85, 0.0, 0.0),
        }
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "anim@djs@food@plated",
            anim = "djs_food_plate_bite_single",
            params = {nil, nil, 2500, 49}
        }
    },
    Consume = {
        Bite = { min = 15, max = 25 },
        Status = 50000,
        Stress = nil,
        Alcohol = nil
    },
},

["djs_plate_bacon"] = {
    Size = 250,
    Type = 'FOOD',
    Prop = {
        Main = {
            Model = 'djs_plate_bacon',
            BoneID = 18905,
            Offset = vector3(0.14, 0.0, 0.02),
            Rot = vector3(-13.0, -1.0, 0.0),
        },
        Second = {
            Model = 'djs_prop_bacon',
            BoneID = 57005,
            Offset = vector3(0.14, 0.03, -0.03),
            Rot = vector3(-133.0, -39.0, -30.0),
        }
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "anim@djs@food@plated",
            anim = "djs_food_plate_bite_single",
            params = {nil, nil, 2500, 49}
        }
    },
    Consume = {
        Bite = { min = 15, max = 25 },
        Status = 50000,
    },
},

local function platedFood(model)
    return {
        Size = 250,
        Type = 'FOOD',
        Prop = {
            Main = {
                Model = model,
                BoneID = 18905,
                Offset = vector3(0.14, 0.0, 0.02),
                Rot = vector3(-13.0, -1.0, 0.0),
            },
            Second = platedFork.Second
        },
        Anim = {
            Hold = nil,
            Use = {
                dict = "anim@djs@food@plated",
                anim = "djs_food_plate_bite_single",
                params = {nil, nil, 2500, 49}
            }
        },
        Consume = {
            Bite = { min = 15, max = 25 },
            Status = 50000,
        }
    }
end

["djs_prop_chocolatemilk"] = {
    Size = 250,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_prop_chocolatemilk',
            BoneID = 18905,
            Offset = vector3(0.119, -0.162, 0.0),
            Rot = vector3(280.6447, 0.0, -8.7),
        }
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "mp_player_intdrink",
            anim = "loop",
            params = {nil, nil, 2500, 49}
        }
    },
    Consume = {
        Bite = { min = 20, max = 30 },
        Status = 50000,
    },
},

["djs_prop_milk"] = {
    Size = 250,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_prop_milk',
            BoneID = 18905,
            Offset = vector3(0.119, -0.162, 0.0),
            Rot = vector3(280.6447, 0.0, -8.7),
        }
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "mp_player_intdrink",
            anim = "loop",
            params = {nil, nil, 2500, 49}
        }
    },
    Consume = {
        Bite = { min = 20, max = 30 },
        Status = 50000,
    },
},

["djs_prop_coffeecup"] = {
    Size = 250,
    Type = 'DRINK',
    Prop = {
        Main = {
            Model = 'djs_prop_coffeecup',
            BoneID = 57005,
            Offset = vector3(0.135, 0.01, -0.04),
            Rot = vector3(-83.0, -53.0, -2.5),
        }
    },
    Anim = {
        Hold = nil,
        Use = {
            dict = "anim@djs@drink@coffee",
            anim = "djs_drink_coffee_sip_long",
            params = {nil, nil, 17500, 49}
        }
    },
    Consume = {
        Bite = { min = 20, max = 30 },
        Status = 50000,
        Stress = 5
    },
},

```

{% endcode %}
{% endtab %}

{% tab title="Jims Consumables" %}
Add the items below to your `jims-consumables` into `shared/emotes.lua`.

{% code overflow="wrap" expandable="true" %}

```
-- DJ's Collections Breakfast
djs_bigplate_baconeggtoast = { "anim@djs@food@plated", "djs_food_plate_bite_loop", "Plate of Bacon and Eggs", AnimationOptions = { Prop = "djs_bigplate_baconeggtoast", PropBone = 18905, PropPlacement = { 0.13, 0.03, 0.02, -18.0, -1.0, 10.0 }, SecondProp = "djs_fork", SecondPropBone = 57005, SecondPropPlacement = { 0.14, 0.02, 0.01, -118.0, 192.0, 24.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_bigplate_cinnamonroll = { "anim@djs@food@plated", "djs_food_plate_bite_loop", "Cinnamon Roll", AnimationOptions = { Prop = "djs_bigplate_cinnamonroll", PropBone = 18905, PropPlacement = { 0.14, 0.0, 0.02, -13.0, -1.0, 0.0 }, SecondProp = "djs_prop_cinnamonroll", SecondPropBone = 57005, SecondPropPlacement = { 0.112000, 0.000000, 0.000000, -50.850136, 0.000000, 0.000000 }, EmoteLoop = true, EmoteMoving = true }},
djs_bigplate_creamcheeseavocadotoast = { "anim@djs@food@plated", "djs_food_plate_bite_loop", "Big Plate of Cream Cheese Avocado Toast", AnimationOptions = { Prop = "djs_bigplate_creamcheeseavocadotoast", PropBone = 18905, PropPlacement = { 0.14, 0.0, 0.02, -13.0, -1.0, 0.0 }, SecondProp = "djs_prop_creamcheeseavocadotoast", SecondPropBone = 57005, SecondPropPlacement = { 0.112000, 0.000000, 0.000000, -50.850136, 0.000000, 0.000000 }, EmoteLoop = true, EmoteMoving = true }},
djs_plate_avocadotoast = { "anim@djs@food@plated", "djs_food_plate_bite_loop", "Homemade Avocado Toast", AnimationOptions = { Prop = "djs_plate_avocadotoast", PropBone = 18905, PropPlacement = { 0.14, 0.0, 0.02, -13.0, -1.0, 0.0 }, SecondProp = "djs_prop_avocadotoast", SecondPropBone = 57005, SecondPropPlacement = { 0.112000, 0.000000, 0.000000, -50.850136, 0.000000, 0.000000 }, EmoteLoop = true, EmoteMoving = true }},
djs_plate_bacon = { "anim@djs@food@plated", "djs_food_plate_bite_loop", "Homemade Bacon", AnimationOptions = { Prop = "djs_plate_bacon", PropBone = 18905, PropPlacement = { 0.14, 0.0, 0.02, -13.0, -1.0, 0.0 }, SecondProp = "djs_prop_bacon", SecondPropBone = 57005, SecondPropPlacement = { 0.14, 0.03, -0.03, -133.0, -39.0, -30.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_plate_baconeggtoast = { "anim@djs@food@plated", "djs_food_plate_bite_loop", "Homemade Bacon Egg Toast", AnimationOptions = { Prop = "djs_plate_baconeggtoast", PropBone = 18905, PropPlacement = { 0.14, 0.0, 0.02, -13.0, -1.0, 0.0 }, SecondProp = "djs_fork", SecondPropBone = 57005, SecondPropPlacement = { 0.14, 0.02, 0.01, -118.0, 192.0, 24.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_plate_baconomelette = { "anim@djs@food@plated", "djs_food_plate_bite_loop", "Homemade Bacon Omelette", AnimationOptions = { Prop = "djs_plate_baconomelette", PropBone = 18905, PropPlacement = { 0.14, 0.0, 0.02, -13.0, -1.0, 0.0 }, SecondProp = "djs_fork", SecondPropBone = 57005, SecondPropPlacement = { 0.14, 0.02, 0.01, -118.0, 192.0, 24.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_plate_blueberrypancakes = { "anim@djs@food@plated", "djs_food_plate_bite_loop", "Homemade Blueberry Pancakes", AnimationOptions = { Prop = "djs_plate_blueberrypancakes", PropBone = 18905, PropPlacement = { 0.14, 0.0, 0.02, -13.0, -1.0, 0.0 }, SecondProp = "djs_fork", SecondPropBone = 57005, SecondPropPlacement = { 0.14, 0.02, 0.01, -118.0, 192.0, 24.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_plate_chickenfajitaomelette = { "anim@djs@food@plated", "djs_food_plate_bite_loop", "Homemade Chicken Fajita Omelette", AnimationOptions = { Prop = "djs_plate_chickenfajitaomelette", PropBone = 18905, PropPlacement = { 0.14, 0.0, 0.02, -13.0, -1.0, 0.0 }, SecondProp = "djs_fork", SecondPropBone = 57005, SecondPropPlacement = { 0.14, 0.02, 0.01, -118.0, 192.0, 24.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_plate_chocolatechippancake = { "anim@djs@food@plated", "djs_food_plate_bite_loop", "Homemade Chocolate Chip Pancakes", AnimationOptions = { Prop = "djs_plate_chocolatechippancake", PropBone = 18905, PropPlacement = { 0.14, 0.0, 0.02, -13.0, -1.0, 0.0 }, SecondProp = "djs_fork", SecondPropBone = 57005, SecondPropPlacement = { 0.14, 0.02, 0.01, -118.0, 192.0, 24.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_plate_cinammonpancakes = { "anim@djs@food@plated", "djs_food_plate_bite_loop", "Homemade Cinnamon Pancakes", AnimationOptions = { Prop = "djs_plate_cinammonpancakes", PropBone = 18905, PropPlacement = { 0.14, 0.0, 0.02, -13.0, -1.0, 0.0 }, SecondProp = "djs_fork", SecondPropBone = 57005, SecondPropPlacement = { 0.14, 0.02, 0.01, -118.0, 192.0, 24.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_plate_cinnamonroll = { "anim@djs@food@plated", "djs_food_plate_bite_loop", "Plate of Cinnamon Roll", AnimationOptions = { Prop = "djs_plate_cinnamonroll", PropBone = 18905, PropPlacement = { 0.14, 0.0, 0.02, -13.0, -1.0, 0.0 }, SecondProp = "djs_fork", SecondPropBone = 57005, SecondPropPlacement = { 0.14, 0.02, 0.01, -118.0, 192.0, 24.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_plate_cupcakepancake = { "anim@djs@food@plated", "djs_food_plate_bite_loop", "Homemade Cupcake Pancakes", AnimationOptions = { Prop = "djs_plate_cupcakepancake", PropBone = 18905, PropPlacement = { 0.14, 0.0, 0.02, -13.0, -1.0, 0.0 }, SecondProp = "djs_fork", SecondPropBone = 57005, SecondPropPlacement = { 0.14, 0.02, 0.01, -118.0, 192.0, 24.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_plate_frenchtoast = { "anim@djs@food@plated", "djs_food_plate_bite_loop", "Homemade French Toast", AnimationOptions = { Prop = "djs_plate_frenchtoast", PropBone = 18905, PropPlacement = { 0.14, 0.0, 0.02, -13.0, -1.0, 0.0 }, SecondProp = "djs_fork", SecondPropBone = 57005, SecondPropPlacement = { 0.14, 0.02, 0.01, -118.0, 192.0, 24.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_plate_newyorkcheesecakepancake = { "anim@djs@food@plated", "djs_food_plate_bite_loop", "Homemade New York Cheesecake Pancakes", AnimationOptions = { Prop = "djs_plate_newyorkcheesecakepancake", PropBone = 18905, PropPlacement = { 0.14, 0.0, 0.02, -13.0, -1.0, 0.0 }, SecondProp = "djs_fork", SecondPropBone = 57005, SecondPropPlacement = { 0.14, 0.02, 0.01, -118.0, 192.0, 24.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_plate_origbuttermilkpancake = { "anim@djs@food@plated", "djs_food_plate_bite_loop", "Homemade Buttermilk Pancakes", AnimationOptions = { Prop = "djs_plate_origbuttermilkpancake", PropBone = 18905, PropPlacement = { 0.14, 0.0, 0.02, -13.0, -1.0, 0.0 }, SecondProp = "djs_fork", SecondPropBone = 57005, SecondPropPlacement = { 0.14, 0.02, 0.01, -118.0, 192.0, 24.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_plate_spinachomelette = { "anim@djs@food@plated", "djs_food_plate_bite_loop", "Homemade Spinach Omelette", AnimationOptions = { Prop = "djs_plate_spinachomelette", PropBone = 18905, PropPlacement = { 0.14, 0.0, 0.02, -13.0, -1.0, 0.0 }, SecondProp = "djs_fork", SecondPropBone = 57005, SecondPropPlacement = { 0.14, 0.02, 0.01, -118.0, 192.0, 24.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_plate_steakomelette = { "anim@djs@food@plated", "djs_food_plate_bite_loop", "Homemade Steak Omelette", AnimationOptions = { Prop = "djs_plate_steakomelette", PropBone = 18905, PropPlacement = { 0.14, 0.0, 0.02, -13.0, -1.0, 0.0 }, SecondProp = "djs_fork", SecondPropBone = 57005, SecondPropPlacement = { 0.14, 0.02, 0.01, -118.0, 192.0, 24.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_plate_strawberrybanannapancakes = { "anim@djs@food@plated", "djs_food_plate_bite_loop", "Homemade Strawberry Banana Pancakes", AnimationOptions = { Prop = "djs_plate_strawberrybanannapancakes", PropBone = 18905, PropPlacement = { 0.14, 0.0, 0.02, -13.0, -1.0, 0.0 }, SecondProp = "djs_fork", SecondPropBone = 57005, SecondPropPlacement = { 0.14, 0.02, 0.01, -118.0, 192.0, 24.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_plate_strawberryfrenchtoast = { "anim@djs@food@plated", "djs_food_plate_bite_loop", "Homemade Strawberry French Toast", AnimationOptions = { Prop = "djs_plate_strawberryfrenchtoast", PropBone = 18905, PropPlacement = { 0.14, 0.0, 0.02, -13.0, -1.0, 0.0 }, SecondProp = "djs_fork", SecondPropBone = 57005, SecondPropPlacement = { 0.14, 0.02, 0.01, -118.0, 192.0, 24.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_plate_sunnyegg = { "anim@djs@food@plated", "djs_food_plate_bite_loop", "Homemade Sunny Side Egg", AnimationOptions = { Prop = "djs_plate_sunnyegg", PropBone = 18905, PropPlacement = { 0.14, 0.0, 0.02, -13.0, -1.0, 0.0 }, SecondProp = "djs_fork", SecondPropBone = 57005, SecondPropPlacement = { 0.14, 0.02, 0.01, -118.0, 192.0, 24.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_plate_toastsasuageeggs = { "anim@djs@food@plated", "djs_food_plate_bite_loop", "Homemade Sausage Toast Eggs", AnimationOptions = { Prop = "djs_plate_toastsasuageeggs", PropBone = 18905, PropPlacement = { 0.14, 0.0, 0.02, -13.0, -1.0, 0.0 }, SecondProp = "djs_fork", SecondPropBone = 57005, SecondPropPlacement = { 0.14, 0.02, 0.01, -118.0, 192.0, 24.0 }, EmoteLoop = true, EmoteMoving = true }},
djs_plate_treslechepancake = { "anim@djs@food@plated", "djs_food_plate_bite_loop", "Homemade Tres Leches Pancakes", AnimationOptions = { Prop = "djs_plate_treslechepancake", PropBone = 18905, PropPlacement = { 0.14, 0.0, 0.02, -13.0, -1.0, 0.0 }, SecondProp = "djs_fork", SecondPropBone = 57005, SecondPropPlacement = { 0.14, 0.02, 0.01, -118.0, 192.0, 24.0 }, EmoteLoop = true, EmoteMoving = true }},

djs_prop_chocolatemilk = { "mp_player_intdrink", "loop", "Chocolate Milk", AnimationOptions = { Prop = "djs_prop_chocolatemilk", PropBone = 18905, PropPlacement = { 0.119000, -0.162000, 0.000000, 280.644714, 0.000000, -8.700002 }, EmoteLoop = true, EmoteMoving = true }},
djs_prop_milk = { "mp_player_intdrink", "loop", "Milk", AnimationOptions = { Prop = "djs_prop_milk", PropBone = 18905, PropPlacement = { 0.119000, -0.162000, 0.000000, 280.644714, 0.000000, -8.700002 }, EmoteLoop = true, EmoteMoving = true }},
djs_prop_coffeecup = { "anim@djs@drink@coffee", "djs_drink_coffee_sip_long", "Cup of Coffee", AnimationOptions = { Prop = "djs_prop_coffeecup", PropBone = 57005, PropPlacement = { 0.135000, 0.010000, -0.040000, -83.000053, -53.000000, -2.500000 }, EmoteLoop = true, EmoteMoving = true }},
```

{% endcode %}

Add the items below to your `jims-consumables` into `shared/consumables.lua`.

{% code overflow="wrap" expandable="true" %}

```
-- DJ's Collections Breakfast
djs_bigplate_baconeggtoast = { emote = "djs_bigplate_baconeggtoast", canRun = false, time = math.random(2500, 3500), stress = 0, heal = 0, armor = 0, type = "food", stats = { hunger = 20, }},
djs_bigplate_cinnamonroll = { emote = "djs_bigplate_cinnamonroll", canRun = false, time = math.random(2500, 3500), stress = 0, heal = 0, armor = 0, type = "food", stats = { hunger = 20, }},
djs_bigplate_creamcheeseavocadotoast = { emote = "djs_bigplate_creamcheeseavocadotoast", canRun = false, time = math.random(2500, 3500), stress = 0, heal = 0, armor = 0, type = "food", stats = { hunger = 20, }},
djs_plate_avocadotoast = { emote = "djs_plate_avocadotoast", canRun = false, time = math.random(2500, 3500), stress = 0, heal = 0, armor = 0, type = "food", stats = { hunger = 20, }},
djs_plate_bacon = { emote = "djs_plate_bacon", canRun = false, time = math.random(2500, 3500), stress = 0, heal = 0, armor = 0, type = "food", stats = { hunger = 20, }},
djs_plate_baconeggtoast = { emote = "djs_plate_baconeggtoast", canRun = false, time = math.random(2500, 3500), stress = 0, heal = 0, armor = 0, type = "food", stats = { hunger = 20, }},
djs_plate_baconomelette = { emote = "djs_plate_baconomelette", canRun = false, time = math.random(2500, 3500), stress = 0, heal = 0, armor = 0, type = "food", stats = { hunger = 20, }},
djs_plate_blueberrypancakes = { emote = "djs_plate_blueberrypancakes", canRun = false, time = math.random(2500, 3500), stress = 0, heal = 0, armor = 0, type = "food", stats = { hunger = 20, }},
djs_plate_chickenfajitaomelette = { emote = "djs_plate_chickenfajitaomelette", canRun = false, time = math.random(2500, 3500), stress = 0, heal = 0, armor = 0, type = "food", stats = { hunger = 20, }},
djs_plate_chocolatechippancake = { emote = "djs_plate_chocolatechippancake", canRun = false, time = math.random(2500, 3500), stress = 0, heal = 0, armor = 0, type = "food", stats = { hunger = 20, }},
djs_plate_cinammonpancakes = { emote = "djs_plate_cinammonpancakes", canRun = false, time = math.random(2500, 3500), stress = 0, heal = 0, armor = 0, type = "food", stats = { hunger = 20, }},
djs_plate_cinnamonroll = { emote = "djs_plate_cinnamonroll", canRun = false, time = math.random(2500, 3500), stress = 0, heal = 0, armor = 0, type = "food", stats = { hunger = 20, }},
djs_plate_cupcakepancake = { emote = "djs_plate_cupcakepancake", canRun = false, time = math.random(2500, 3500), stress = 0, heal = 0, armor = 0, type = "food", stats = { hunger = 20, }},
djs_plate_frenchtoast = { emote = "djs_plate_frenchtoast", canRun = false, time = math.random(2500, 3500), stress = 0, heal = 0, armor = 0, type = "food", stats = { hunger = 20, }},
djs_plate_newyorkcheesecakepancake = { emote = "djs_plate_newyorkcheesecakepancake", canRun = false, time = math.random(2500, 3500), stress = 0, heal = 0, armor = 0, type = "food", stats = { hunger = 20, }},
djs_plate_origbuttermilkpancake = { emote = "djs_plate_origbuttermilkpancake", canRun = false, time = math.random(2500, 3500), stress = 0, heal = 0, armor = 0, type = "food", stats = { hunger = 20, }},
djs_plate_spinachomelette = { emote = "djs_plate_spinachomelette", canRun = false, time = math.random(2500, 3500), stress = 0, heal = 0, armor = 0, type = "food", stats = { hunger = 20, }},
djs_plate_steakomelette = { emote = "djs_plate_steakomelette", canRun = false, time = math.random(2500, 3500), stress = 0, heal = 0, armor = 0, type = "food", stats = { hunger = 20, }},
djs_plate_strawberrybanannapancakes = { emote = "djs_plate_strawberrybanannapancakes", canRun = false, time = math.random(2500, 3500), stress = 0, heal = 0, armor = 0, type = "food", stats = { hunger = 20, }},
djs_plate_strawberryfrenchtoast = { emote = "djs_plate_strawberryfrenchtoast", canRun = false, time = math.random(2500, 3500), stress = 0, heal = 0, armor = 0, type = "food", stats = { hunger = 20, }},
djs_plate_sunnyegg = { emote = "djs_plate_sunnyegg", canRun = false, time = math.random(2500, 3500), stress = 0, heal = 0, armor = 0, type = "food", stats = { hunger = 20, }},
djs_plate_toastsasuageeggs = { emote = "djs_plate_toastsasuageeggs", canRun = false, time = math.random(2500, 3500), stress = 0, heal = 0, armor = 0, type = "food", stats = { hunger = 20, }},
djs_plate_treslechepancake = { emote = "djs_plate_treslechepancake", canRun = false, time = math.random(2500, 3500), stress = 0, heal = 0, armor = 0, type = "food", stats = { hunger = 20, }},

djs_prop_chocolatemilk = { emote = "djs_prop_chocolatemilk", canRun = true, time = math.random(2500, 3500), stress = 0, heal = 0, armor = 0, type = "drink", stats = { thirst = 20, }},
djs_prop_milk = { emote = "djs_prop_milk", canRun = true, time = math.random(2500, 3500), stress = 0, heal = 0, armor = 0, type = "drink", stats = { thirst = 20, }},
djs_prop_coffeecup = { emote = "djs_prop_coffeecup", canRun = true, time = math.random(17500, 18500), stress = 0, heal = 0, armor = 0, type = "drink", stats = { thirst = 20, }},
```

{% endcode %}
{% endtab %}

{% tab title="Zykes Consumables" %}

* Copy the item config **(non-consumable)** and put it into your inventory item list like normal.
* Copy the item config **(consuamble)**, go in-game, run `/consum:import` and paste the item list into that text area, and import. **Make sure** to restart your server with your items in your inventory before importing via our system.
* If the format is valid, you can now run `/consum:activate_batch` to activate your latest batch, if you don't want to manually check all items & activate them in our `/consum:ic` menu.
* All items that are valid have now been successfully inserted and activated.

{% hint style="info" %}
zyke\_lib v2.5.1 and zyke\_consumables v1.1.12 are required
{% endhint %}
{% endtab %}
{% endtabs %}

***

## **Inventory Icons**

Make sure to add these icons to your preferred inventory’s image folder for them to display correctly.

{% stepper %}
{% step %}

### Ox Inventory

`ox_inventory/web/images`
{% endstep %}

{% step %}

### QS Inventory

`qs-inventory/html/images`
{% endstep %}
{% endstepper %}

***

{% file src="/files/pgXE4AIAMu5cnTbe29Ys" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.djscollections.com/standalone-food-pack/breakfast/installation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
