> For the complete documentation index, see [llms.txt](https://docs.djscollections.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.djscollections.com/paid-furniture-products/bean-bags/installation.md).

# Installation

This guide will walk you through installing Breakfast Models on supported housing & inventorys your FiveM server.

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

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

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

Add `cfx-djs-beanbags` to your `server.cfg`

```
ensure cfx-djs-beanbags
```

{% endstep %}

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

Add the required furniture to your housing resource — see Housing Configs below.
{% endstep %}

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

Add the required furniture to your Inventory resource — see Inventory Configs 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 %}

***

## Housing Configs <a href="#items" id="items"></a>

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

{% tabs %}
{% tab title="NoLag Properties" %}
Add the furniture items below to your `nolag_properties/custom/furniture`.

{% code expandable="true" %}

```
--[[ 
    Greetings, esteemed developer! If you're reading this, you're probably curious about the functioning of this
    automated insertion system. It's incredibly straightforward. Just follow the same syntax as the provided examples
    to populate your furniture and append the insertFurniture function at the conclusion of this document.
    This process will enable you to add individual items or groups to the Furnitures table.

    Furthermore, you have the option to enhance the visibility of your furniture by incorporating a distinct color!
]]

if GetResourceState('cfx-dj-furniture') ~= 'started' and GetResourceState('cfx-djs-beanbags') ~= 'started' then
    return
end

CreateThread(function()
    local djs_beanbags = {
            {
                ["object"] = "beanbag_animecomic.ydr", ["price"] = 150, ["label"] = "Beanbag Anime Comic", ["background"] = "rgba(255, 140, 0, 0.17)",
                ["group_items"] = {
                    { ["object"] = "beanbag_baseball.ydr", ["price"] = 150, ["label"] = "Beanbag Baseball", ["background"] = "rgba(255, 140, 0, 0.17)" },
                    { ["object"] = "beanbag_black.ydr", ["price"] = 150, ["label"] = "Beanbag Black", ["background"] = "rgba(255, 140, 0, 0.17)" },
                    { ["object"] = "beanbag_blackgoldlv.ydr", ["price"] = 150, ["label"] = "Beanbag Black Gold LV", ["background"] = "rgba(255, 140, 0, 0.17)" },
                    { ["object"] = "beanbag_blackgraygucci.ydr", ["price"] = 150, ["label"] = "Beanbag Black Gray Gucci", ["background"] = "rgba(255, 140, 0, 0.17)" },
                    { ["object"] = "beanbag_blackwhitelv.ydr", ["price"] = 150, ["label"] = "Beanbag Black White LV", ["background"] = "rgba(255, 140, 0, 0.17)" },
                    { ["object"] = "beanbag_blackwhiteredgucci.ydr", ["price"] = 150, ["label"] = "Beanbag Black White Red Gucci", ["background"] = "rgba(255, 140, 0, 0.17)" },
                    { ["object"] = "beanbag_blue.ydr", ["price"] = 150, ["label"] = "Beanbag Blue", ["background"] = "rgba(255, 140, 0, 0.17)" },
                    { ["object"] = "beanbag_brown.ydr", ["price"] = 150, ["label"] = "Beanbag Brown", ["background"] = "rgba(255, 140, 0, 0.17)" },
                    { ["object"] = "beanbag_browngoldlv.ydr", ["price"] = 150, ["label"] = "Beanbag Brown Gold LV", ["background"] = "rgba(255, 140, 0, 0.17)" },
                    { ["object"] = "beanbag_cow.ydr", ["price"] = 150, ["label"] = "Beanbag Cow", ["background"] = "rgba(255, 140, 0, 0.17)" },
                    { ["object"] = "beanbag_dice.ydr", ["price"] = 150, ["label"] = "Beanbag Dice", ["background"] = "rgba(255, 140, 0, 0.17)" },
                    { ["object"] = "beanbag_disney.ydr", ["price"] = 150, ["label"] = "Beanbag Disney", ["background"] = "rgba(255, 140, 0, 0.17)" },
                    { ["object"] = "beanbag_gray.ydr", ["price"] = 150, ["label"] = "Beanbag Gray", ["background"] = "rgba(255, 140, 0, 0.17)" },
                    { ["object"] = "beanbag_green.ydr", ["price"] = 150, ["label"] = "Beanbag Green", ["background"] = "rgba(255, 140, 0, 0.17)" },
                    { ["object"] = "beanbag_hellokitty.ydr", ["price"] = 150, ["label"] = "Beanbag Hello Kitty", ["background"] = "rgba(255, 140, 0, 0.17)" },
                    { ["object"] = "beanbag_lightblue.ydr", ["price"] = 150, ["label"] = "Beanbag Light Blue", ["background"] = "rgba(255, 140, 0, 0.17)" },
                    { ["object"] = "beanbag_lightgray.ydr", ["price"] = 150, ["label"] = "Beanbag Light Gray", ["background"] = "rgba(255, 140, 0, 0.17)" },
                    { ["object"] = "beanbag_lightgreen.ydr", ["price"] = 150, ["label"] = "Beanbag Light Green", ["background"] = "rgba(255, 140, 0, 0.17)" },
                    { ["object"] = "beanbag_lightpurple.ydr", ["price"] = 150, ["label"] = "Beanbag Light Purple", ["background"] = "rgba(255, 140, 0, 0.17)" },
                    { ["object"] = "beanbag_marvelcomic.ydr", ["price"] = 150, ["label"] = "Beanbag Marvel Comic", ["background"] = "rgba(255, 140, 0, 0.17)" },
                    { ["object"] = "beanbag_multicolorflower.ydr", ["price"] = 150, ["label"] = "Beanbag Multicolor Flower", ["background"] = "rgba(255, 140, 0, 0.17)" },
                    { ["object"] = "beanbag_mushroom.ydr", ["price"] = 150, ["label"] = "Beanbag Mushroom", ["background"] = "rgba(255, 140, 0, 0.17)" },
                    { ["object"] = "beanbag_orange.ydr", ["price"] = 150, ["label"] = "Beanbag Orange", ["background"] = "rgba(255, 140, 0, 0.17)" },
                    { ["object"] = "beanbag_pinkcamo.ydr", ["price"] = 150, ["label"] = "Beanbag Pink Camo", ["background"] = "rgba(255, 140, 0, 0.17)" },
                    { ["object"] = "beanbag_pinkgucci.ydr", ["price"] = 150, ["label"] = "Beanbag Pink Gucci", ["background"] = "rgba(255, 140, 0, 0.17)" },
                    { ["object"] = "beanbag_pinkpineapples.ydr", ["price"] = 150, ["label"] = "Beanbag Pink Pineapples", ["background"] = "rgba(255, 140, 0, 0.17)" },
                    { ["object"] = "beanbag_purple.ydr", ["price"] = 150, ["label"] = "Beanbag Purple", ["background"] = "rgba(255, 140, 0, 0.17)" },
                    { ["object"] = "beanbag_red.ydr", ["price"] = 150, ["label"] = "Beanbag Red", ["background"] = "rgba(255, 140, 0, 0.17)" },
                    { ["object"] = "beanbag_redblackdisney.ydr", ["price"] = 150, ["label"] = "Beanbag Red Black Disney", ["background"] = "rgba(255, 140, 0, 0.17)" },
                    { ["object"] = "beanbag_redpinkflower.ydr", ["price"] = 150, ["label"] = "Beanbag Red Pink Flower", ["background"] = "rgba(255, 140, 0, 0.17)" },
                    { ["object"] = "beanbag_tangucci.ydr", ["price"] = 150, ["label"] = "Beanbag Tan Gucci", ["background"] = "rgba(255, 140, 0, 0.17)" },
                    { ["object"] = "beanbag_tiger.ydr", ["price"] = 150, ["label"] = "Beanbag Tiger", ["background"] = "rgba(255, 140, 0, 0.17)" },
                    { ["object"] = "beanbag_white.ydr", ["price"] = 150, ["label"] = "Beanbag White", ["background"] = "rgba(255, 140, 0, 0.17)" },
                    { ["object"] = "beanbag_whiteblackdior.ydr", ["price"] = 150, ["label"] = "Beanbag White Black Dior", ["background"] = "rgba(255, 140, 0, 0.17)" },
                    { ["object"] = "beanbag_whitepinkdior.ydr", ["price"] = 150, ["label"] = "Beanbag White Pink Dior", ["background"] = "rgba(255, 140, 0, 0.17)" },
                    { ["object"] = "beanbag_yellow.ydr", ["price"] = 150, ["label"] = "Beanbag Yellow", ["background"] = "rgba(255, 140, 0, 0.17)" },
                    { ["object"] = "beanbag_zebra.ydr", ["price"] = 150, ["label"] = "Beanbag Zebra", ["background"] = "rgba(255, 140, 0, 0.17)" },
                    { ["object"] = "beanbag_temp1.ydr", ["price"] = 150, ["label"] = "Beanbag Temp 1", ["background"] = "rgba(255, 140, 0, 0.17)" },
                    { ["object"] = "beanbag_temp2.ydr", ["price"] = 150, ["label"] = "Beanbag Temp 2", ["background"] = "rgba(255, 140, 0, 0.17)" },
                    { ["object"] = "beanbag_temp3.ydr", ["price"] = 150, ["label"] = "Beanbag Temp 3", ["background"] = "rgba(255, 140, 0, 0.17)" },
                    { ["object"] = "beanbag_temp4.ydr", ["price"] = 150, ["label"] = "Beanbag Temp 4", ["background"] = "rgba(255, 140, 0, 0.17)" },
                    { ["object"] = "beanbag_temp5.ydr", ["price"] = 150, ["label"] = "Beanbag Temp 5", ["background"] = "rgba(255, 140, 0, 0.17)" },
                    { ["object"] = "beanbag_temp6.ydr", ["price"] = 150, ["label"] = "Beanbag Temp 6", ["background"] = "rgba(255, 140, 0, 0.17)" },
                    { ["object"] = "beanbag_temp7.ydr", ["price"] = 150, ["label"] = "Beanbag Temp 7", ["background"] = "rgba(255, 140, 0, 0.17)" },
                    { ["object"] = "beanbag_temp8.ydr", ["price"] = 150, ["label"] = "Beanbag Temp 8", ["background"] = "rgba(255, 140, 0, 0.17)" },
                    { ["object"] = "beanbag_temp9.ydr", ["price"] = 150, ["label"] = "Beanbag Temp 9", ["background"] = "rgba(255, 140, 0, 0.17)" },
                    { ["object"] = "beanbag_temp10.ydr", ["price"] = 150, ["label"] = "Beanbag Temp 10", ["background"] = "rgba(255, 140, 0, 0.17)" },
                }
            }
        }

    InsertFurniture(FurnitureConfig.Furniture.sofas, djs_babycribs_sofas)
end)
```

{% endcode %}
{% endtab %}

{% tab title="RTX Housing" %}
Add the furniture items below to your `rtx_housing/configs/furniture.lua`

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

```
-- RTX Housing System — configs/furniture.lua
-- Add these entries into Config.FurnitureData = { ... }

["djs_beanbag_animecomic"] = {
    price = 500,
    interactable = false,
},

["djs_beanbag_baseball"] = {
    price = 500,
    interactable = false,
},

["djs_beanbag_black"] = {
    price = 500,
    interactable = false,
},

["djs_beanbag_blackgoldstars"] = {
    price = 500,
    interactable = false,
},

["djs_beanbag_blackgraygg"] = {
    price = 500,
    interactable = false,
},

["djs_beanbag_blackwhitedgg"] = {
    price = 500,
    interactable = false,
},

["djs_beanbag_blackwhitestars"] = {
    price = 500,
    interactable = false,
},

["djs_beanbag_blue"] = {
    price = 500,
    interactable = false,
},

["djs_beanbag_brown"] = {
    price = 500,
    interactable = false,
},

["djs_beanbag_browngoldstars"] = {
    price = 500,
    interactable = false,
},

["djs_beanbag_comic"] = {
    price = 500,
    interactable = false,
},

["djs_beanbag_cow"] = {
    price = 500,
    interactable = false,
},

["djs_beanbag_dice"] = {
    price = 500,
    interactable = false,
},

["djs_beanbag_gray"] = {
    price = 500,
    interactable = false,
},

["djs_beanbag_green"] = {
    price = 500,
    interactable = false,
},

["djs_beanbag_hikitty"] = {
    price = 500,
    interactable = false,
},

["djs_beanbag_lightblue"] = {
    price = 500,
    interactable = false,
},

["djs_beanbag_lightgray"] = {
    price = 500,
    interactable = false,
},

["djs_beanbag_lightgreen"] = {
    price = 500,
    interactable = false,
},

["djs_beanbag_lightpurple"] = {
    price = 500,
    interactable = false,
},

["djs_beanbag_mouse"] = {
    price = 500,
    interactable = false,
},

["djs_beanbag_multicolorflower"] = {
    price = 500,
    interactable = false,
},

["djs_beanbag_mushroom"] = {
    price = 500,
    interactable = false,
},

["djs_beanbag_orange"] = {
    price = 500,
    interactable = false,
},

["djs_beanbag_pinkcamo"] = {
    price = 500,
    interactable = false,
},

["djs_beanbag_pinkgg"] = {
    price = 500,
    interactable = false,
},

["djs_beanbag_pinkpineapples"] = {
    price = 500,
    interactable = false,
},

["djs_beanbag_purple"] = {
    price = 500,
    interactable = false,
},

["djs_beanbag_red"] = {
    price = 500,
    interactable = false,
},

["djs_beanbag_redblackmouse"] = {
    price = 500,
    interactable = false,
},

["djs_beanbag_redpinkflower"] = {
    price = 500,
    interactable = false,
},

["djs_beanbag_tangg"] = {
    price = 500,
    interactable = false,
},
```

{% endcode %}

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

```
-- RTX Housing System — configs/furniture.lua
-- Optional: add this subcategory into an existing category's `subcategory` table

["djs_beanbags"] = {
    label = "DJS Beanbags",
    objects = {
        {object = "djs_beanbag_animecomic"},
        {object = "djs_beanbag_baseball"},
        {object = "djs_beanbag_black"},
        {object = "djs_beanbag_blackgoldstars"},
        {object = "djs_beanbag_blackgraygg"},
        {object = "djs_beanbag_blackwhitedgg"},
        {object = "djs_beanbag_blackwhitestars"},
        {object = "djs_beanbag_blue"},
        {object = "djs_beanbag_brown"},
        {object = "djs_beanbag_browngoldstars"},
        {object = "djs_beanbag_comic"},
        {object = "djs_beanbag_cow"},
        {object = "djs_beanbag_dice"},
        {object = "djs_beanbag_gray"},
        {object = "djs_beanbag_green"},
        {object = "djs_beanbag_hikitty"},
        {object = "djs_beanbag_lightblue"},
        {object = "djs_beanbag_lightgray"},
        {object = "djs_beanbag_lightgreen"},
        {object = "djs_beanbag_lightpurple"},
        {object = "djs_beanbag_mouse"},
        {object = "djs_beanbag_multicolorflower"},
        {object = "djs_beanbag_mushroom"},
        {object = "djs_beanbag_orange"},
        {object = "djs_beanbag_pinkcamo"},
        {object = "djs_beanbag_pinkgg"},
        {object = "djs_beanbag_pinkpineapples"},
        {object = "djs_beanbag_purple"},
        {object = "djs_beanbag_red"},
        {object = "djs_beanbag_redblackmouse"},
        {object = "djs_beanbag_redpinkflower"},
        {object = "djs_beanbag_tangg"},
    },
},
```

{% endcode %}
{% endtab %}

{% tab title="PS Housing" %}
Add the furniture items below to your `ps-housing/shared/config.lua`

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

```
-- ps-housing (Project Sloth) — shared/config.lua
-- Add this category into Config.Furniture = { ... }

["djs_beanbags"] = {
    label = "DJS Beanbags",
    items = {
        { ["object"] = "djs_beanbag_animecomic", ["price"] = 500, ["label"] = "Anime Comic Beanbag" },
        { ["object"] = "djs_beanbag_baseball", ["price"] = 500, ["label"] = "Baseball Beanbag" },
        { ["object"] = "djs_beanbag_black", ["price"] = 500, ["label"] = "Black Beanbag" },
        { ["object"] = "djs_beanbag_blackgoldstars", ["price"] = 500, ["label"] = "Black Gold Stars Beanbag" },
        { ["object"] = "djs_beanbag_blackgraygg", ["price"] = 500, ["label"] = "Black Gray Beanbag" },
        { ["object"] = "djs_beanbag_blackwhitedgg", ["price"] = 500, ["label"] = "Black White Beanbag" },
        { ["object"] = "djs_beanbag_blackwhitestars", ["price"] = 500, ["label"] = "Black White Stars Beanbag" },
        { ["object"] = "djs_beanbag_blue", ["price"] = 500, ["label"] = "Blue Beanbag" },
        { ["object"] = "djs_beanbag_brown", ["price"] = 500, ["label"] = "Brown Beanbag" },
        { ["object"] = "djs_beanbag_browngoldstars", ["price"] = 500, ["label"] = "Brown Gold Stars Beanbag" },
        { ["object"] = "djs_beanbag_comic", ["price"] = 500, ["label"] = "Comic Beanbag" },
        { ["object"] = "djs_beanbag_cow", ["price"] = 500, ["label"] = "Cow Print Beanbag" },
        { ["object"] = "djs_beanbag_dice", ["price"] = 500, ["label"] = "Dice Beanbag" },
        { ["object"] = "djs_beanbag_gray", ["price"] = 500, ["label"] = "Gray Beanbag" },
        { ["object"] = "djs_beanbag_green", ["price"] = 500, ["label"] = "Green Beanbag" },
        { ["object"] = "djs_beanbag_hikitty", ["price"] = 500, ["label"] = "Hi Kitty Beanbag" },
        { ["object"] = "djs_beanbag_lightblue", ["price"] = 500, ["label"] = "Light Blue Beanbag" },
        { ["object"] = "djs_beanbag_lightgray", ["price"] = 500, ["label"] = "Light Gray Beanbag" },
        { ["object"] = "djs_beanbag_lightgreen", ["price"] = 500, ["label"] = "Light Green Beanbag" },
        { ["object"] = "djs_beanbag_lightpurple", ["price"] = 500, ["label"] = "Light Purple Beanbag" },
        { ["object"] = "djs_beanbag_mouse", ["price"] = 500, ["label"] = "Mouse Print Beanbag" },
        { ["object"] = "djs_beanbag_multicolorflower", ["price"] = 500, ["label"] = "Multicolor Flower Beanbag" },
        { ["object"] = "djs_beanbag_mushroom", ["price"] = 500, ["label"] = "Mushroom Beanbag" },
        { ["object"] = "djs_beanbag_orange", ["price"] = 500, ["label"] = "Orange Beanbag" },
        { ["object"] = "djs_beanbag_pinkcamo", ["price"] = 500, ["label"] = "Pink Camo Beanbag" },
        { ["object"] = "djs_beanbag_pinkgg", ["price"] = 500, ["label"] = "Pink Beanbag" },
        { ["object"] = "djs_beanbag_pinkpineapples", ["price"] = 500, ["label"] = "Pink Pineapples Beanbag" },
        { ["object"] = "djs_beanbag_purple", ["price"] = 500, ["label"] = "Purple Beanbag" },
        { ["object"] = "djs_beanbag_red", ["price"] = 500, ["label"] = "Red Beanbag" },
        { ["object"] = "djs_beanbag_redblackmouse", ["price"] = 500, ["label"] = "Red Black Mouse Beanbag" },
        { ["object"] = "djs_beanbag_redpinkflower", ["price"] = 500, ["label"] = "Red Pink Flower Beanbag" },
        { ["object"] = "djs_beanbag_tangg", ["price"] = 500, ["label"] = "Tan Beanbag" },
    },
},
```

{% endcode %}
{% endtab %}

{% tab title="QB / QS" %}
Add the furniture items below to your `qs-housing/config.lua` or `qb-houses/config.lua`

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

```
-- qs-housing (qb-houses-style) — config.lua
-- Add this category into Config.Furniture = { ... }

djs_beanbags = {
    label = "DJS Beanbags",
    items = {
        { object = "djs_beanbag_animecomic", price = 500, label = "Anime Comic Beanbag" },
        { object = "djs_beanbag_baseball", price = 500, label = "Baseball Beanbag" },
        { object = "djs_beanbag_black", price = 500, label = "Black Beanbag" },
        { object = "djs_beanbag_blackgoldstars", price = 500, label = "Black Gold Stars Beanbag" },
        { object = "djs_beanbag_blackgraygg", price = 500, label = "Black Gray Beanbag" },
        { object = "djs_beanbag_blackwhitedgg", price = 500, label = "Black White Beanbag" },
        { object = "djs_beanbag_blackwhitestars", price = 500, label = "Black White Stars Beanbag" },
        { object = "djs_beanbag_blue", price = 500, label = "Blue Beanbag" },
        { object = "djs_beanbag_brown", price = 500, label = "Brown Beanbag" },
        { object = "djs_beanbag_browngoldstars", price = 500, label = "Brown Gold Stars Beanbag" },
        { object = "djs_beanbag_comic", price = 500, label = "Comic Beanbag" },
        { object = "djs_beanbag_cow", price = 500, label = "Cow Print Beanbag" },
        { object = "djs_beanbag_dice", price = 500, label = "Dice Beanbag" },
        { object = "djs_beanbag_gray", price = 500, label = "Gray Beanbag" },
        { object = "djs_beanbag_green", price = 500, label = "Green Beanbag" },
        { object = "djs_beanbag_hikitty", price = 500, label = "Hi Kitty Beanbag" },
        { object = "djs_beanbag_lightblue", price = 500, label = "Light Blue Beanbag" },
        { object = "djs_beanbag_lightgray", price = 500, label = "Light Gray Beanbag" },
        { object = "djs_beanbag_lightgreen", price = 500, label = "Light Green Beanbag" },
        { object = "djs_beanbag_lightpurple", price = 500, label = "Light Purple Beanbag" },
        { object = "djs_beanbag_mouse", price = 500, label = "Mouse Print Beanbag" },
        { object = "djs_beanbag_multicolorflower", price = 500, label = "Multicolor Flower Beanbag" },
        { object = "djs_beanbag_mushroom", price = 500, label = "Mushroom Beanbag" },
        { object = "djs_beanbag_orange", price = 500, label = "Orange Beanbag" },
        { object = "djs_beanbag_pinkcamo", price = 500, label = "Pink Camo Beanbag" },
        { object = "djs_beanbag_pinkgg", price = 500, label = "Pink Beanbag" },
        { object = "djs_beanbag_pinkpineapples", price = 500, label = "Pink Pineapples Beanbag" },
        { object = "djs_beanbag_purple", price = 500, label = "Purple Beanbag" },
        { object = "djs_beanbag_red", price = 500, label = "Red Beanbag" },
        { object = "djs_beanbag_redblackmouse", price = 500, label = "Red Black Mouse Beanbag" },
        { object = "djs_beanbag_redpinkflower", price = 500, label = "Red Pink Flower Beanbag" },
        { object = "djs_beanbag_tangg", price = 500, label = "Tan Beanbag" },
    },
},
```

{% endcode %}
{% endtab %}

{% tab title="Loaf Housing" %}
Add the furniture items below to your `loaf_housing/config/furniture.lua`

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

```
-- Loaf Housing — config/furniture.lua
-- Add this category (verify field names/order against your installed version)

djs_beanbags = {
    label = "DJS Beanbags",
    items = {
        { object = "djs_beanbag_animecomic", price = 500, label = "Anime Comic Beanbag" },
        { object = "djs_beanbag_baseball", price = 500, label = "Baseball Beanbag" },
        { object = "djs_beanbag_black", price = 500, label = "Black Beanbag" },
        { object = "djs_beanbag_blackgoldstars", price = 500, label = "Black Gold Stars Beanbag" },
        { object = "djs_beanbag_blackgraygg", price = 500, label = "Black Gray Beanbag" },
        { object = "djs_beanbag_blackwhitedgg", price = 500, label = "Black White Beanbag" },
        { object = "djs_beanbag_blackwhitestars", price = 500, label = "Black White Stars Beanbag" },
        { object = "djs_beanbag_blue", price = 500, label = "Blue Beanbag" },
        { object = "djs_beanbag_brown", price = 500, label = "Brown Beanbag" },
        { object = "djs_beanbag_browngoldstars", price = 500, label = "Brown Gold Stars Beanbag" },
        { object = "djs_beanbag_comic", price = 500, label = "Comic Beanbag" },
        { object = "djs_beanbag_cow", price = 500, label = "Cow Print Beanbag" },
        { object = "djs_beanbag_dice", price = 500, label = "Dice Beanbag" },
        { object = "djs_beanbag_gray", price = 500, label = "Gray Beanbag" },
        { object = "djs_beanbag_green", price = 500, label = "Green Beanbag" },
        { object = "djs_beanbag_hikitty", price = 500, label = "Hi Kitty Beanbag" },
        { object = "djs_beanbag_lightblue", price = 500, label = "Light Blue Beanbag" },
        { object = "djs_beanbag_lightgray", price = 500, label = "Light Gray Beanbag" },
        { object = "djs_beanbag_lightgreen", price = 500, label = "Light Green Beanbag" },
        { object = "djs_beanbag_lightpurple", price = 500, label = "Light Purple Beanbag" },
        { object = "djs_beanbag_mouse", price = 500, label = "Mouse Print Beanbag" },
        { object = "djs_beanbag_multicolorflower", price = 500, label = "Multicolor Flower Beanbag" },
        { object = "djs_beanbag_mushroom", price = 500, label = "Mushroom Beanbag" },
        { object = "djs_beanbag_orange", price = 500, label = "Orange Beanbag" },
        { object = "djs_beanbag_pinkcamo", price = 500, label = "Pink Camo Beanbag" },
        { object = "djs_beanbag_pinkgg", price = 500, label = "Pink Beanbag" },
        { object = "djs_beanbag_pinkpineapples", price = 500, label = "Pink Pineapples Beanbag" },
        { object = "djs_beanbag_purple", price = 500, label = "Purple Beanbag" },
        { object = "djs_beanbag_red", price = 500, label = "Red Beanbag" },
        { object = "djs_beanbag_redblackmouse", price = 500, label = "Red Black Mouse Beanbag" },
        { object = "djs_beanbag_redpinkflower", price = 500, label = "Red Pink Flower Beanbag" },
        { object = "djs_beanbag_tangg", price = 500, label = "Tan Beanbag" },
    },
},
```

{% endcode %}
{% endtab %}

{% tab title="VMS Housing" %}
Add the furniture items into to your `SQL`

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

```
-- VMS Housing — older SQL-based furniture list
-- Newer versions: use the in-game 'All Furniture' -> '+' button instead of SQL.

INSERT INTO `houses_furniture_list`
(`model`, `label`, `price`, `deliverySize`, `tag`, `isOutdoor`, `isIndoor`, `interactableName`, `metadata`)
VALUES
('djs_beanbag_animecomic', 'Anime Comic Beanbag', 500, 1, 'decorations', 0, 1, NULL, NULL),
('djs_beanbag_baseball', 'Baseball Beanbag', 500, 1, 'decorations', 0, 1, NULL, NULL),
('djs_beanbag_black', 'Black Beanbag', 500, 1, 'decorations', 0, 1, NULL, NULL),
('djs_beanbag_blackgoldstars', 'Black Gold Stars Beanbag', 500, 1, 'decorations', 0, 1, NULL, NULL),
('djs_beanbag_blackgraygg', 'Black Gray Beanbag', 500, 1, 'decorations', 0, 1, NULL, NULL),
('djs_beanbag_blackwhitedgg', 'Black White Beanbag', 500, 1, 'decorations', 0, 1, NULL, NULL),
('djs_beanbag_blackwhitestars', 'Black White Stars Beanbag', 500, 1, 'decorations', 0, 1, NULL, NULL),
('djs_beanbag_blue', 'Blue Beanbag', 500, 1, 'decorations', 0, 1, NULL, NULL),
('djs_beanbag_brown', 'Brown Beanbag', 500, 1, 'decorations', 0, 1, NULL, NULL),
('djs_beanbag_browngoldstars', 'Brown Gold Stars Beanbag', 500, 1, 'decorations', 0, 1, NULL, NULL),
('djs_beanbag_comic', 'Comic Beanbag', 500, 1, 'decorations', 0, 1, NULL, NULL),
('djs_beanbag_cow', 'Cow Print Beanbag', 500, 1, 'decorations', 0, 1, NULL, NULL),
('djs_beanbag_dice', 'Dice Beanbag', 500, 1, 'decorations', 0, 1, NULL, NULL),
('djs_beanbag_gray', 'Gray Beanbag', 500, 1, 'decorations', 0, 1, NULL, NULL),
('djs_beanbag_green', 'Green Beanbag', 500, 1, 'decorations', 0, 1, NULL, NULL),
('djs_beanbag_hikitty', 'Hi Kitty Beanbag', 500, 1, 'decorations', 0, 1, NULL, NULL),
('djs_beanbag_lightblue', 'Light Blue Beanbag', 500, 1, 'decorations', 0, 1, NULL, NULL),
('djs_beanbag_lightgray', 'Light Gray Beanbag', 500, 1, 'decorations', 0, 1, NULL, NULL),
('djs_beanbag_lightgreen', 'Light Green Beanbag', 500, 1, 'decorations', 0, 1, NULL, NULL),
('djs_beanbag_lightpurple', 'Light Purple Beanbag', 500, 1, 'decorations', 0, 1, NULL, NULL),
('djs_beanbag_mouse', 'Mouse Print Beanbag', 500, 1, 'decorations', 0, 1, NULL, NULL),
('djs_beanbag_multicolorflower', 'Multicolor Flower Beanbag', 500, 1, 'decorations', 0, 1, NULL, NULL),
('djs_beanbag_mushroom', 'Mushroom Beanbag', 500, 1, 'decorations', 0, 1, NULL, NULL),
('djs_beanbag_orange', 'Orange Beanbag', 500, 1, 'decorations', 0, 1, NULL, NULL),
('djs_beanbag_pinkcamo', 'Pink Camo Beanbag', 500, 1, 'decorations', 0, 1, NULL, NULL),
('djs_beanbag_pinkgg', 'Pink Beanbag', 500, 1, 'decorations', 0, 1, NULL, NULL),
('djs_beanbag_pinkpineapples', 'Pink Pineapples Beanbag', 500, 1, 'decorations', 0, 1, NULL, NULL),
('djs_beanbag_purple', 'Purple Beanbag', 500, 1, 'decorations', 0, 1, NULL, NULL),
('djs_beanbag_red', 'Red Beanbag', 500, 1, 'decorations', 0, 1, NULL, NULL),
('djs_beanbag_redblackmouse', 'Red Black Mouse Beanbag', 500, 1, 'decorations', 0, 1, NULL, NULL),
('djs_beanbag_redpinkflower', 'Red Pink Flower Beanbag', 500, 1, 'decorations', 0, 1, NULL, NULL),
('djs_beanbag_tangg', 'Tan Beanbag', 500, 1, 'decorations', 0, 1, NULL, NULL);
```

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

***

## Inventory Configs

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

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

{% code expandable="true" %}

```
['djs_beanbag_animecomic'] = {
    label = 'Anime Comic Beanbag',
    weight = 5000,
    stack = false,
    close = true,
    description = 'A beanbag with an anime comic print.'
},

['djs_beanbag_baseball'] = {
    label = 'Baseball Beanbag',
    weight = 5000,
    stack = false,
    close = true,
    description = 'A beanbag with a baseball print.'
},

['djs_beanbag_black'] = {
    label = 'Black Beanbag',
    weight = 5000,
    stack = false,
    close = true,
    description = 'A plain black beanbag.'
},

['djs_beanbag_blackgoldstars'] = {
    label = 'Black Gold Stars Beanbag',
    weight = 5000,
    stack = false,
    close = true,
    description = 'A black beanbag with gold star patterns.'
},

['djs_beanbag_blackgraygg'] = {
    label = 'Black Gray Beanbag',
    weight = 5000,
    stack = false,
    close = true,
    description = 'A black and gray patterned beanbag.'
},

['djs_beanbag_blackwhitedgg'] = {
    label = 'Black White Beanbag',
    weight = 5000,
    stack = false,
    close = true,
    description = 'A black and white patterned beanbag.'
},

['djs_beanbag_blackwhitestars'] = {
    label = 'Black White Stars Beanbag',
    weight = 5000,
    stack = false,
    close = true,
    description = 'A black and white beanbag with a star pattern.'
},

['djs_beanbag_blue'] = {
    label = 'Blue Beanbag',
    weight = 5000,
    stack = false,
    close = true,
    description = 'A plain blue beanbag.'
},

['djs_beanbag_brown'] = {
    label = 'Brown Beanbag',
    weight = 5000,
    stack = false,
    close = true,
    description = 'A plain brown beanbag.'
},

['djs_beanbag_browngoldstars'] = {
    label = 'Brown Gold Stars Beanbag',
    weight = 5000,
    stack = false,
    close = true,
    description = 'A brown beanbag with gold star patterns.'
},

['djs_beanbag_comic'] = {
    label = 'Comic Beanbag',
    weight = 5000,
    stack = false,
    close = true,
    description = 'A beanbag with a comic book print.'
},

['djs_beanbag_cow'] = {
    label = 'Cow Print Beanbag',
    weight = 5000,
    stack = false,
    close = true,
    description = 'A beanbag with a cow print pattern.'
},

['djs_beanbag_dice'] = {
    label = 'Dice Beanbag',
    weight = 5000,
    stack = false,
    close = true,
    description = 'A beanbag with a dice print pattern.'
},

['djs_beanbag_gray'] = {
    label = 'Gray Beanbag',
    weight = 5000,
    stack = false,
    close = true,
    description = 'A plain gray beanbag.'
},

['djs_beanbag_green'] = {
    label = 'Green Beanbag',
    weight = 5000,
    stack = false,
    close = true,
    description = 'A plain green beanbag.'
},

['djs_beanbag_hikitty'] = {
    label = 'Hi Kitty Beanbag',
    weight = 5000,
    stack = false,
    close = true,
    description = 'A beanbag with a cute kitty print.'
},

['djs_beanbag_lightblue'] = {
    label = 'Light Blue Beanbag',
    weight = 5000,
    stack = false,
    close = true,
    description = 'A plain light blue beanbag.'
},

['djs_beanbag_lightgray'] = {
    label = 'Light Gray Beanbag',
    weight = 5000,
    stack = false,
    close = true,
    description = 'A plain light gray beanbag.'
},

['djs_beanbag_lightgreen'] = {
    label = 'Light Green Beanbag',
    weight = 5000,
    stack = false,
    close = true,
    description = 'A plain light green beanbag.'
},

['djs_beanbag_lightpurple'] = {
    label = 'Light Purple Beanbag',
    weight = 5000,
    stack = false,
    close = true,
    description = 'A plain light purple beanbag.'
},

['djs_beanbag_mouse'] = {
    label = 'Mouse Print Beanbag',
    weight = 5000,
    stack = false,
    close = true,
    description = 'A beanbag with a mouse print pattern.'
},

['djs_beanbag_multicolorflower'] = {
    label = 'Multicolor Flower Beanbag',
    weight = 5000,
    stack = false,
    close = true,
    description = 'A beanbag with a multicolor flower print.'
},

['djs_beanbag_mushroom'] = {
    label = 'Mushroom Beanbag',
    weight = 5000,
    stack = false,
    close = true,
    description = 'A beanbag with a mushroom print pattern.'
},

['djs_beanbag_orange'] = {
    label = 'Orange Beanbag',
    weight = 5000,
    stack = false,
    close = true,
    description = 'A plain orange beanbag.'
},

['djs_beanbag_pinkcamo'] = {
    label = 'Pink Camo Beanbag',
    weight = 5000,
    stack = false,
    close = true,
    description = 'A beanbag with a pink camo pattern.'
},

['djs_beanbag_pinkgg'] = {
    label = 'Pink Beanbag',
    weight = 5000,
    stack = false,
    close = true,
    description = 'A pink patterned beanbag.'
},

['djs_beanbag_pinkpineapples'] = {
    label = 'Pink Pineapples Beanbag',
    weight = 5000,
    stack = false,
    close = true,
    description = 'A beanbag with a pink pineapple print.'
},

['djs_beanbag_purple'] = {
    label = 'Purple Beanbag',
    weight = 5000,
    stack = false,
    close = true,
    description = 'A plain purple beanbag.'
},

['djs_beanbag_red'] = {
    label = 'Red Beanbag',
    weight = 5000,
    stack = false,
    close = true,
    description = 'A plain red beanbag.'
},

['djs_beanbag_redblackmouse'] = {
    label = 'Red Black Mouse Beanbag',
    weight = 5000,
    stack = false,
    close = true,
    description = 'A red and black beanbag with a mouse print.'
},

['djs_beanbag_redpinkflower'] = {
    label = 'Red Pink Flower Beanbag',
    weight = 5000,
    stack = false,
    close = true,
    description = 'A red and pink beanbag with a flower print.'
},

['djs_beanbag_tangg'] = {
    label = 'Tan Beanbag',
    weight = 5000,
    stack = false,
    close = true,
    description = 'A tan patterned beanbag.'
},
```

{% endcode %}
{% endtab %}

{% tab title="QB Inventory" %}
Add the items below to your `qb-core/shared/items.lua`.

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

```
['djs_beanbag_animecomic'] = {
    name = 'djs_beanbag_animecomic',
    label = 'Anime Comic Beanbag',
    weight = 5000,
    type = 'item',
    image = 'djs_beanbag_animecomic.png',
    unique = false,
    useable = true,
    shouldClose = true,
    combinable = nil,
    description = 'A beanbag with an anime comic print.'
},

['djs_beanbag_baseball'] = {
    name = 'djs_beanbag_baseball',
    label = 'Baseball Beanbag',
    weight = 5000,
    type = 'item',
    image = 'djs_beanbag_baseball.png',
    unique = false,
    useable = true,
    shouldClose = true,
    combinable = nil,
    description = 'A beanbag with a baseball print.'
},

['djs_beanbag_black'] = {
    name = 'djs_beanbag_black',
    label = 'Black Beanbag',
    weight = 5000,
    type = 'item',
    image = 'djs_beanbag_black.png',
    unique = false,
    useable = true,
    shouldClose = true,
    combinable = nil,
    description = 'A plain black beanbag.'
},

['djs_beanbag_blackgoldstars'] = {
    name = 'djs_beanbag_blackgoldstars',
    label = 'Black Gold Stars Beanbag',
    weight = 5000,
    type = 'item',
    image = 'djs_beanbag_blackgoldstars.png',
    unique = false,
    useable = true,
    shouldClose = true,
    combinable = nil,
    description = 'A black beanbag with gold star patterns.'
},

['djs_beanbag_blackgraygg'] = {
    name = 'djs_beanbag_blackgraygg',
    label = 'Black Gray Beanbag',
    weight = 5000,
    type = 'item',
    image = 'djs_beanbag_blackgraygg.png',
    unique = false,
    useable = true,
    shouldClose = true,
    combinable = nil,
    description = 'A black and gray patterned beanbag.'
},

['djs_beanbag_blackwhitedgg'] = {
    name = 'djs_beanbag_blackwhitedgg',
    label = 'Black White Beanbag',
    weight = 5000,
    type = 'item',
    image = 'djs_beanbag_blackwhitedgg.png',
    unique = false,
    useable = true,
    shouldClose = true,
    combinable = nil,
    description = 'A black and white patterned beanbag.'
},

['djs_beanbag_blackwhitestars'] = {
    name = 'djs_beanbag_blackwhitestars',
    label = 'Black White Stars Beanbag',
    weight = 5000,
    type = 'item',
    image = 'djs_beanbag_blackwhitestars.png',
    unique = false,
    useable = true,
    shouldClose = true,
    combinable = nil,
    description = 'A black and white beanbag with a star pattern.'
},

['djs_beanbag_blue'] = {
    name = 'djs_beanbag_blue',
    label = 'Blue Beanbag',
    weight = 5000,
    type = 'item',
    image = 'djs_beanbag_blue.png',
    unique = false,
    useable = true,
    shouldClose = true,
    combinable = nil,
    description = 'A plain blue beanbag.'
},

['djs_beanbag_brown'] = {
    name = 'djs_beanbag_brown',
    label = 'Brown Beanbag',
    weight = 5000,
    type = 'item',
    image = 'djs_beanbag_brown.png',
    unique = false,
    useable = true,
    shouldClose = true,
    combinable = nil,
    description = 'A plain brown beanbag.'
},

['djs_beanbag_browngoldstars'] = {
    name = 'djs_beanbag_browngoldstars',
    label = 'Brown Gold Stars Beanbag',
    weight = 5000,
    type = 'item',
    image = 'djs_beanbag_browngoldstars.png',
    unique = false,
    useable = true,
    shouldClose = true,
    combinable = nil,
    description = 'A brown beanbag with gold star patterns.'
},

['djs_beanbag_comic'] = {
    name = 'djs_beanbag_comic',
    label = 'Comic Beanbag',
    weight = 5000,
    type = 'item',
    image = 'djs_beanbag_comic.png',
    unique = false,
    useable = true,
    shouldClose = true,
    combinable = nil,
    description = 'A beanbag with a comic book print.'
},

['djs_beanbag_cow'] = {
    name = 'djs_beanbag_cow',
    label = 'Cow Print Beanbag',
    weight = 5000,
    type = 'item',
    image = 'djs_beanbag_cow.png',
    unique = false,
    useable = true,
    shouldClose = true,
    combinable = nil,
    description = 'A beanbag with a cow print pattern.'
},

['djs_beanbag_dice'] = {
    name = 'djs_beanbag_dice',
    label = 'Dice Beanbag',
    weight = 5000,
    type = 'item',
    image = 'djs_beanbag_dice.png',
    unique = false,
    useable = true,
    shouldClose = true,
    combinable = nil,
    description = 'A beanbag with a dice print pattern.'
},

['djs_beanbag_gray'] = {
    name = 'djs_beanbag_gray',
    label = 'Gray Beanbag',
    weight = 5000,
    type = 'item',
    image = 'djs_beanbag_gray.png',
    unique = false,
    useable = true,
    shouldClose = true,
    combinable = nil,
    description = 'A plain gray beanbag.'
},

['djs_beanbag_green'] = {
    name = 'djs_beanbag_green',
    label = 'Green Beanbag',
    weight = 5000,
    type = 'item',
    image = 'djs_beanbag_green.png',
    unique = false,
    useable = true,
    shouldClose = true,
    combinable = nil,
    description = 'A plain green beanbag.'
},

['djs_beanbag_hikitty'] = {
    name = 'djs_beanbag_hikitty',
    label = 'Hi Kitty Beanbag',
    weight = 5000,
    type = 'item',
    image = 'djs_beanbag_hikitty.png',
    unique = false,
    useable = true,
    shouldClose = true,
    combinable = nil,
    description = 'A beanbag with a cute kitty print.'
},

['djs_beanbag_lightblue'] = {
    name = 'djs_beanbag_lightblue',
    label = 'Light Blue Beanbag',
    weight = 5000,
    type = 'item',
    image = 'djs_beanbag_lightblue.png',
    unique = false,
    useable = true,
    shouldClose = true,
    combinable = nil,
    description = 'A plain light blue beanbag.'
},

['djs_beanbag_lightgray'] = {
    name = 'djs_beanbag_lightgray',
    label = 'Light Gray Beanbag',
    weight = 5000,
    type = 'item',
    image = 'djs_beanbag_lightgray.png',
    unique = false,
    useable = true,
    shouldClose = true,
    combinable = nil,
    description = 'A plain light gray beanbag.'
},

['djs_beanbag_lightgreen'] = {
    name = 'djs_beanbag_lightgreen',
    label = 'Light Green Beanbag',
    weight = 5000,
    type = 'item',
    image = 'djs_beanbag_lightgreen.png',
    unique = false,
    useable = true,
    shouldClose = true,
    combinable = nil,
    description = 'A plain light green beanbag.'
},

['djs_beanbag_lightpurple'] = {
    name = 'djs_beanbag_lightpurple',
    label = 'Light Purple Beanbag',
    weight = 5000,
    type = 'item',
    image = 'djs_beanbag_lightpurple.png',
    unique = false,
    useable = true,
    shouldClose = true,
    combinable = nil,
    description = 'A plain light purple beanbag.'
},

['djs_beanbag_mouse'] = {
    name = 'djs_beanbag_mouse',
    label = 'Mouse Print Beanbag',
    weight = 5000,
    type = 'item',
    image = 'djs_beanbag_mouse.png',
    unique = false,
    useable = true,
    shouldClose = true,
    combinable = nil,
    description = 'A beanbag with a mouse print pattern.'
},

['djs_beanbag_multicolorflower'] = {
    name = 'djs_beanbag_multicolorflower',
    label = 'Multicolor Flower Beanbag',
    weight = 5000,
    type = 'item',
    image = 'djs_beanbag_multicolorflower.png',
    unique = false,
    useable = true,
    shouldClose = true,
    combinable = nil,
    description = 'A beanbag with a multicolor flower print.'
},

['djs_beanbag_mushroom'] = {
    name = 'djs_beanbag_mushroom',
    label = 'Mushroom Beanbag',
    weight = 5000,
    type = 'item',
    image = 'djs_beanbag_mushroom.png',
    unique = false,
    useable = true,
    shouldClose = true,
    combinable = nil,
    description = 'A beanbag with a mushroom print pattern.'
},

['djs_beanbag_orange'] = {
    name = 'djs_beanbag_orange',
    label = 'Orange Beanbag',
    weight = 5000,
    type = 'item',
    image = 'djs_beanbag_orange.png',
    unique = false,
    useable = true,
    shouldClose = true,
    combinable = nil,
    description = 'A plain orange beanbag.'
},

['djs_beanbag_pinkcamo'] = {
    name = 'djs_beanbag_pinkcamo',
    label = 'Pink Camo Beanbag',
    weight = 5000,
    type = 'item',
    image = 'djs_beanbag_pinkcamo.png',
    unique = false,
    useable = true,
    shouldClose = true,
    combinable = nil,
    description = 'A beanbag with a pink camo pattern.'
},

['djs_beanbag_pinkgg'] = {
    name = 'djs_beanbag_pinkgg',
    label = 'Pink Beanbag',
    weight = 5000,
    type = 'item',
    image = 'djs_beanbag_pinkgg.png',
    unique = false,
    useable = true,
    shouldClose = true,
    combinable = nil,
    description = 'A pink patterned beanbag.'
},

['djs_beanbag_pinkpineapples'] = {
    name = 'djs_beanbag_pinkpineapples',
    label = 'Pink Pineapples Beanbag',
    weight = 5000,
    type = 'item',
    image = 'djs_beanbag_pinkpineapples.png',
    unique = false,
    useable = true,
    shouldClose = true,
    combinable = nil,
    description = 'A beanbag with a pink pineapple print.'
},

['djs_beanbag_purple'] = {
    name = 'djs_beanbag_purple',
    label = 'Purple Beanbag',
    weight = 5000,
    type = 'item',
    image = 'djs_beanbag_purple.png',
    unique = false,
    useable = true,
    shouldClose = true,
    combinable = nil,
    description = 'A plain purple beanbag.'
},

['djs_beanbag_red'] = {
    name = 'djs_beanbag_red',
    label = 'Red Beanbag',
    weight = 5000,
    type = 'item',
    image = 'djs_beanbag_red.png',
    unique = false,
    useable = true,
    shouldClose = true,
    combinable = nil,
    description = 'A plain red beanbag.'
},

['djs_beanbag_redblackmouse'] = {
    name = 'djs_beanbag_redblackmouse',
    label = 'Red Black Mouse Beanbag',
    weight = 5000,
    type = 'item',
    image = 'djs_beanbag_redblackmouse.png',
    unique = false,
    useable = true,
    shouldClose = true,
    combinable = nil,
    description = 'A red and black beanbag with a mouse print.'
},

['djs_beanbag_redpinkflower'] = {
    name = 'djs_beanbag_redpinkflower',
    label = 'Red Pink Flower Beanbag',
    weight = 5000,
    type = 'item',
    image = 'djs_beanbag_redpinkflower.png',
    unique = false,
    useable = true,
    shouldClose = true,
    combinable = nil,
    description = 'A red and pink beanbag with a flower print.'
},

['djs_beanbag_tangg'] = {
    name = 'djs_beanbag_tangg',
    label = 'Tan Beanbag',
    weight = 5000,
    type = 'item',
    image = 'djs_beanbag_tangg.png',
    unique = false,
    useable = true,
    shouldClose = true,
    combinable = nil,
    description = 'A tan patterned beanbag.'
},
```

{% endcode %}
{% endtab %}

{% tab title="QS Inventory" %}
Add the items below to your `qs-inventory/config/items.lua`.

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

```
["djs_beanbag_animecomic"] = {
    ["name"] = "djs_beanbag_animecomic",
    ["label"] = "Anime Comic Beanbag",
    ["weight"] = 5000,
    ["type"] = "item",
    ["image"] = "djs_beanbag_animecomic.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A beanbag with an anime comic print."
},

["djs_beanbag_baseball"] = {
    ["name"] = "djs_beanbag_baseball",
    ["label"] = "Baseball Beanbag",
    ["weight"] = 5000,
    ["type"] = "item",
    ["image"] = "djs_beanbag_baseball.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A beanbag with a baseball print."
},

["djs_beanbag_black"] = {
    ["name"] = "djs_beanbag_black",
    ["label"] = "Black Beanbag",
    ["weight"] = 5000,
    ["type"] = "item",
    ["image"] = "djs_beanbag_black.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A plain black beanbag."
},

["djs_beanbag_blackgoldstars"] = {
    ["name"] = "djs_beanbag_blackgoldstars",
    ["label"] = "Black Gold Stars Beanbag",
    ["weight"] = 5000,
    ["type"] = "item",
    ["image"] = "djs_beanbag_blackgoldstars.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A black beanbag with gold star patterns."
},

["djs_beanbag_blackgraygg"] = {
    ["name"] = "djs_beanbag_blackgraygg",
    ["label"] = "Black Gray Beanbag",
    ["weight"] = 5000,
    ["type"] = "item",
    ["image"] = "djs_beanbag_blackgraygg.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A black and gray patterned beanbag."
},

["djs_beanbag_blackwhitedgg"] = {
    ["name"] = "djs_beanbag_blackwhitedgg",
    ["label"] = "Black White Beanbag",
    ["weight"] = 5000,
    ["type"] = "item",
    ["image"] = "djs_beanbag_blackwhitedgg.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A black and white patterned beanbag."
},

["djs_beanbag_blackwhitestars"] = {
    ["name"] = "djs_beanbag_blackwhitestars",
    ["label"] = "Black White Stars Beanbag",
    ["weight"] = 5000,
    ["type"] = "item",
    ["image"] = "djs_beanbag_blackwhitestars.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A black and white beanbag with a star pattern."
},

["djs_beanbag_blue"] = {
    ["name"] = "djs_beanbag_blue",
    ["label"] = "Blue Beanbag",
    ["weight"] = 5000,
    ["type"] = "item",
    ["image"] = "djs_beanbag_blue.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A plain blue beanbag."
},

["djs_beanbag_brown"] = {
    ["name"] = "djs_beanbag_brown",
    ["label"] = "Brown Beanbag",
    ["weight"] = 5000,
    ["type"] = "item",
    ["image"] = "djs_beanbag_brown.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A plain brown beanbag."
},

["djs_beanbag_browngoldstars"] = {
    ["name"] = "djs_beanbag_browngoldstars",
    ["label"] = "Brown Gold Stars Beanbag",
    ["weight"] = 5000,
    ["type"] = "item",
    ["image"] = "djs_beanbag_browngoldstars.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A brown beanbag with gold star patterns."
},

["djs_beanbag_comic"] = {
    ["name"] = "djs_beanbag_comic",
    ["label"] = "Comic Beanbag",
    ["weight"] = 5000,
    ["type"] = "item",
    ["image"] = "djs_beanbag_comic.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A beanbag with a comic book print."
},

["djs_beanbag_cow"] = {
    ["name"] = "djs_beanbag_cow",
    ["label"] = "Cow Print Beanbag",
    ["weight"] = 5000,
    ["type"] = "item",
    ["image"] = "djs_beanbag_cow.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A beanbag with a cow print pattern."
},

["djs_beanbag_dice"] = {
    ["name"] = "djs_beanbag_dice",
    ["label"] = "Dice Beanbag",
    ["weight"] = 5000,
    ["type"] = "item",
    ["image"] = "djs_beanbag_dice.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A beanbag with a dice print pattern."
},

["djs_beanbag_gray"] = {
    ["name"] = "djs_beanbag_gray",
    ["label"] = "Gray Beanbag",
    ["weight"] = 5000,
    ["type"] = "item",
    ["image"] = "djs_beanbag_gray.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A plain gray beanbag."
},

["djs_beanbag_green"] = {
    ["name"] = "djs_beanbag_green",
    ["label"] = "Green Beanbag",
    ["weight"] = 5000,
    ["type"] = "item",
    ["image"] = "djs_beanbag_green.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A plain green beanbag."
},

["djs_beanbag_hikitty"] = {
    ["name"] = "djs_beanbag_hikitty",
    ["label"] = "Hi Kitty Beanbag",
    ["weight"] = 5000,
    ["type"] = "item",
    ["image"] = "djs_beanbag_hikitty.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A beanbag with a cute kitty print."
},

["djs_beanbag_lightblue"] = {
    ["name"] = "djs_beanbag_lightblue",
    ["label"] = "Light Blue Beanbag",
    ["weight"] = 5000,
    ["type"] = "item",
    ["image"] = "djs_beanbag_lightblue.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A plain light blue beanbag."
},

["djs_beanbag_lightgray"] = {
    ["name"] = "djs_beanbag_lightgray",
    ["label"] = "Light Gray Beanbag",
    ["weight"] = 5000,
    ["type"] = "item",
    ["image"] = "djs_beanbag_lightgray.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A plain light gray beanbag."
},

["djs_beanbag_lightgreen"] = {
    ["name"] = "djs_beanbag_lightgreen",
    ["label"] = "Light Green Beanbag",
    ["weight"] = 5000,
    ["type"] = "item",
    ["image"] = "djs_beanbag_lightgreen.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A plain light green beanbag."
},

["djs_beanbag_lightpurple"] = {
    ["name"] = "djs_beanbag_lightpurple",
    ["label"] = "Light Purple Beanbag",
    ["weight"] = 5000,
    ["type"] = "item",
    ["image"] = "djs_beanbag_lightpurple.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A plain light purple beanbag."
},

["djs_beanbag_mouse"] = {
    ["name"] = "djs_beanbag_mouse",
    ["label"] = "Mouse Print Beanbag",
    ["weight"] = 5000,
    ["type"] = "item",
    ["image"] = "djs_beanbag_mouse.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A beanbag with a mouse print pattern."
},

["djs_beanbag_multicolorflower"] = {
    ["name"] = "djs_beanbag_multicolorflower",
    ["label"] = "Multicolor Flower Beanbag",
    ["weight"] = 5000,
    ["type"] = "item",
    ["image"] = "djs_beanbag_multicolorflower.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A beanbag with a multicolor flower print."
},

["djs_beanbag_mushroom"] = {
    ["name"] = "djs_beanbag_mushroom",
    ["label"] = "Mushroom Beanbag",
    ["weight"] = 5000,
    ["type"] = "item",
    ["image"] = "djs_beanbag_mushroom.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A beanbag with a mushroom print pattern."
},

["djs_beanbag_orange"] = {
    ["name"] = "djs_beanbag_orange",
    ["label"] = "Orange Beanbag",
    ["weight"] = 5000,
    ["type"] = "item",
    ["image"] = "djs_beanbag_orange.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A plain orange beanbag."
},

["djs_beanbag_pinkcamo"] = {
    ["name"] = "djs_beanbag_pinkcamo",
    ["label"] = "Pink Camo Beanbag",
    ["weight"] = 5000,
    ["type"] = "item",
    ["image"] = "djs_beanbag_pinkcamo.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A beanbag with a pink camo pattern."
},

["djs_beanbag_pinkgg"] = {
    ["name"] = "djs_beanbag_pinkgg",
    ["label"] = "Pink Beanbag",
    ["weight"] = 5000,
    ["type"] = "item",
    ["image"] = "djs_beanbag_pinkgg.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A pink patterned beanbag."
},

["djs_beanbag_pinkpineapples"] = {
    ["name"] = "djs_beanbag_pinkpineapples",
    ["label"] = "Pink Pineapples Beanbag",
    ["weight"] = 5000,
    ["type"] = "item",
    ["image"] = "djs_beanbag_pinkpineapples.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A beanbag with a pink pineapple print."
},

["djs_beanbag_purple"] = {
    ["name"] = "djs_beanbag_purple",
    ["label"] = "Purple Beanbag",
    ["weight"] = 5000,
    ["type"] = "item",
    ["image"] = "djs_beanbag_purple.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A plain purple beanbag."
},

["djs_beanbag_red"] = {
    ["name"] = "djs_beanbag_red",
    ["label"] = "Red Beanbag",
    ["weight"] = 5000,
    ["type"] = "item",
    ["image"] = "djs_beanbag_red.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A plain red beanbag."
},

["djs_beanbag_redblackmouse"] = {
    ["name"] = "djs_beanbag_redblackmouse",
    ["label"] = "Red Black Mouse Beanbag",
    ["weight"] = 5000,
    ["type"] = "item",
    ["image"] = "djs_beanbag_redblackmouse.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A red and black beanbag with a mouse print."
},

["djs_beanbag_redpinkflower"] = {
    ["name"] = "djs_beanbag_redpinkflower",
    ["label"] = "Red Pink Flower Beanbag",
    ["weight"] = 5000,
    ["type"] = "item",
    ["image"] = "djs_beanbag_redpinkflower.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A red and pink beanbag with a flower print."
},

["djs_beanbag_tangg"] = {
    ["name"] = "djs_beanbag_tangg",
    ["label"] = "Tan Beanbag",
    ["weight"] = 5000,
    ["type"] = "item",
    ["image"] = "djs_beanbag_tangg.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A tan patterned beanbag."
},
```

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

***

{% file src="/files/6hHa1YpiVdVEq5sZLkcc" %}
