> For the complete documentation index, see [llms.txt](https://mscripts.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mscripts.gitbook.io/docs/qbcore/jobs/qb-bahamas/config.md).

# Config

```lua
Config = {}


-- ██╗░░░██╗████████╗██╗██╗░░░░░██╗████████╗██╗░░░██╗
-- ██║░░░██║╚══██╔══╝██║██║░░░░░██║╚══██╔══╝╚██╗░██╔╝
-- ██║░░░██║░░░██║░░░██║██║░░░░░██║░░░██║░░░░╚████╔╝░
-- ██║░░░██║░░░██║░░░██║██║░░░░░██║░░░██║░░░░░╚██╔╝░░
-- ╚██████╔╝░░░██║░░░██║███████╗██║░░░██║░░░░░░██║░░░
-- ░╚═════╝░░░░╚═╝░░░╚═╝╚══════╝╚═╝░░░╚═╝░░░░░░╚═╝░░░

Config.CoreName = "qb-core" -- Core name
Config.Job = "bahamas" -- Job
Config.BillingType = "qb" -- "qb", "jim", "okok"
Config.Target = "qb-target" -- Name of your resource qb-target
Config.Menu = "qb-menu" -- "qb-menu" or "ox_menu"
Config.InvLink = "qb-inventory/html/images/" -- Your directory images inventory
Config.Bossmenu = "qb-bossmenu:client:OpenMenu" -- Your trigger to open boss menu
Config.EnableNpcs = true -- If true some npcs spawn on bar
Config.AlcoolEffects = true -- If true when you drink alcool you got some effects
Config.Billing = {
    EnableCommand = true, -- Enable command for open menu of the billing?
    Command = "billingbahamas", -- Command
}


-- ██████╗░██╗░░░░░██╗██████╗░
-- ██╔══██╗██║░░░░░██║██╔══██╗
-- ██████╦╝██║░░░░░██║██████╔╝
-- ██╔══██╗██║░░░░░██║██╔═══╝░
-- ██████╦╝███████╗██║██║░░░░░
-- ╚═════╝░╚══════╝╚═╝╚═╝░░░░░

Config.Blip = {
	Enable = true,
	Location = vector3(-1393.47, -603.53, 30.32),
	Sprite = 266,
	Display = 2,
	Scale = 0.8,
	Colour = 14,
	Name = "Bahamas",
}


-- ░██████╗██╗░░██╗░█████╗░██████╗░
-- ██╔════╝██║░░██║██╔══██╗██╔══██╗
-- ╚█████╗░███████║██║░░██║██████╔╝
-- ░╚═══██╗██╔══██║██║░░██║██╔═══╝░
-- ██████╔╝██║░░██║╚█████╔╝██║░░░░░
-- ╚═════╝░╚═╝░░╚═╝░╚════╝░╚═╝░░░░░


Config.Shop = {
    [1] = { name = "water_bottle", price = 0, amount = 10, info = {}, type = "item", slot = 1 },
    [2] = { name = "bread", price = 0, amount = 10, info = {}, type = "item", slot = 2 },
    [3] = { name = "coffee", price = 0, amount = 10, info = {}, type = "item", slot = 3 },
    [4] = { name = "kurkakola", price = 0, amount = 10, info = {}, type = "item", slot = 4 },
    [5] = { name = "icedcup", price = 0, amount = 10, info = {}, type = "item", slot = 5 },
}

-- ██████╗░░█████╗░███╗░░██╗░█████╗░███████╗
-- ██╔══██╗██╔══██╗████╗░██║██╔══██╗██╔════╝
-- ██║░░██║███████║██╔██╗██║██║░░╚═╝█████╗░░
-- ██║░░██║██╔══██║██║╚████║██║░░██╗██╔══╝░░
-- ██████╔╝██║░░██║██║░╚███║╚█████╔╝███████╗
-- ╚═════╝░╚═╝░░╚═╝╚═╝░░╚══╝░╚════╝░╚══════╝


Config.PayWhenDance = true -- Pay the player when dance?
Config.Pay = { -- Money earn when dance
    MinPay = 50,
    MaxPay = 100,
}



-- ░█████╗░██████╗░░█████╗░███████╗████████╗
-- ██╔══██╗██╔══██╗██╔══██╗██╔════╝╚══██╔══╝
-- ██║░░╚═╝██████╔╝███████║█████╗░░░░░██║░░░
-- ██║░░██╗██╔══██╗██╔══██║██╔══╝░░░░░██║░░░
-- ╚█████╔╝██║░░██║██║░░██║██║░░░░░░░░██║░░░
-- ░╚════╝░╚═╝░░╚═╝╚═╝░░╚═╝╚═╝░░░░░░░░╚═╝░░░


Config.CraftCocktails = {
    ["dvrcocktail"] = { 
        hash = "dvrcocktail", 
        label = "DVR Cocktail",
        materials = {
            [1] = { item = "ice",	      amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
    ["kamikaze"] = { 
        hash = "kamikaze", 
        label = "Kamikaze",
        materials = {
            [1] = { item = "ice",         amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
    ["jbcocktail"] = { 
        hash = "jbcocktail", 
        label = "JB Cocktail",
        materials = {
            [1] = { item = "ice",	      amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
    ["marvelcocktail"] = { 
        hash = "marvelcocktail", 
        label = "Marvel Cocktail",
        materials = {
            [1] = { item = "ice",	      amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
    ["vitodaiquiri"] = { 
        hash = "vitodaiquiri", 
        label = "Vito Daiquiri",
        materials = {
            [1] = { item = "ice",	      amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
    ["yoshishooter"] = { 
        hash = "yoshishooter", 
        label = "Yoshi Shooter",
        materials = {
            [1] = { item = "ice",	      amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
}

Config.CraftShots = {
    ["woowoo"] = { 
        hash = "woowoo", 
        label = "WooWoo",
        materials = {
            [1] = { item = "ice",	      amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
    ["iflag"] = { 
        hash = "iflag", 
        label = "i Flag",
        materials = {
            [1] = { item = "ice",	      amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
    ["hulkcocktail"] = { 
        hash = "hulkcocktail", 
        label = "Hulk Shot",
        materials = {
            [1] = { item = "ice",	      amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
    ["voodoo"] = { 
        hash = "voodoo", 
        label = "Voodoo",
        materials = {
            [1] = { item = "ice",	      amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
    ["cappucc"] = { 
        hash = "cappucc", 
        label = "Cappucc",
        materials = {
            [1] = { item = "ice",	      amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
}

Config.CraftAlcoholicDrinks = {
    ["beer"] = { 
        hash = "beer", 
        label = "Beer",
        materials = {
            [1] = { item = "ice",	      amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
    ["milkdragon"] = { 
        hash = "milkdragon", 
        label = "Milk-Dragon",
        materials = {
            [1] = { item = "ice",	      amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
    ["bkamikaze"] = { 
        hash = "bkamikaze", 
        label = "Kamikaze",
        materials = {
            [1] = { item = "ice",	      amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
    ["scarcolada"] = { 
        hash = "scarcolada", 
        label = "Scarcolada",
        materials = {
            [1] = { item = "ice",	      amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
}

Config.CraftNonAlcoholicDrinks = {
    ["caremel_frappucino"] = { 
        hash = "caremel_frappucino", 
        label = "Caramel Frappucino",
        materials = {
            [1] = { item = "ice",	      amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
    ["chocolate_frappuccino"] = { 
        hash = "chocolate_frappuccino", 
        label = "Chocolate Frappuccino",
        materials = {
            [1] = { item = "ice",	      amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
    ["coffee_frappuccino"] = { 
        hash = "coffee_frappuccino", 
        label = "Coffee Frappuccino",
        materials = {
            [1] = { item = "ice",	      amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
    ["cold_brew_coffee"] = { 
        hash = "cold_brew_coffee", 
        label = "Cold Coffee",
        materials = {
            [1] = { item = "ice",	      amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
    ["cold_brew_latte"] = { 
        hash = "cold_brew_latte", 
        label = "Cold Latte",
        materials = {
            [1] = { item = "ice",	      amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
    ["cookies_frappuccino"] = { 
        hash = "cookies_frappuccino", 
        label = "Cookies Frappuccino",
        materials = {
            [1] = { item = "ice",	      amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
    ["double_choc_frappuccino"] = { 
        hash = "double_choc_frappuccino", 
        label = "Double Choc Frappuccino",
        materials = {
            [1] = { item = "ice",	      amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
    ["green_tea_lemonade"] = { 
        hash = "green_tea_lemonade", 
        label = "Green Tea Lemonade",
        materials = {
            [1] = { item = "ice",	      amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
    ["iced_caffe"] = { 
        hash = "iced_caffe", 
        label = "Iced Coffee",
        materials = {
            [1] = { item = "ice",	      amount = 1 },
            [2] = { item = "icedcup",     amount = 1 },
        }
    },
}






```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://mscripts.gitbook.io/docs/qbcore/jobs/qb-bahamas/config.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.
