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

# Config

{% code lineNumbers="true" %}

```lua
--ONLY CONFIG NAMED sh_config.lua will work!

Config = {}

Config.Debug = false -- Debug
--SERVER SETTINGS
Config.Framework = "auto-detect" -- Framework | types: auto-detect, qbcore, ESX, standalone

Config.NewESX = true

Config.Target = "auto-detect" -- Target | types: auto-detect, qb-target, qtarget, ox_target
Config.BossMenu = "auto-detect" -- BossMenu | types: auto-detect, esx_society, qb-management
Config.NotificationType = "ox_lib" -- Notifications | types: ESX, ox_lib, qbcore
Config.Progress = "ox_lib_square" -- ProgressBar | types: progressBars, ox_lib_square, ox_lib_circle, qbcore | Preview: ox_lib_square = https://imgur.com/bgVWs4u , ox_lib_circle = https://imgur.com/Tfq8CA0 , qbcore = https://imgur.com/ru33FYA
Config.Clothing = "auto-detect" -- Skin / Clothing | types: auto-detect, esx_skin, qb-clothing, fivem-appearance, ox_appearance
Config.Context = "ox_lib" -- Context | types: ox_lib, qbcore
Config.Input = "ox_lib" -- Input | types: ox_lib, qb-input
Config.PoliceJobs = { 'police', 'sheriff' } -- For Alert
Config.Dispatch = { enabled = true, script = "linden_outlawalert" } -- cd_dispatch, linden_outlawalert, ps-disptach
--PLAYER SETTINGS
Config.JobName = "pearl" -- Job name for pearl
Config.BossGrade = 5 -- Boss Grade
Config.NeedDuty = true -- Required duty to make drinks etc.
Config.NeedCleanHands = true -- Required to clean hands to make drinks etc.

Config.Logs = { enabled = true, type = "webhook" } -- use webhook or ox_lib (datadog) Can be changed in server > sv_utils.lua
Config.DropPlayer = true -- Drop (Kick) Player if tries to cheat!
Config.AnticheatBan = false -- Change in server/sv_Utils.lua!!! WIll not work by default you need to add your custom trigger to ban player!

Config.Inventory = "auto-detect" -- auto-detect, ox, quasar, chezza, qb

Config.Pearls = {
    PolyZone = {
        coords = vector3(-1832.55, -1192.19, 14.309), size = vec3(64.5, 41.2, 70), rotation = 241, debug = false, RemovePeds = false, radius = 50.0
    },


    Garage = {
        Ped = {
            { Model = "s_m_y_xmech_01", Coords = vec4(-1847.03, -1187.94, 12.017, 57.20),
                Scenario = "WORLD_HUMAN_CLIPBOARD_FACILITY"
            }
        },
        Vehicles = {
            { Model = "nspeedo", Label = "Vapid Speedo", livery = 0, image = "https://cdn.discordapp.com/attachments/955812080647278642/1106220944223121429/image.png", metadata = {""}, },
        },
        SpawnPoints = {
            { Coords = vector3(-1850.82, -1185.99, 12.800), Heading = 323.1, Radius = 3.0 }
        },
    },

    AlertPolice = vec3(-1836.3128662109,-1191.7471923828,14.11913394928),

    Delivery = vec3(-1837.8800048828,-1191.3444824219,14.619213104248),

    SpawnObjects = true,

    Fryer = {
        Zones = {
            FrontBar = {
                coords = vector3(-1847.8707275391,-1195.0770263672,14.422449111938),
                radius = 0.3,
                debug = false,
            },
        },
        Crafting = {
            patatacortada = {
                Title = "French fries",
                description = "Requirements: Fries package, stalz",
                image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103702103765045289/patatafrito.png",
                metadata = {""},
                RequiredItems = {
                    { item = "potato_package_fries", count = 1, remove = true },
                    { item = "salt", count = 1, remove = true },
                },
                AddItems = {
                    { item = "fries", count = 1 },
                }
            },			
        },
    },
	
    Food = {
        Zones = {
            FrontBar = {
                coords = vector3(-1845.8232421875,-1196.2536621094,14.41579914093),
                radius = 0.3,
                debug = false,
            },
        },
        Crafting = {
            octopus = {
                Title = "Octopus Cocido",
                description = "Requirements: Ocotopus, salt",
                image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103721597753380984/pulpo_cocido.png",
                metadata = {""},
                RequiredItems = {
                    { item = "octopus", count = 1, remove = true },
                    { item = "salt", count = 1, remove = true },
                },
                AddItems = {
                    { item = "octopus_cut", count = 1 },
                }
            },
            shrimp = {
                Title = "Shrimp Cocido",
                description = "Requirements: Shrimp, salt",
                image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103721633996357732/gambas_cocidas.png",
                metadata = {""},
                RequiredItems = {
                    { item = "shrimp", count = 1, remove = true },
                    { item = "salt", count = 1, remove = true },
                },
                AddItems = {
                    { item = "shrimp_bowl", count = 1 },
                }
            },
            crawfish = {
                Title = "Crawfish Cocido",
                description = "Requirements: Crawfish, salt",
                image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103721687536644107/langosta_cocidas.png",
                metadata = {""},
                RequiredItems = {
                    { item = "crawfish", count = 1, remove = true },
                    { item = "salt", count = 1, remove = true },
                },
                AddItems = {
                    { item = "crawfish_cut", count = 1 },
                }
            },			
        },
    },

    Sinks = {
        Zones = {
            FrontBar = {
                coords = vector3(-1836.779296875,-1188.0572509766,14.324607849121),
                radius = 0.35,
                debug = false,
                WaterStream = vector3(-1836.8995361328,-1188.0698242188,14.324607849121),
            },
            Kitchen = {
                coords = vector3(-1842.6240234375,-1192.1314697266,14.190028190613),
                radius = 0.35,
                debug = false,
                WaterStream = vector3(-1842.7353515625,-1192.0698242188,14.440147399902),
            },
            Kitchen2 = {
                coords = vector3(-1845.9953613281,-1200.1724853516,14.222393035889),
                radius = 0.4,
                debug = false,
                WaterStream = vector3(-1846.0037841797,-1200.3024902344,14.529063224792),
            },
            -- Kitchen3 = {
                -- coords = vector3(809.48, -765.16, 26.63),
                -- radius = 0.4,
                -- debug = false,
                -- WaterStream = vector3(809.52, -765.22, 26.93),
            -- },
            -- Bar = {
                -- coords = vector3(813.26, -755.49, 26.78),
                -- radius = 0.4,
                -- debug = false,
                -- WaterStream = vector3(813.38, -755.43, 26.98),
            -- },
        },
        Crafting = {
            CleanRumGlass = {
                Title = "Clean Empty rum glass",
                description = "Requirements: Empty rum glass",
                image = "https://imgur.com/jFcXTTS.png",
                metadata = {""},
                prop = `prop_whiskey_01`,
                RequiredItems = {
                    { item = "empty_rum_dirt", count = 1, remove = true },
                },
                AddItems = {
                    { item = "empty_rum", count = 1 },
                }
            },
            CleanBeerGlass = {
                Title = "Clean Empty beer glass",
                description = "Requirements: Empty beer glass",
                image = "https://imgur.com/7EeXx8u.png",
                metadata = {""},
                prop = `prop_sh_tall_glass`,
                RequiredItems = {
                    { item = "empty_beer_dirt", count = 1, remove = true },
                },
                AddItems = {
                    { item = "empty_beer", count = 1 },
                }
            },
            CleanPearlWood = {
                Title = "Clean Dirty Wooden pearl tray",
                description = "Requirements: Dirty Wooden pearl tray",
                image = "https://imgur.com/pGaH4Rz.png",
                metadata = {""},
                prop = `v_ret_fh_plate3`,
                RequiredItems = {
                    { item = "pearl_wood_dirt", count = 1, remove = true },
                },
                AddItems = {
                    { item = "pearl_wood", count = 1 },
                }
            },
            CleanBowl = {
                Title = "Clean Bowl",
                description = "Requirements: Dirty Bowl",
                image = "https://cdn.discordapp.com/attachments/796438437733335060/1106359715795054622/plate_dirty.png",
                metadata = {""},
                prop = `prop_bar_beans`,
                RequiredItems = {
                    { item = "table_plate_dirty", count = 1, remove = true },
                },
                AddItems = {
                    { item = "table_plate", count = 1 },
                }
            },
            CleanCup = {
                Title = "Clean Cup",
                description = "Requirements: Dirty Cup",
                image = "https://imgur.com/3TRp21z.png",
                metadata = {""},
                prop = `v_ret_gc_cup`,
                RequiredItems = {
                    { item = "dirty_cup", count = 1, remove = true },
                },
                AddItems = {
                    { item = "cup", count = 1 },
                }
            },
        },
    },

    Duty = {
        Main = { coords = vector3(-1818.8356933594,-1198.6571044922,14.343774795532), radius = 0.25, debug = false },
        Back = { coords = vector3(-1840.3, -1189.99, 14.81), radius = 0.3, debug = false },
    },

    CloakRoom = {
        Main = { coords = vector3(-1837.7691650391,-1187.7216796875,14.485378265381), radius = 0.7, debug = false },
    },

    Coffeemachine = {
        Zones = {
            Main = { coords = vector3(-1837.5991210938,-1190.1633300781,14.551699638367), radius = 0.2, debug = false },
        },

        Crafting = {
            latte = {
                Title = "Latte Macchiato",
                description = "Requirements: Espresso, Milk, Cup",
                image = "https://imgur.com/ROjHSub.png",
                metadata = {""},
                RequiredItems = {
                    { item = "espresso", count = 1, remove = true },
                    { item = "milk", count = 1, remove = true },
                    { item = "cup", count = 1, remove = true },
                },
                AddItems = {
                    { item = "latte_macchiato", count = 1 },
                }
            },
            cappucino = {
                Title = "Cappuccino",
                description = "Requirements: Espresso, Milk, Cup",
                image = "https://imgur.com/q7gDRqg.png",
                metadata = {""},
                RequiredItems = {
                    { item = "espresso", count = 1, remove = true },
                    { item = "milk", count = 1, remove = true },
                    { item = "cup", count = 1, remove = true },
                },
                AddItems = {
                    { item = "cappuccino", count = 1 },
                }
            },
        },
    },

    grillfish = {
        Zones = {
            Main = { coords = vector3(-1847.4841308594,-1194.4864501953,14.278088569641), radius = 0.2, debug = false },
			Main2 = { coords = vector3(-1847.1949462891,-1193.9132080078,14.278088569641), radius = 0.2, debug = false },
			Main3 = { coords = vector3(-1846.8762207031,-1193.3999023438,14.278089523315), radius = 0.2, debug = false },
        },
        
        Crafting = {
            luvina = {
                Title = "Fish",
                description = "Requirements: Fish, salt, oil",
                image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103711580664901722/luvina_plancha.png",
                metadata = {""},
                RequiredItems = {
                    { item = "fish", count = 1, remove = true },
                    { item = "salt", count = 1, remove = true },
                    { item = "oil", count = 1, remove = true },
                },
                AddItems = {
                    { item = "fish_cut", count = 1 },
                }
            },
            salmon = {
                Title = "Salmon Plancha",
                description = "Requirements: Salmon, salt, oil",
                image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103714392270459020/salmon_plancha.png",
                metadata = {""},
                RequiredItems = {
                    { item = "salmon", count = 1, remove = true },
                    { item = "salt", count = 1, remove = true },
                    { item = "oil", count = 1, remove = true },
                },
                AddItems = {
                    { item = "salmon_grilled", count = 1 },
                }
            },
            filete = {
                Title = "Meat Grilled",
                description = "Requirements: Meat, salt, oil",
                image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103716623166214144/filete_plancha.png",
                metadata = {""},
                RequiredItems = {
                    { item = "Meat", count = 1, remove = true },
                    { item = "salt", count = 1, remove = true },
                    { item = "oil", count = 1, remove = true },
                },
                AddItems = {
                    { item = "grilled_meat", count = 1 },
                }
            },			
        },
    },

    Beer = {
        Zones = {
            Main = { coords = vector3(-1833.8093261719,-1189.3942871094,14.703911781311), radius = 0.4, debug = false },
        },
        Crafting = {
            Piswasser = {
                Title = "Piswasser",
                description = "Requirements: Empty beer glass",
                image = "https://imgur.com/ycmBDjF.png",
                metadata = {""},
                RequiredItems = {
                    { item = "empty_beer", count = 1, remove = true },
                },
                AddItems = {
                    { item = "piswasser", count = 1 },
                }
            },
            AM = {
                Title = "A.M.",
                description = "Requirements: Empty beer glass",
                image = "https://imgur.com/ycmBDjF.png",
                metadata = {""},
                RequiredItems = {
                    { item = "empty_beer", count = 1, remove = true },
                },
                AddItems = {
                    { item = "beer", count = 1 },
                }
            },
            DuscbeGold = {
                Title = "Duscbe Gold",
                description = "Requirements: Empty beer glass",
                image = "https://imgur.com/ycmBDjF.png",
                metadata = {""},
                RequiredItems = {
                    { item = "empty_beer", count = 1, remove = true },
                },
                AddItems = {
                    { item = "duscbe_gold", count = 1 },
                }
            },
            Logger = {
                Title = "Logger",
                description = "Requirements: Empty beer glass",
                image = "https://imgur.com/ycmBDjF.png",
                metadata = {""},
                RequiredItems = {
                    { item = "empty_beer", count = 1, remove = true },
                },
                AddItems = {
                    { item = "logger", count = 1 },
                }
            },
        },
    },

    Rum = {
        Zones = {
            Main = { coords = vector3(-1837.5412597656,-1189.6077880859,14.351036071777), radius = 0.3, debug = false },
        },
        Crafting = {
            ragga_rum = {
                Title = "Ragga rum",
                description = "Requirements: Empty rum glass, Ice",
                image = "https://imgur.com/fdWAZZa.png",
                metadata = {""},
                RequiredItems = {
                    { item = "empty_rum", count = 1, remove = true },
                    { item = "ice", count = 1, remove = true },
                },
                AddItems = {
                    { item = "ragga_rum", count = 1 },
                }
            },
            cherenkov = {
                Title = "Cherenkov",
                description = "Requirements: Empty rum glass, Ice",
                image = "https://imgur.com/fdWAZZa.png",
                metadata = {""},
                RequiredItems = {
                    { item = "empty_rum", count = 1, remove = true },
                    { item = "ice", count = 1, remove = true },
                },
                AddItems = {
                    { item = "cherenkov", count = 1 },
                }
            },
        },
    },

    Desert = {
        Zones = {
            Main = { coords = vector3(-1849.4443359375,-1198.1228027344,14.523272514343), radius = 0.3, debug = false },
        },
        
        Crafting = {
            Chocolate = {
                Title = "Chocolate and vanilla gelato ice cream",
                description = "Requirements: Chocolate ice cream, Vanilla ice cream, plate",
                image = "https://imgur.com/yHMiVsa.png",
                metadata = {""},
                RequiredItems = {
                    { item = "chocolate_ice_cream", count = 1, remove = true },
                    { item = "vanilla_ice_cream", count = 1, remove = true },
                    { item = "table_plate", count = 1, remove = true },
                },
                AddItems = {
                    { item = "chocolate_and_vanilla_gelato_ice_cream", count = 1 },
                }
            },
            Medaly = {
                Title = "Medaly of fresh fruits",
                description = "Requirements: Strawberry, Blueberry, Mango, Raspberry, plate",
                image = "https://imgur.com/vbs6RV5.png",
                metadata = {""},
                RequiredItems = {
                    { item = "strawberry", count = 1, remove = true },
                    { item = "blueberry", count = 1, remove = true },
                    { item = "mango", count = 1, remove = true },
                    { item = "raspberry", count = 1, remove = true },
                    { item = "table_plate", count = 1, remove = true },
                },
                AddItems = {
                    { item = "medaly_of_fresh_fruits", count = 1 },
                }
            },
            Tiramisu = {
                Title = "Tiramisu",
                description = "Requirements: Chocolate mocha, Mascarpone, Egg, Suger, plate",
                image = "https://imgur.com/H1UV7UG.png",
                metadata = {""},
                RequiredItems = {
                    { item = "chocolate_mocha", count = 1, remove = true },
                    { item = "mascarpone", count = 1, remove = true },
                    { item = "egg", count = 1, remove = true },
                    { item = "suger", count = 1, remove = true },
                    { item = "table_plate", count = 1, remove = true },
                },
                AddItems = {
                    { item = "tiramisu", count = 1 },
                }
            },
        },
    },

    Prepare = {
        Zones = {
            Main = { coords = vector3(-1848.9256591797,-1198.7027587891,14.244483947754), radius = 0.3, debug = false },
			Main2 = { coords = vector3(-1847.2366943359,-1199.6257324219,14.244483947754), radius = 0.3, debug = false },
        },
        
        Crafting = {
            patata = {
                Title = "Fries Potato",
                description = "Requirements: Potato",
                image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103702547518205993/patatacortada.png",
                metadata = {""},
                RequiredItems = {
                    { item = "potato", count = 1, remove = true },
                },
                AddItems = {
                    { item = "potato_package_fries", count = 1 },
                }
            },
        },
    },

    maindishes = {
        Zones = {
            Main = { coords = vector3(-1844.73, -1196.51, 14.38), radius = 0.6, debug = false },
        },
        
        Crafting = {
            ShrimpGarlic = {
                Title = "Shrimp Garlic",
                description = "Requirements: Shrimp, garlic, oil, basil, plate",
                image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103723569004949564/gambas_ajillo.png",
                metadata = {""},
                RequiredItems = {
                   { item = "shrimp_bowl", count = 1, remove = true },
                   { item = "garlic", count = 1, remove = true },	
                   { item = "oil", count = 1, remove = true },	
                   { item = "basil", count = 1, remove = true },					   
                   { item = "table_plate", count = 1, remove = true },
                },
                AddItems = {
                    { item = "shrimp_ajillo", count = 1 },
                }
            },
            tuna_steak = {
                Title = "Tuna Steak",
                description = "Requirements: Tuna, lettuce",
                image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103723569004949564/gambas_ajillo.png",
                metadata = {""},
                RequiredItems = {
                   { item = "tuna", count = 1, remove = true },
                   { item = "lettuce", count = 1, remove = true },					   
                   { item = "table_plate", count = 1, remove = true },
                },
                AddItems = {
                    { item = "tuna_steak", count = 1 },
                }
            },
            gambas_plato = {
                Title = "Shrimp Plate",
                description = "Requirements: Shrimp, salt, plate",
                image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103722998738985050/gambas_plato.png",
                metadata = {""},
                RequiredItems = {
                   { item = "shrimp_bowl", count = 1, remove = true },
                   { item = "salt", count = 1, remove = true },						   
                   { item = "table_plate", count = 1, remove = true },
                },
                AddItems = {
                    { item = "shrimp_plate", count = 1 },
                }
            },	
            octopus_porced = {
                Title = "Octopus Gallego",
                description = "Requirements: Octopus, salt, oil, chili, pimenton, plate",
                image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103723652681302126/octopus_cut.png",
                metadata = {""},
                RequiredItems = {
                   { item = "octopus_cut", count = 1, remove = true },
                   { item = "salt", count = 1, remove = true },	
                   { item = "oil", count = 1, remove = true },	
                   { item = "chili", count = 1, remove = true },	
                   { item = "pepper", count = 1, remove = true },					   
                   { item = "pizza_wood", count = 1, remove = true },
                },
                AddItems = {
                    { item = "octopus_plate", count = 1 },
                }
            },			
            fish_plato = {
                Title = "Fish Pearl",
                description = "Requirements: Fish, salt, oil, chili, basil, plate",
                image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103723767018041434/luvina_plato.png",
                metadata = {""},
                RequiredItems = {
                   { item = "fish_cut", count = 1, remove = true },
                   { item = "salt", count = 1, remove = true },	
                   { item = "oil", count = 1, remove = true },	
                   { item = "basil", count = 1, remove = true },					   
                   { item = "table_plate", count = 1, remove = true },
                },
                AddItems = {
                    { item = "fish_plate", count = 1 },
                }
            },	
            salmon_plato = {
                Title = "Salmon Pearl",
                description = "Requirements: Salmon, salt, oil, basil, aubergines, artichokes, onion, plate",
                image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103723839977959435/salmon_plato.png",
                metadata = {""},
                RequiredItems = {
                   { item = "salmon_grilled", count = 1, remove = true },
                   { item = "salt", count = 1, remove = true },	
                   { item = "oil", count = 1, remove = true },	
                   { item = "aubergines", count = 1, remove = true },
                   { item = "artichokes", count = 1, remove = true },
                   { item = "onion", count = 1, remove = true },				   
                   { item = "basil", count = 1, remove = true },					   
                   { item = "table_plate", count = 1, remove = true },
                },
                AddItems = {
                    { item = "salmon_plate", count = 1 },
                }
            },
            Calamari_marinara = {
                Title = "Calamari marinara",
                description = "Requirements: Squid rings, Tomatto sauce, Pasta, plate",
                image = "https://imgur.com/u8ENI6c.png",
                metadata = {""},
                RequiredItems = {
                    { item = "squid_rings", count = 1, remove = true },
                    { item = "tomatto_sauce", count = 1, remove = true },
                    { item = "pasta", count = 1, remove = true },
                    { item = "table_plate", count = 1, remove = true },
                },
                AddItems = {
                    { item = "calamari_marinara", count = 1 },
                }
            },	
            langosta_platos = {
                Title = "Crawfish",
                description = "Requirements: Langosta, oil, basil, plate",
                image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103737126182457414/langosta_platos.png",
                metadata = {""},
                RequiredItems = {
                   { item = "crawfish_cut", count = 1, remove = true },
                   { item = "oil", count = 1, remove = true },					   
                   { item = "basil", count = 1, remove = true },					   
                   { item = "table_plate", count = 1, remove = true },
                },
                AddItems = {
                    { item = "crawfish_plate", count = 1 },
                }
            },	
            ahi_tuna = {
                Title = "Ahi Tuna",
                description = "Requirements: Tuna, lettuce, basil, bar bowl, rice, oil",
                image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103737126182457414/langosta_platos.png",
                metadata = {""},
                RequiredItems = {
                   { item = "tuna", count = 1, remove = true },
                   { item = "oil", count = 1, remove = true },					   
                   { item = "basil", count = 1, remove = true },			
                   { item = "rice", count = 1, remove = true },	
                   { item = "lettuce", count = 1, remove = true },		   
                   { item = "table_plate", count = 1, remove = true },
                },
                AddItems = {
                    { item = "ahi_tuna", count = 1 },
                }
            },	
            cioppino = {
                Title = "Cioppino",
                description = "Requirements: Mussels, basil, bar bowl, oil",
                image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103737126182457414/langosta_platos.png",
                metadata = {""},
                RequiredItems = {
                   { item = "mussels", count = 1, remove = true },
                   { item = "oil", count = 1, remove = true },					   
                   { item = "basil", count = 1, remove = true },				   
                   { item = "table_plate", count = 1, remove = true },
                },
                AddItems = {
                    { item = "cioppino", count = 1 },
                }
            },	
            fish_and_chips = {
                Title = "Fish and Chips",
                description = "Requirements: Fish, salt, basil, lemon, plate, butter, fries",
                image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103716622843256992/filete_patata.png",
                metadata = {""},
                RequiredItems = {
                   { item = "fish", count = 1, remove = true },
                   { item = "butter", count = 1, remove = true },			
                   { item = "basil", count = 1, remove = true },			   
                   { item = "lemon", count = 1, remove = true },	
                   { item = "fries", count = 1, remove = true },				   
                   { item = "table_plate", count = 1, remove = true },
                },
                AddItems = {
                    { item = "fish_and_chips", count = 1 },
                }
            },
            fish_sticks = {
                Title = "Fish Sticks",
                description = "Requirements: Fish, salt, lemon, plate, butter",
                image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103716622843256992/filete_patata.png",
                metadata = {""},
                RequiredItems = {
                   { item = "fish", count = 1, remove = true },
                   { item = "butter", count = 1, remove = true },						   
                   { item = "lemon", count = 1, remove = true },					   
                   { item = "table_plate", count = 1, remove = true },
                },
                AddItems = {
                    { item = "fish_sticks", count = 1 },
                }
            },
            salmon_teriyaki = {
                Title = "Salmon Teriyaki",
                description = "Requirements: Teriyaki sauce, Soy sauce, Oil, Brown sugar, salt, ",
                image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103716622843256992/filete_patata.png",
                metadata = {""},
                RequiredItems = {
                   { item = "teriyaki_sauce", count = 1, remove = true },
                   { item = "soy_sauce", count = 1, remove = true },						   
                   { item = "oil", count = 1, remove = true },					   
                   { item = "brown_sugar", count = 1, remove = true },
                   { item = "table_plate", count = 1, remove = true },
                },
                AddItems = {
                    { item = "salmon_teriyaki", count = 1 },
                }
            },
            seafood_penne = {
                Title = "Seafood Penne",
                description = "Requirements: Penne Pasta, Oil, Red onion, Tomato, Parmesan, Mussels ",
                image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103716622843256992/filete_patata.png",
                metadata = {""},
                RequiredItems = {
                   { item = "penne_pasta", count = 1, remove = true },
                   { item = "oil", count = 1, remove = true },						   
                   { item = "red_onion", count = 1, remove = true },					   
                   { item = "tomato", count = 1, remove = true },
                   { item = "parmesan", count = 1, remove = true },
                   { item = "mussels", count = 1, remove = true },
                },
                AddItems = {
                    { item = "seafood_penne", count = 1 },
                }
            },
            meat_with_fries = {
                Title = "Meat with Fries",
                description = "Requirements: Meat, salt, pepper, basil, plate",
                image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103716622843256992/filete_patata.png",
                metadata = {""},
                RequiredItems = {
                   { item = "meat", count = 1, remove = true },
                   { item = "oil", count = 1, remove = true },			
                   { item = "pepper", count = 1, remove = true },			   
                   { item = "fries", count = 1, remove = true },				   
                   { item = "table_plate", count = 1, remove = true },
                },
                AddItems = {
                    { item = "meat_fries", count = 1 },
                }
            },		
        },
    },

    Dispensor = {
        Zones = {
            Main = { coords = vector3(-1838.9057617188,-1193.85546875,14.581366539001), radius = 0.3, debug = false },
        },
        
        Crafting = {
            eCola = {
                Title = "eCola",
                description = "Requirements: Empty cup, Ice",
                image = "https://imgur.com/X7GyVjH.png",
                metadata = {""},
                RequiredItems = {
                    { item = "empty_cup", count = 1, remove = true },
                    { item = "ice", count = 1, remove = true },
                },
                AddItems = {
                    { item = "ecola", count = 1 },
                }
            },
            eCola_light = {
                Title = "eCola light",
                description = "Requirements: Empty cup, Ice",
                image = "https://imgur.com/X7GyVjH.png",
                metadata = {""},
                RequiredItems = {
                    { item = "empty_cup", count = 1, remove = true },
                    { item = "ice", count = 1, remove = true },
                },
                AddItems = {
                    { item = "ecola_light", count = 1 },
                }
            },
            Sprunk = {
                Title = "Sprunk",
                description = "Requirements: Empty cup, Ice",
                image = "https://imgur.com/X7GyVjH.png",
                metadata = {""},
                RequiredItems = {
                    { item = "empty_cup", count = 1, remove = true },
                    { item = "ice", count = 1, remove = true },
                },
                AddItems = {
                    { item = "sprunk", count = 1 },
                }
            },
            drang_o_tang = {
                Title = "Drang O Tang",
                description = "Requirements: Empty cup, Ice",
                image = "https://imgur.com/X7GyVjH.png",
                metadata = {""},
                RequiredItems = {
                    { item = "empty_cup", count = 1, remove = true },
                    { item = "ice", count = 1, remove = true },
                },
                AddItems = {
                    { item = "drang_o_tang", count = 1 },
                }
            },
        },
    },

    BossMenu = {
        Main = { coords = vector3(-1839.4272460938,-1184.4165039063,14.248132705688), radius = 0.5, debug = false },
    },

    IceMachine = {
        Zones = {
            FrontBar = { coords = vector3(-1836.9351806641,-1189.0133056641,14.047494888306), radius = 0.2, debug = false },
        },
        Crafting = {
            Ice = {
                Title = "Get Ice Cube",
                description = "Get ice cube to drinks!",
                RequiredItems = {
                    --{ item = nil, count = 1, remove = false },
                },
                AddItems = {
                    { item = "ice", count = 1 },
                }
            },
        },
    },

    Registers = {
        FrontBar = { coords = vector3(-1834.1247558594,-1190.0671386719,14.45821762085), radius = 0.3, debug = false, amount = 0 },
        FrontBar2 = { coords = vector3(-1835.099609375,-1191.7325439453,14.448567390442), radius = 0.3, debug = false, amount = 0 },		
    },


    Stashes = {
        Stash1 = {
            name = "pearl_Stash1",
            label = "pearl Stash 1",
            TargetIcon = "fas fa-warehouse",
            TargetLabel = "Stash",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1844.1666259766,-1199.1456298828,14.711775779724),
            radius = 0.5,
            debug = false,
            job = "pearl"
        },

        Stash2 = {
            name = "pearl_Stash2",
            label = "pearl Stash 2",
            TargetIcon = "fas fa-warehouse",
            TargetLabel = "Stash",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1843.6131591797,-1198.1870117188,14.711775779724),
            radius = 0.5,
            debug = false,
            job = "pearl"
        },

        Refregiato3 = {
            name = "pearl_Refregiator3",
            label = "pearl Refregiator 3",
            TargetIcon = "fas fa-ice-cream",
            TargetLabel = "Refregiator",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1836.0615234375,-1187.4990234375,13.765470504761),
            radius = 0.7,
            debug = false,
            job = "pearl"
        },

        Stash4 = {
            name = "pearl_Stash4",
            label = "pearl Stash 4",
            TargetIcon = "fas fa-warehouse",
            TargetLabel = "Stash",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1838.4709472656,-1192.5633544922,14.298584938049),
            radius = 0.4,
            debug = false,
            job = "pearl"
        },

        Stash5 = {
            name = "pearl_Stash5",
            label = "pearl Stash 5",
            TargetIcon = "fas fa-warehouse",
            TargetLabel = "Stash",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1837.9034423828,-1190.6892089844,13.892778396606),
            radius = 0.6,
            debug = false,
            job = "pearl"
        },

        Stash6 = {
            name = "pearl_Stash6",
            label = "pearl Stash 6",
            TargetIcon = "fas fa-warehouse",
            TargetLabel = "Stash",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1833.8366699219,-1184.9997558594,14.728280067444),
            radius = 0.6,
            debug = false,
            job = "pearl"
        },

        Stash7 = {
            name = "pearl_Stash7",
            label = "pearl Stash 7",
            TargetIcon = "fas fa-warehouse",
            TargetLabel = "Stash",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1825.7255859375,-1204.4652099609,14.727719306946),
            radius = 0.8,
            debug = false,
            job = "pearl"
        },

       Stash8 = {
            name = "pearl_Stash8",
            label = "pearl Stash 8",
            TargetIcon = "fas fa-warehouse",
            TargetLabel = "Stash",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1818.9558105469,-1200.4576416016,13.978778839111),
            radius = 0.5,
            debug = false,
            job = "pearl"
        },

        Stash9 = {
            name = "pearl_Stash9",
            label = "pearl Stash 9",
            TargetIcon = "fas fa-warehouse",
            TargetLabel = "Stash",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1817.6213378906,-1197.4173583984,13.86817741394),
            radius = 0.5,
            debug = false,
            job = "pearl"
        },

       Stash10 = {
            name = "pearl_Stash10",
            label = "pearl Stash 10",
            TargetIcon = "fas fa-warehouse",
            TargetLabel = "Stash",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1818.0881347656,-1191.2369384766,14.793280601501),
            radius = 0.5,
            debug = false,
            job = "pearl"
        },

       Stash11 = {
            name = "pearl_Stash11",
            label = "pearl Stash 11",
            TargetIcon = "fas fa-warehouse",
            TargetLabel = "Stash",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1827.4471435547,-1194.6923828125,13.946719169617),
            radius = 0.5,
            debug = false,
            job = "pearl"
        },

        Table = {
            name = "pearl_Table",
            label = "pearl Table",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Table",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1821.8210449219,-1202.5052490234,13.727670669556),
            radius = 0.5,
            debug = false
        },

        Table2 = {
            name = "pearl_Table2",
            label = "pearl Table 2",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Table",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1827.0709228516,-1199.4848632813,14.078657150269),
            radius = 0.5,
            debug = false
        },

        Table3 = {
            name = "pearl_Table3",
            label = "pearl Table 3",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Table",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1828.98828125,-1198.3259277344,14.078657150269),
            radius = 0.5,
            debug = false
        },

        Table4 = {
            name = "pearl_Table4",
            label = "pearl Table 4",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Table",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1830.9140625,-1197.1817626953,14.169519424438),
            radius = 0.5,
            debug = false
        },

        Table5 = {
            name = "pearl_Table5",
            label = "pearl Table 5",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Table",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1832.9509277344,-1196.1325683594,14.078657150269),
            radius = 0.5,
            debug = false
        },

        Table6 = {
            name = "pearl_Table6",
            label = "pearl Table 6",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Table",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1829.6748046875,-1194.3519287109,14.078657150269),
            radius = 0.5,
            debug = false
        },

        Table7 = {
            name = "pearl_Table7",
            label = "pearl Table 7",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Table",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1830.0705566406,-1191.4670410156,14.078657150269),
            radius = 0.6,
            debug = false
        },

        Table8 = {
            name = "pearl_Table8",
            label = "pearl Table 8",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Table",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1826.267578125,-1189.095703125,14.08696269989),
            radius = 0.6,
            debug = false
        },

        Table9 = {
            name = "pearl_Table9",
            label = "pearl Table 9",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Table",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1824.4791259766,-1194.7424316406,14.082045555115),
            radius = 0.6,
            debug = false
        },

        Table10 = {
            name = "pearl_Table10",
            label = "pearl Table 10",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Table",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1822.8795166016,-1192.1452636719,14.175808906555),
            radius = 0.6,
            debug = false
        },

        Table11 = {
            name = "pearl_Table11",
            label = "pearl Table 11",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Table",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1824.775390625,-1190.9539794922,14.078657150269),
            radius = 0.4,
            debug = false
        },

        Table12 = {
            name = "pearl_Table12",
            label = "pearl Table 12",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Table",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1828.6160888672,-1188.7158203125,14.078657150269),
            radius = 0.4,
            debug = false
        },

        Table13 = {
            name = "pearl_Table13",
            label = "pearl Table 13",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Table",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1828.1494140625,-1183.2900390625,14.347940444946),
            radius = 0.4,
            debug = false
        },

        Table14 = {
            name = "pearl_Table14",
            label = "pearl Table 14",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Table",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1819.3020019531,-1188.4875488281,14.360379219055),
            radius = 0.4,
            debug = false
        },

        Table15 = {
            name = "pearl_Table15",
            label = "pearl Table 15",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Table",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1830.2365722656,-1203.1451416016,14.385208129883),
            radius = 0.4,
            debug = false
        },

        Table16 = {
            name = "pearl_Table16",
            label = "pearl Table 16",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Table",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1836.0528564453,-1199.8353271484,14.347940444946),
            radius = 0.4,
            debug = false
        },

        Table17 = {
            name = "pearl_Table17",
            label = "pearl Table 17",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Table",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1838.8248291016,-1198.3200683594,14.407279014587),
            radius = 0.4,
            debug = false
        },

        Table18 = {
            name = "pearl_Table18",
            label = "pearl Table 18",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Trey",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1834.6380615234,-1191.3822021484,14.327547836304),
            radius = 0.3,
            debug = false
        },

        Table19 = {
            name = "pearl_Table19",
            label = "pearl Table 19",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Trey",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1834.1435546875,-1190.5061035156,14.327547836304),
            radius = 0.3,
            debug = false
        },

        Table20 = {
            name = "pearl_Table20",
            label = "Pearl Table 20",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Trey",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1830.85, -1181.86, 14.34),
            radius = 0.3,
            debug = false
        },	

        Table21 = {
            name = "pearl_Table21",
            label = "Pearl Table 21",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Trey",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1829.71, -1182.52, 14.34),
            radius = 0.3,
            debug = false
        },	

        Table22 = {
            name = "pearl_Table22",
            label = "Pearl Table 22",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Trey",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1826.86, -1184.19, 14.36),
            radius = 0.3,
            debug = false
        },		

        Table23 = {
            name = "pearl_Table23",
            label = "Pearl Table 23",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Trey",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1821.96, -1186.72, 14.39),
            radius = 0.3,
            debug = false
        },		
        
        Table24 = {
            name = "pearl_Table24",
            label = "Pearl Table 24",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Trey",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1820.79, -1187.46, 14.38),
            radius = 0.3,
            debug = false
        },		

        Table25 = {
            name = "pearl_Table25",
            label = "Pearl Table 25 ",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Trey",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1817.99, -1189.25, 14.38),
            radius = 0.3,
            debug = false
        },	

        Table26 = {
            name = "pearl_Table26",
            label = "Pearl Table 26 ",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Trey",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1827.13, -1205.03, 14.39),
            radius = 0.3,
            debug = false
        },

        Table27 = {
            name = "pearl_Table27",
            label = "Pearl Table 27 ",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Trey",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1828.28, -1204.3, 14.41),
            radius = 0.3,
            debug = false
        },

        Table28 = {
            name = "pearl_Table28",
            label = "Pearl Table 28 ",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Trey",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1831.26, -1202.68, 14.42),
            radius = 0.3,
            debug = false
        },

        Table29 = {
            name = "pearl_Table29",
            label = "Pearl Table 29 ",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Trey",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1837.2, -1199.45, 14.41),
            radius = 0.3,
            debug = false
        },

        Table30 = {
            name = "pearl_Table30",
            label = "Pearl Table 30 ",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Trey",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1831.52, -1198.01, 14.13),
            radius = 0.3,
            debug = false
        },

        Table31 = {
            name = "pearl_Table31",
            label = "Pearl Table 31 ",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Trey",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1833.5, -1196.91, 14.11),
            radius = 0.3,
            debug = false
        },

        Table32 = {
            name = "pearl_Table32",
            label = "Pearl Table 32 ",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Trey",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1829.53, -1199.06, 14.11),
            radius = 0.3,
            debug = false
        },

        Table33 = {
            name = "pearl_Table33",
            label = "Pearl Table 33 ",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Trey",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1827.68, -1200.08, 14.11),
            radius = 0.3,
            debug = false
        },

        Table34 = {
            name = "pearl_Table34",
            label = "Pearl Table 34 ",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Trey",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1831.37, -1193.35, 14.12),
            radius = 0.3,
            debug = false
        },

        Table35 = {
            name = "pearl_Table35",
            label = "Pearl Table 35 ",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Trey",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1825.73, -1196.54, 14.12),
            radius = 0.3,
            debug = false
        },

        Table36 = {
            name = "pearl_Table36",
            label = "Pearl Table 36 ",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Trey",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1822.5, -1191.07, 14.14),
            radius = 0.3,
            debug = false
        },

        Table37 = {
            name = "pearl_Table37",
            label = "Pearl Table 37 ",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Trey",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1824.44, -1189.82, 14.14),
            radius = 0.3,
            debug = false
        },

        Table38 = {
            name = "pearl_Table38",
            label = "Pearl Table 38 ",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Trey",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1826.7, -1189.82, 14.14),
            radius = 0.3,
            debug = false
        },

        Table39 = {
            name = "pearl_Table39",
            label = "Pearl Table 39 ",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Trey",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1828.19, -1187.84, 14.11),
            radius = 0.3,
            debug = false
        },

        Table40 = {
            name = "pearl_Table40",
            label = "Pearl Table 40 ",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Trey",
            Slots = 20,
            Weight = 50000, -- 50 KG
            coords = vector3(-1826.28, -1193.65, 14.13),
            radius = 0.3,
            debug = false
        },
    },
}

--BLIPS
Config.Blips = {
    pearl = { -- do not use same value twice (will result in overwriting of blip)
        BlipCoords = vec3(-1836.50, -1189.44, 14.309), -- Blip coords
        Sprite = 267, -- Blip Icon
        Display = 4, -- keep 4
        Scale = 0.8, -- Size of blip
        Colour = 38, -- colour
        Name = "Pearls" -- Blip name
    },
}

--Job BLIPS
Config.JobBlips = {
    PawnShop = { -- do not use same value twice (will result in overwriting of blip)
        BlipCoords = vec3(-1271.83, -809.04, 16.12), -- Blip coords
        Sprite = 52, -- Blip Icon
        Display = 4, -- keep 4
        Scale = 0.8, -- Size of blip
        Colour = 38, -- colour
        Name = "Pearls - Shop" -- Blip name
    },
}

--Shop
Config.Shop = {
    Header = "Pearls This Shop",
    Items = {
        { label = 'Calamari', item = 'calamari', description = "Buy Calamari for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/hVabLss.png", metadata = {""}  },
        { label = 'Clams', item = 'clams', description = "Buy Clams for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/k1Ai1Ql.png", metadata = {""}  },
        { label = 'Diced prosciutto', item = 'diced_prosciutto', description = "Buy Diced prosciutto for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/1xw2zD3.png", metadata = {""}  },
        { label = 'Meatballs', item = 'meatballs', description = "Buy Meatballs for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/Fg0PSNt.png", metadata = {""}  },
        { label = 'Onion', item = 'onion', description = "Buy Onion for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/7ufrxv4.png", metadata = {""}  },
        { label = 'Pasta', item = 'pasta', description = "Buy Pasta for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/3atcZYA.png", metadata = {""}  },
        { label = 'Shrimps', item = 'shrimps', description = "Buy Shrimps for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/DGs3Cwk.png", metadata = {""}  },
        { label = 'Squid rings', item = 'squid_rings', description = "Buy Squid rings for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/Cw0Rc0U.png", metadata = {""}  },
        { label = 'Vodka sauce', item = 'vodka_sauce', description = "Buy Vodka sauce for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/8iQLgTD.png", metadata = {""}  },
        { label = 'Chocolate mocha', item = 'chocolate_mocha', description = "Buy Chocolate mocha for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/XEeRLRe.png", metadata = {""}  },
        { label = 'Ice cream', item = 'ice_cream', description = "Buy Ice cream for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/ZNc4GDr.png", metadata = {""}  },
        { label = 'Mascarpone', item = 'mascarpone', description = "Buy Mascarpone for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/gdAPJl0.png", metadata = {""}  },
        { label = 'Artichokes', item = 'artichokes', description = "Buy Artichokes for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/euf2vSe.png", metadata = {""}  },
        { label = 'Aubergines', item = 'aubergines', description = "Buy Aubergines for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/ZbZ1BO7.png", metadata = {""}  },
        { label = 'Basil', item = 'basil', description = "Buy Basil for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/wz9a3V1.png", metadata = {""}  },
        { label = 'Garlic', item = 'garlic', description = "Buy Garlic for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/VZPbGss.png", metadata = {""}  },
        { label = 'Ham', item = 'ham', description = "Buy Ham for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/BnHKDlg.png", metadata = {""}  },
        { label = 'Chili', item = 'chili', description = "Buy Chili for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/Kyb00RK.png", metadata = {""}  },
        { label = 'Mozzarella', item = 'mozzarella', description = "Buy Mozzarella for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/xtxp1vg.png", metadata = {""}  },
        { label = 'Mushroom', item = 'mushroom', description = "Buy Mushroom for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/d7RbvTI.png", metadata = {""}  },
        { label = 'Olives', item = 'olives', description = "Buy Olives for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/1IUBSVF.png", metadata = {""}  },
        { label = 'Oregano', item = 'oregano', description = "Buy Oregano for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/fyct1r9.png", metadata = {""}  },
        { label = 'Parmesan', item = 'parmesan', description = "Buy Parmesan for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/WVcS4QF.png", metadata = {""}  },
        { label = 'Prosciutto cotto', item = 'prosciutto_cotto', description = "Buy Prosciutto cotto for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/n9hdsXx.png", metadata = {""}  },
        { label = 'Roasted fresh vegetables', item = 'roasted_fresh_vegetables', description = "Buy Roasted fresh vegetables for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/W8Kvhv7.png", metadata = {""}  },
        { label = 'Spici salami', item = 'spici_salami', description = "Buy Spici salami for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/kz7BKfR.png", metadata = {""}  },
        { label = 'Tomatto sauce', item = 'tomatto_sauce', description = "Buy Tomatto sauce for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/Pv4qvm6.png", metadata = {""}  },
        { label = 'Zucchini', item = 'zucchini', description = "Buy Zucchini for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/ajP0Ljd.png", metadata = {""}  },
        { label = 'Milk', item = 'milk', description = "Buy Milk for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/avxPhQL.png", metadata = {""}  },
        { label = 'Espresso', item = 'espresso', description = "Buy Espresso for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/wUyDXZg.png", metadata = {""}  },
        { label = 'Empty rum glass', item = 'empty_rum', description = "Buy Empty rum glass for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/qtnLfCx.png", metadata = {""}  },
        { label = 'Empty beer glass', item = 'empty_beer', description = "Buy Empty beer glass for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/NKLKt7R.png", metadata = {""}  },
        { label = 'Vanilla ice cream', item = 'vanilla_ice_cream', description = "Buy Vanilla ice cream for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/KooGu49.png", metadata = {""}  },
        { label = 'Chocolate ice cream', item = 'chocolate_ice_cream', description = "Buy Chocolate ice cream for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/EC0zyuI.png", metadata = {""}  },
        { label = 'Strawberry', item = 'strawberry', description = "Buy Strawberry for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/PZSTsBo.png", metadata = {""}  },
        { label = 'Blueberry', item = 'blueberry', description = "Buy Blueberry for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/FTuJiEV.png", metadata = {""}  },
        { label = 'Raspberry', item = 'raspberry', description = "Buy Raspberry for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/WNPGYnt.png", metadata = {""}  },
        { label = 'Mango', item = 'mango', description = "Buy Mango for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/wnttRZN.png", metadata = {""}  },
        { label = 'Empty cup', item = 'empty_cup', description = "Buy Empty cup for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/JXvlLP6.png", metadata = {""}  },
        { label = 'Flour packet', item = 'flour_packet', description = "Buy Flour packet for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/C4GW0z3.png", metadata = {""}  },
        { label = 'Oil', item = 'oil', description = "Buy Oil for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/Rnjnopy.png", metadata = {""}  },
        { label = 'Salt', item = 'salt', description = "Buy Salt for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/nHnVLPT.png", metadata = {""}  },
        { label = 'Suger', item = 'suger', description = "Buy Suger for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/MhohQR8.png", metadata = {""}  },
        { label = 'Wooden pearl tray', item = 'pearl_wood', description = "Buy Wooden pearl tray for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/HdcliOa.png", metadata = {""}  },
        { label = 'Bowl', item = 'table_plate', description = "Buy Bowl for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://imgur.com/hMB1i9N.png", metadata = {""}  },
        { label = 'Cup', item = 'cup', description = "Buy Cup for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "", metadata = {""}  },		
	    { label = 'meat', item = 'meat', description = "Buy meat for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103716623430471780/filete.png", metadata = {""}  },
	    { label = 'crawfish', item = 'crawfish', description = "Buy crawfish for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103739678919766046/langosta.png", metadata = {""}  },
	    { label = 'fish', item = 'fish', description = "Buy fish for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103739870633013379/luvina.png", metadata = {""}  },
	    { label = 'octopus', item = 'octopus', description = "Buy octopus for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103740050035974315/pulpo.png", metadata = {""}  },
	    { label = 'potato', item = 'potato', description = "Buy potato for: $", price = 2, MinAmount = 5, MaxAmount = 20, image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103741085085343784/patata.png", metadata = {""}  },
	    { label = 'pimenton', item = 'pimenton', description = "Buy pimenton for: $", price = 2, MinAmount = 5, MaxAmount = 20, image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103741337406287972/pimenton.png", metadata = {""}  },
	    { label = 'tomato', item = 'tomato', description = "Buy tomato for: $", price = 2, MinAmount = 5, MaxAmount = 20, image = "https://cdn.discordapp.com/attachments/1103700248687288411/1103741580642357438/tomate.png", metadata = {""}  },
        { label = 'Rice', item = 'rice', description = "Buy Rice for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://i.imgur.com/qWgnzhs.png", metadata = {""}  },	
        { label = 'Big Boat', item = 'boat_big', description = "Buy Big Boat for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://i.imgur.com/O1MwdUj.png", metadata = {""}  },	
        { label = 'Small Boat', item = 'boat_small', description = "Buy Small Boat for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://i.imgur.com/2L7GxkB.png", metadata = {""}  },	
        { label = 'Brown Sugar', item = 'brown_sugar', description = "Buy Brown sugar for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://i.imgur.com/cZ1rlef.png", metadata = {""}  },	
        { label = 'Butter', item = 'butter', description = "Buy Butter for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://i.imgur.com/KsDJQ6O.png", metadata = {""}  },	
        { label = 'Lemon', item = 'lemon', description = "Buy Lemon for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://i.imgur.com/zoEcQ97.png", metadata = {""}  },	
        { label = 'Lettuce', item = 'lettuce', description = "Buy Letuce for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://i.imgur.com/aRRVG9Y.png", metadata = {""}  },	
        { label = 'Mussels', item = 'mussels', description = "Buy Mussels for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://i.imgur.com/n0wICqs.png", metadata = {""}  },	
        { label = 'Penne Pasta', item = 'penne_pasta', description = "Buy Penne Pasta for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://i.imgur.com/hIGSM4J.png", metadata = {""}  },	
        { label = 'Red onion', item = 'red_onion', description = "Buy Red Onion for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://i.imgur.com/MxbuCaA.png", metadata = {""}  },	
        { label = 'Soy Sauce', item = 'soy_sauce', description = "Buy Soy Sauce for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://i.imgur.com/ziF3SDi.png", metadata = {""}  },	
        { label = 'Teriyaki Sauce', item = 'teriyaki_sauce', description = "Buy Teriyaki Sauce for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://i.imgur.com/rR7qOi6.png", metadata = {""}  },	
        { label = 'Tuna', item = 'tuna', description = "Buy Tuna for: $", price = 8, MinAmount = 5, MaxAmount = 20, image = "https://i.imgur.com/MckJCTn.png", metadata = {""}  },	
    },
    Ped = {
        { model = "mp_m_shopkeep_01", coords = vec4(-1271.83, -809.04, 16.12, 125.12), scenario = "WORLD_HUMAN_SMOKING" },
    },
}

-- Consumables / Drinking / Eating  
Config.Consumables = {

    --EAT
    shrimp_ajillo = { -- Item name
        Log = "He ate Shrimp Ajillo",
        Remove = true, -- Remove item
        RemoveItem = "shrimp_ajillo", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = false,
        AddItem = "pearl_wood_dirt", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Eating...",
        duration = 12500,
        Effect = { status = "hunger", add = 100000 },
        animation = {
            emote = {
                enabled = true,
                anim = {
                    dict = 'mp_player_inteat@burger',
                    clip = 'mp_player_int_eat_burger'
                },
                prop = {
                    model = 'prop_cs_burger_01',
                    bone = 18905,
                    pos = vec3(0.14, 0.05, 0.01),
                    rot = vec3(-242.0, 0.0, 0.0)
                },
            },
            scenario = {
                enabled = false,
                anim = {
                    scenario = "WORLD_HUMAN_SMOKING_POT"
                },
            },
        }
    },
    shrimp_plate = { -- Item name
        Log = "He ate Prosciutto e funghi",
        Remove = true, -- Remove item
        RemoveItem = "shrimp_plate", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = true,
        AddItem = "pearl_wood_dirt", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Eating...",
        duration = 12500,
        Effect = { status = "hunger", add = 100000 },
        animation = {
            emote = {
                enabled = true,
                anim = {
                    dict = 'mp_player_inteat@burger',
                    clip = 'mp_player_int_eat_burger'
                },
                prop = {
                    model = 'prop_cs_burger_01',
                    bone = 18905,
                    pos = vec3(0.14, 0.05, 0.01),
                    rot = vec3(-242.0, 0.0, 0.0)
                },
            },
            scenario = {
                enabled = false,
                anim = {
                    scenario = "WORLD_HUMAN_SMOKING_POT"
                },
            },
        }
    },
    ahi_tuna = { -- Item name
        Log = "He ate Ahi Tuna",
        Remove = true, -- Remove item
        RemoveItem = "ahi_tuna", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = false,
        AddItem = "pearl_wood_dirt", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Eating...",
        duration = 12500,
        Effect = { status = "hunger", add = 100000 },
        animation = {
            emote = {
                enabled = true,
                anim = {
                    dict = 'mp_player_inteat@burger',
                    clip = 'mp_player_int_eat_burger'
                },
                prop = {
                    model = 'prop_cs_burger_01',
                    bone = 18905,
                    pos = vec3(0.14, 0.05, 0.01),
                    rot = vec3(-242.0, 0.0, 0.0)
                },
            },
            scenario = {
                enabled = false,
                anim = {
                    scenario = "WORLD_HUMAN_SMOKING_POT"
                },
            },
        }   
    },
    cioppino = { -- Item name
        Log = "He ate Cioppino",
        Remove = true, -- Remove item
        RemoveItem = "cioppino", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = false,
        AddItem = "pearl_wood_dirt", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Eating...",
        duration = 12500,
        Effect = { status = "hunger", add = 100000 },
        animation = {
            emote = {
                enabled = true,
                anim = {
                    dict = 'mp_player_inteat@burger',
                    clip = 'mp_player_int_eat_burger'
                },
                prop = {
                    model = 'prop_cs_burger_01',
                    bone = 18905,
                    pos = vec3(0.14, 0.05, 0.01),
                    rot = vec3(-242.0, 0.0, 0.0)
                },
            },
            scenario = {
                enabled = false,
                anim = {
                    scenario = "WORLD_HUMAN_SMOKING_POT"
                },
            },
        }   
    },
    fish_sticks = { -- Item name
        Log = "He ate Fish Sticks",
        Remove = true, -- Remove item
        RemoveItem = "fish_sticks", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = false,
        AddItem = "pearl_wood_dirt", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Eating...",
        duration = 12500,
        Effect = { status = "hunger", add = 100000 },
        animation = {
            emote = {
                enabled = true,
                anim = {
                    dict = 'mp_player_inteat@burger',
                    clip = 'mp_player_int_eat_burger'
                },
                prop = {
                    model = 'prop_cs_burger_01',
                    bone = 18905,
                    pos = vec3(0.14, 0.05, 0.01),
                    rot = vec3(-242.0, 0.0, 0.0)
                },
            },
            scenario = {
                enabled = false,
                anim = {
                    scenario = "WORLD_HUMAN_SMOKING_POT"
                },
            },
        }   
    },
    salmon_teriyaki = { -- Item name
        Log = "He ate Salmon Teriyaki",
        Remove = true, -- Remove item
        RemoveItem = "salmon_teriyaki", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = false,
        AddItem = "pearl_wood_dirt", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Eating...",
        duration = 12500,
        Effect = { status = "hunger", add = 100000 },
        animation = {
            emote = {
                enabled = true,
                anim = {
                    dict = 'mp_player_inteat@burger',
                    clip = 'mp_player_int_eat_burger'
                },
                prop = {
                    model = 'prop_cs_burger_01',
                    bone = 18905,
                    pos = vec3(0.14, 0.05, 0.01),
                    rot = vec3(-242.0, 0.0, 0.0)
                },
            },
            scenario = {
                enabled = false,
                anim = {
                    scenario = "WORLD_HUMAN_SMOKING_POT"
                },
            },
        }   
    },
    seafood_penne = { -- Item name
        Log = "He ate Seafood Penne",
        Remove = true, -- Remove item
        RemoveItem = "seafood_penne", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = false,
        AddItem = "pearl_wood_dirt", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Eating...",
        duration = 12500,
        Effect = { status = "hunger", add = 100000 },
        animation = {
            emote = {
                enabled = true,
                anim = {
                    dict = 'mp_player_inteat@burger',
                    clip = 'mp_player_int_eat_burger'
                },
                prop = {
                    model = 'prop_cs_burger_01',
                    bone = 18905,
                    pos = vec3(0.14, 0.05, 0.01),
                    rot = vec3(-242.0, 0.0, 0.0)
                },
            },
            scenario = {
                enabled = false,
                anim = {
                    scenario = "WORLD_HUMAN_SMOKING_POT"
                },
            },
        }   
    },
    tuna_steak = { -- Item name
        Log = "He ate Tuna Steak",
        Remove = true, -- Remove item
        RemoveItem = "tuna_steak", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = false,
        AddItem = "pearl_wood_dirt", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Eating...",
        duration = 12500,
        Effect = { status = "hunger", add = 100000 },
        animation = {
            emote = {
                enabled = true,
                anim = {
                    dict = 'mp_player_inteat@burger',
                    clip = 'mp_player_int_eat_burger'
                },
                prop = {
                    model = 'prop_cs_burger_01',
                    bone = 18905,
                    pos = vec3(0.14, 0.05, 0.01),
                    rot = vec3(-242.0, 0.0, 0.0)
                },
            },
            scenario = {
                enabled = false,
                anim = {
                    scenario = "WORLD_HUMAN_SMOKING_POT"
                },
            },
        }   
    },
    octopus_cut = { -- Item name
        Log = "He ate Octopus",
        Remove = true, -- Remove item
        RemoveItem = "octopus_cut", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = true,
        AddItem = "pearl_wood_dirt", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Eating...",
        duration = 12500,
        Effect = { status = "hunger", add = 100000 },
        animation = {
            emote = {
                enabled = true,
                anim = {
                    dict = 'mp_player_inteat@burger',
                    clip = 'mp_player_int_eat_burger'
                },
                prop = {
                    model = 'prop_cs_burger_01',
                    bone = 18905,
                    pos = vec3(0.14, 0.05, 0.01),
                    rot = vec3(-242.0, 0.0, 0.0)
                },
            },
            scenario = {
                enabled = false,
                anim = {
                    scenario = "WORLD_HUMAN_SMOKING_POT"
                },
            },
        }
    },
    fish_plate = { -- Item name
        Log = "He ate Fish",
        Remove = true, -- Remove item
        RemoveItem = "fish_plate", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = false,
        AddItem = "pearl_wood_dirt", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Eating...",
        duration = 12500,
        Effect = { status = "hunger", add = 100000 },
        animation = {
            emote = {
                enabled = true,
                anim = {
                    dict = 'mp_player_inteat@burger',
                    clip = 'mp_player_int_eat_burger'
                },
                prop = {
                    model = 'prop_cs_burger_01',
                    bone = 18905,
                    pos = vec3(0.14, 0.05, 0.01),
                    rot = vec3(-242.0, 0.0, 0.0)
                },
            },
            scenario = {
                enabled = false,
                anim = {
                    scenario = "WORLD_HUMAN_SMOKING_POT"
                },
            },
        }
    },
    salmon_plate = { -- Item name
        Log = "He ate diavola",
        Remove = true, -- Remove item
        RemoveItem = "salmon_plate", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = false,
        AddItem = "pearl_wood_dirt", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Eating...",
        duration = 12500,
        Effect = { status = "hunger", add = 100000 },
        animation = {
            emote = {
                enabled = true,
                anim = {
                    dict = 'mp_player_inteat@burger',
                    clip = 'mp_player_int_eat_burger'
                },
                prop = {
                    model = 'prop_cs_burger_01',
                    bone = 18905,
                    pos = vec3(0.14, 0.05, 0.01),
                    rot = vec3(-242.0, 0.0, 0.0)
                },
            },
            scenario = {
                enabled = false,
                anim = {
                    scenario = "WORLD_HUMAN_SMOKING_POT"
                },
            },
        }
    },
    calamari_marinara = { -- Item name
        Log = "He ate Calamari marinara",
        Remove = true, -- Remove item
        RemoveItem = "calamari_marinara", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = false,
        AddItem = "pearl_wood_dirt", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Eating...",
        duration = 12500,
        Effect = { status = "hunger", add = 100000 },
        animation = {
            emote = {
                enabled = true,
                anim = {
                    dict = 'mp_player_inteat@burger',
                    clip = 'mp_player_int_eat_burger'
                },
                prop = {
                    model = 'prop_cs_burger_01',
                    bone = 18905,
                    pos = vec3(0.14, 0.05, 0.01),
                    rot = vec3(-242.0, 0.0, 0.0)
                },
            },
            scenario = {
                enabled = false,
                anim = {
                    scenario = "WORLD_HUMAN_SMOKING_POT"
                },
            },
        }
    },
    tiramisu = { -- Item name
        Log = "He ate tiramisu",
        Remove = true, -- Remove item
        RemoveItem = "tiramisu", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = true,
        AddItem = "table_plate_dirty", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Eating...",
        duration = 12500,
        Effect = { status = "hunger", add = 100000 },
        animation = {
            emote = {
                enabled = true,
                anim = {
                    dict = 'mp_player_inteat@burger',
                    clip = 'mp_player_int_eat_burger'
                },
                prop = {
                    model = 'prop_cs_burger_01',
                    bone = 18905,
                    pos = vec3(0.13, 0.06, 0.02),
                    rot = vec3(-130.0, -7.0, 0.0)
                },
            },
            scenario = {
                enabled = false,
                anim = {
                    scenario = "WORLD_HUMAN_SMOKING_POT"
                },
            },
        }
    },
    medaly_of_fresh_fruits = { -- Item name
        Log = "He ate Medely of fresh fruits",
        Remove = true, -- Remove item
        RemoveItem = "medaly_of_fresh_fruits", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = false,
        AddItem = "table_plate_dirty", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Eating...",
        duration = 12500,
        Effect = { status = "hunger", add = 100000 },
        animation = {
            emote = {
                enabled = true,
                anim = {
                    dict = 'mp_player_inteat@burger',
                    clip = 'mp_player_int_eat_burger'
                },
                prop = {
                    model = 'prop_cs_burger_01',
                    bone = 18905,
                    pos = vec3(0.13, 0.06, 0.02),
                    rot = vec3(-130.0, -7.0, 0.0)
                },
            },
            scenario = {
                enabled = false,
                anim = {
                    scenario = "WORLD_HUMAN_SMOKING_POT"
                },
            },
        }
    },
    chocolate_and_vanilla_gelato_ice_cream = { -- Item name
        Log = "He ate Chocolate And vanilla gelato ice cream",
        Remove = true, -- Remove item
        RemoveItem = "chocolate_and_vanilla_gelato_ice_cream", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = true,
        AddItem = "table_plate_dirty", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Eating...",
        duration = 12500,
        Effect = { status = "hunger", add = 100000 },
        animation = {
            emote = {
                enabled = true,
                anim = {
                    dict = 'mp_player_inteat@burger',
                    clip = 'mp_player_int_eat_burger'
                },
                prop = {
                    model = 'prop_cs_burger_01',
                    bone = 18905,
                    pos = vec3(0.13, 0.06, 0.02),
                    rot = vec3(-130.0, -7.0, 0.0)
                },
            },
            scenario = {
                enabled = false,
                anim = {
                    scenario = "WORLD_HUMAN_SMOKING_POT"
                },
            },
        }
    },
    crawfish_plate = { -- Item name
        Log = "He ate Alla Crawfish",
        Remove = true, -- Remove item
        RemoveItem = "crawfish_plate", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = false,
        AddItem = "table_plate_dirty", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Eating...",
        duration = 12500,
        Effect = { status = "hunger", add = 100000 },
        animation = {
            emote = {
                enabled = true,
                anim = {
                    dict = 'mp_player_inteat@burger',
                    clip = 'mp_player_int_eat_burger'
                },
                prop = {
                    model = 'prop_cs_burger_01',
                    bone = 18905,
                    pos = vec3(0.13, 0.06, 0.02),
                    rot = vec3(-130.0, -7.0, 0.0)
                },
            },
            scenario = {
                enabled = false,
                anim = {
                    scenario = "WORLD_HUMAN_SMOKING_POT"
                },
            },
        }
    },
    meat_fries = { -- Item name
        Log = "He ate warm Meat and Fries",
        Remove = true, -- Remove item
        RemoveItem = "meat_fries", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = true,
        AddItem = "table_plate_dirty", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Eating...",
        duration = 12500,
        Effect = { status = "hunger", add = 100000 },
        animation = {
            emote = {
                enabled = true,
                anim = {
                    dict = 'mp_player_inteat@burger',
                    clip = 'mp_player_int_eat_burger'
                },
                prop = {
                    model = 'prop_cs_burger_01',
                    bone = 18905,
                    pos = vec3(0.13, 0.06, 0.02),
                    rot = vec3(-130.0, -7.0, 0.0)
                },
            },
            scenario = {
                enabled = false,
                anim = {
                    scenario = "WORLD_HUMAN_SMOKING_POT"
                },
            },
        }
    },
    cappuccino = { -- Item name
        Log = "He drink cappuccino",
        Remove = true, -- Remove item
        RemoveItem = "cappuccino", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = true,
        AddItem = "dirty_cup", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Drinking...",
        duration = 12500,
        Effect = { status = "thirst", add = 100000 },
        animation = {
            emote = {
                enabled = true,
                anim = {
                    dict = 'amb@world_human_drinking@coffee@male@idle_a',
                    clip = 'idle_c'
                },
                prop = {
                    model = 'p_amb_coffeecup_01',
                    bone = 57005,
                    pos = vec3(0.15, 0.02, -0.03),
                    rot = vec3(-70.0, 30.0, 10.0)
                },
            },
            scenario = {
                enabled = false,
                anim = {
                    scenario = "WORLD_HUMAN_SEAT_LEDGE_EATING"
                },
            },
        }
    },
    latte_macchiato = { -- Item name
        Log = "He drink latte macchiato",
        Remove = true, -- Remove item
        RemoveItem = "latte_macchiato", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = false,
        AddItem = "dirty_cup", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Drinking...",
        duration = 12500,
        Effect = { status = "thirst", add = 100000 },
        animation = {
            emote = {
                enabled = true,
                anim = {
                    dict = 'amb@world_human_drinking@coffee@male@idle_a',
                    clip = 'idle_c'
                },
                prop = {
                    model = 'p_amb_coffeecup_01',
                    bone = 57005,
                    pos = vec3(0.15, 0.02, -0.03),
                    rot = vec3(-70.0, 30.0, 10.0)
                },
            },
            scenario = {
                enabled = false,
                anim = {
                    scenario = "WORLD_HUMAN_SEAT_LEDGE_EATING"
                },
            },
        }
    },
    sprunk = { -- Item name
        Log = "He drink sprunk",
        Remove = true, -- Remove item
        RemoveItem = "sprunk", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = true,
        AddItem = "destroyed_cup", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Drinking...",
        duration = 12500,
        Effect = { status = "thirst", add = 100000 },
        animation = {
            emote = {
                enabled = true,
                anim = {
                    dict = 'amb@world_human_drinking@coffee@male@idle_a',
                    clip = 'idle_c'
                },
                prop = {
                    model = 'prop_cs_bs_cup',
                    bone = 57005,
                    pos = vec3(0.15, 0.02, -0.03),
                    rot = vec3(-70.0, 30.0, 10.0)
                },
            },
            scenario = {
                enabled = false,
                anim = {
                    scenario = "WORLD_HUMAN_SEAT_LEDGE_EATING"
                },
            },
        }
    },
    drang_o_tang = { -- Item name
        Log = "He drink drang_o_tang",
        Remove = true, -- Remove item
        RemoveItem = "drang_o_tang", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = true,
        AddItem = "destroyed_cup", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Drinking...",
        duration = 12500,
        Effect = { status = "thirst", add = 100000 },
        animation = {
            emote = {
                enabled = true,
                anim = {
                    dict = 'amb@world_human_drinking@coffee@male@idle_a',
                    clip = 'idle_c'
                },
                prop = {
                    model = 'prop_cs_bs_cup',
                    bone = 57005,
                    pos = vec3(0.15, 0.02, -0.03),
                    rot = vec3(-70.0, 30.0, 10.0)
                },
            },
            scenario = {
                enabled = false,
                anim = {
                    scenario = "WORLD_HUMAN_SEAT_LEDGE_EATING"
                },
            },
        }
    },
    ecola = { -- Item name
        Log = "He drink ecola",
        Remove = true, -- Remove item
        RemoveItem = "ecola", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = true,
        AddItem = "destroyed_cup", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Drinking...",
        duration = 12500,
        Effect = { status = "thirst", add = 100000 },
        animation = {
            emote = {
                enabled = true,
                anim = {
                    dict = 'amb@world_human_drinking@coffee@male@idle_a',
                    clip = 'idle_c'
                },
                prop = {
                    model = 'prop_cs_bs_cup',
                    bone = 57005,
                    pos = vec3(0.15, 0.02, -0.03),
                    rot = vec3(-70.0, 30.0, 10.0)
                },
            },
            scenario = {
                enabled = false,
                anim = {
                    scenario = "WORLD_HUMAN_SEAT_LEDGE_EATING"
                },
            },
        }
    },
    ecola_light = { -- Item name
        Log = "He drink ecola_light",
        Remove = true, -- Remove item
        RemoveItem = "ecola_light", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = false,
        AddItem = "destroyed_cup", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Drinking...",
        duration = 12500,
        Effect = { status = "thirst", add = 100000 },
        animation = {
            emote = {
                enabled = true,
                anim = {
                    dict = 'amb@world_human_drinking@coffee@male@idle_a',
                    clip = 'idle_c'
                },
                prop = {
                    model = 'prop_cs_bs_cup',
                    bone = 57005,
                    pos = vec3(0.15, 0.02, -0.03),
                    rot = vec3(-70.0, 30.0, 10.0)
                },
            },
            scenario = {
                enabled = false,
                anim = {
                    scenario = "WORLD_HUMAN_SEAT_LEDGE_EATING"
                },
            },
        }
    },
    piswasser = { -- Item name
        Log = "Drank piswasser",
        Remove = true, -- Remove item
        RemoveItem = "piswasser", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = true,
        AddItem = "empty_beer_dirt", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Drinking...",
        duration = 12500,
        Effect = { status = "drunk", add = 100000 },
        animation = {
            emote = {
                enabled = true,
                anim = {
                    dict = 'amb@world_human_drinking@coffee@male@idle_a',
                    clip = 'idle_c'
                },
                prop = {
                    model = 'prop_beer_pissh',
                    bone = 57005,
                    pos = vec3(0.14, -0.12, -0.04),
                    rot = vec3(-84.0, 0.0, 0.0)
                },

            },
            scenario = {
                enabled = false,
                anim = {
                    scenario = "WORLD_HUMAN_SMOKING_POT"
                },
            },
        }
    },
    beer = { -- Item name
        Log = "Drank beer",
        Remove = true, -- Remove item
        RemoveItem = "beer", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = true,
        AddItem = "empty_beer_dirt", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Drinking...",
        duration = 12500,
        Effect = { status = "drunk", add = 100000 },
        animation = {
            emote = {
                enabled = true,
                anim = {
                    dict = 'amb@world_human_drinking@coffee@male@idle_a',
                    clip = 'idle_c'
                },
                prop = {
                    model = 'prop_beer_amopen',
                    bone = 57005,
                    pos = vec3(0.14, -0.12, -0.04),
                    rot = vec3(-84.0, 0.0, 0.0)
                },

            },
            scenario = {
                enabled = false,
                anim = {
                    scenario = "WORLD_HUMAN_SMOKING_POT"
                },
            },
        }
    },
    duscbe_gold = { -- Item name
        Log = "Drank duscbe_gold",
        Remove = true, -- Remove item
        RemoveItem = "duscbe_gold", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = true,
        AddItem = "empty_beer_dirt", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Drinking...",
        duration = 12500,
        Effect = { status = "drunk", add = 100000 },
        animation = {
            emote = {
                enabled = true,
                anim = {
                    dict = 'amb@world_human_drinking@coffee@male@idle_a',
                    clip = 'idle_c'
                },
                prop = {
                    model = 'prop_beerdusche',
                    bone = 57005,
                    pos = vec3(0.13, -0.13, -0.04),
                    rot = vec3(-90.0, 0.0, 0.0)
                },

            },
            scenario = {
                enabled = false,
                anim = {
                    scenario = "WORLD_HUMAN_SMOKING_POT"
                },
            },
        }
    },
    logger = { -- Item name
        Log = "Drank logger",
        Remove = true, -- Remove item
        RemoveItem = "logger", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = true,
        AddItem = "empty_beer_dirt", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Drinking...",
        duration = 12500,
        Effect = { status = "drunk", add = 100000 },
        animation = {
            emote = {
                enabled = true,
                anim = {
                    dict = 'amb@world_human_drinking@coffee@male@idle_a',
                    clip = 'idle_c'
                },
                prop = {
                    model = 'prop_beer_logger',
                    bone = 57005,
                    pos = vec3(0.14, -0.12, -0.04),
                    rot = vec3(-84.0, 0.0, 0.0)
                },

            },
            scenario = {
                enabled = false,
                anim = {
                    scenario = "WORLD_HUMAN_SMOKING_POT"
                },
            },
        }
    },
    ragga_rum = { -- Item name
        Log = "Drank ragga_rum",
        Remove = true, -- Remove item
        RemoveItem = "ragga_rum", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = true,
        AddItem = "empty_rum_dirt", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Drinking...",
        duration = 12500,
        Effect = { status = "drunk", add = 100000 },
        animation = {
            emote = {
                enabled = true,
                anim = {
                    dict = 'amb@world_human_drinking@coffee@male@idle_a',
                    clip = 'idle_c'
                },
                prop = {
                    model = 'prop_drink_whisky',
                    bone = 57005,
                    pos = vec3(0.14, -0.03, -0.04),
                    rot = vec3(-90.0, 100.0, 0.0)
                },

            },
            scenario = {
                enabled = false,
                anim = {
                    scenario = "WORLD_HUMAN_SMOKING_POT"
                },
            },
        }
    },
    cherenkov = { -- Item name
        Log = "Drank cherenkov",
        Remove = true, -- Remove item
        RemoveItem = "cherenkov", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = true,
        AddItem = "empty_rum_dirt", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Drinking...",
        duration = 12500,
        Effect = { status = "drunk", add = 100000 },
        animation = {
            emote = {
                enabled = true,
                anim = {
                    dict = 'amb@world_human_drinking@coffee@male@idle_a',
                    clip = 'idle_c'
                },
                prop = {
                    model = 'prop_drink_whisky',
                    bone = 57005,
                    pos = vec3(0.14, -0.03, -0.04),
                    rot = vec3(-90.0, 100.0, 0.0)
                },

            },
            scenario = {
                enabled = false,
                anim = {
                    scenario = "WORLD_HUMAN_SMOKING_POT"
                },
            },
        }
    },
}

Config.Chairsdebug = false
Config.Chairs = {
    --TABLE 1
    {
        coords = vector3(-1830.09, -1183.18, 14.25), offsetZ = -0.10, heading = 332.95, radius = 0.3, distance = 2.0,
        LeaveCoords = vector4(-1829.51, -1183.75, 13.31, 153.85)
    },
    {
        coords = vector3(-1835.6180419922,-1199.3657226563,14.164379119873), offsetZ = -0.10, heading = 150.3, radius = 0.3, distance = 1.7,
        LeaveCoords = vector4(-1835.45, -1198.92, 14.309, 146.8)
    },
    {
        coords = vector3(-1829.7310791016,-1202.7633056641,14.164379119873), offsetZ = -0.10, heading = 150.3, radius = 0.3, distance = 2.0,
        LeaveCoords = vector4(-1829.61, -1202.30, 14.309, 149.2)
    },
	--TABLE 2
    {
        coords = vector3(-1828.3021240234,-1183.9940185547,14.164379119873), offsetZ = -0.10, heading = 332.2, radius = 0.3, distance = 1.7,
        LeaveCoords = vector4(-1828.51, -1184.38, 14.309, 340.0)
    },
    {
        coords = vector3(-1819.4147949219,-1189.1070556641,14.164379119873), offsetZ = -0.10, heading = 332.2, radius = 0.3, distance = 2.0,
        LeaveCoords = vector4(-1819.67, -1189.49, 14.309, 326.3)
    },
	--TABLE 3
    {
        coords = vector3(-1823.64453125,-1195.2719726563,13.75009727478), offsetZ = -0.10, heading = 57.57, radius = 0.3, distance = 1.7,
        LeaveCoords = vector4(-1823.19, -1194.41, 14.309, 62.66)
    },
    {
        coords = vector3(-1824.7899169922,-1195.3707275391,13.75009727478), offsetZ = -0.10, heading = 341.1, radius = 0.3, distance = 2.0,
        LeaveCoords = vector4(-1825.42, -1194.48, 14.309, 341.1)
    },
    {
        coords = vector3(-1826.4938964844,-1194.3937988281,13.75009727478), offsetZ = -0.10, heading = 341.1, radius = 0.3, distance = 1.7,
        LeaveCoords = vector4(-1825.42, -1194.48, 14.309, 341.1)
    },
    {
        coords = vector3(-1826.9875488281,-1193.380859375,13.750096321106), offsetZ = -0.10, heading = 243.8, radius = 0.3, distance = 2.0,
        LeaveCoords = vector4(-1826.44, -1192.54, 14.309, 250.2)
    },
    {
        coords = vector3(-1830.4986572266,-1192.0808105469,13.750095367432), offsetZ = -0.10, heading = 334.8, radius = 0.3, distance = 1.7,
        LeaveCoords = vector4(-1829.45, -1192.17, 14.309, 334.8)
    },
    {
        coords = vector3(-1830.9390869141,-1191.0538330078,13.750096321106), offsetZ = -0.10, heading = 255.0, radius = 0.3, distance = 2.0,
        LeaveCoords = vector4(-1830.52, -1190.03, 14.309, 229.0)
    },
	--TABLE 4
    {
        coords = vector3(-1829.3004150391,-1188.1259765625,13.745277404785), offsetZ = -0.10, heading = 234.7, radius = 0.3, distance = 1.7,
        LeaveCoords = vector4(-1830.03, -1189.05, 14.309, 241.9)
    },
    {
        coords = vector3(-1827.8728027344,-1188.9963378906,13.745277404785), offsetZ = -0.10, heading = 62.09, radius = 0.3, distance = 1.7,
        LeaveCoords = vector4(-1828.17, -1189.86, 14.309, 55.99)
    },
    {
        coords = vector3(-1827.0212402344,-1188.6918945313,13.745277404785), offsetZ = -0.10, heading = 234.7, radius = 0.3, distance = 1.7,
        LeaveCoords = vector4(-1827.83, -1190.16, 14.309, 253.1)
    },
    {
        coords = vector3(-1825.6467285156,-1189.5960693359,13.745277404785), offsetZ = -0.10, heading = 62.09, radius = 0.3, distance = 1.7,
        LeaveCoords = vector4(-1826.30, -1190.88, 14.309, 74.09)
    },
    {
        coords = vector3(-1825.4537353516,-1190.517578125,13.745277404785), offsetZ = -0.10, heading = 234.7, radius = 0.3, distance = 1.7,
        LeaveCoords = vector4(-1825.98, -1191.18, 14.309, 241.4)
    },
    {
        coords = vector3(-1823.9899902344,-1191.2491455078,13.745277404785), offsetZ = -0.10, heading = 62.09, radius = 0.3, distance = 1.7,
        LeaveCoords = vector4(-1824.19, -1192.22, 14.309, 70.34)
    },
    {
        coords = vector3(-1823.4621582031,-1191.5194091797,13.745277404785), offsetZ = -0.10, heading = 234.7, radius = 0.3, distance = 1.7,
        LeaveCoords = vector4(-1824.16, -1192.50, 14.309, 234.2)
    },
    {
        coords = vector3(-1822.1002197266,-1192.4304199219,13.745277404785), offsetZ = -0.10, heading = 62.09, radius = 0.3, distance = 1.7,
        LeaveCoords = vector4(-1822.59, -1193.22, 14.309, 65.61)
    },
    {
        coords = vector3(-1824.7823486328,-1197.1254882813,13.750095367432), offsetZ = -0.10, heading = 62.09, radius = 0.3, distance = 1.7,
        LeaveCoords = vector4(-1825.46, -1197.95, 14.309, 61.00)
    },
    {
        coords = vector3(-1825.2707519531,-1195.9301757813,13.750096321106), offsetZ = -0.10, heading = 149.9, radius = 0.3, distance = 1.7,
        LeaveCoords = vector4(-1826.19, -1195.96, 14.309, 149.9)
    },
    {
        coords = vector3(-1828.7658691406,-1194.8562011719,13.75009727478), offsetZ = -0.10, heading = 62.09, radius = 0.3, distance = 1.7,
        LeaveCoords = vector4(-1829.30, -1195.52, 14.309, 62.31)
    },
    {
        coords = vector3(-1829.2172851563,-1193.6967773438,13.75009727478), offsetZ = -0.10, heading = 149.9, radius = 0.3, distance = 1.7,
        LeaveCoords = vector4(-1830.28, -1193.60, 14.309, 153.6)
    },
    {
        coords = vector3(-1830.8602294922,-1192.7966308594,13.75009727478), offsetZ = -0.10, heading = 149.9, radius = 0.3, distance = 1.7,
        LeaveCoords = vector4(-1830.28, -1193.60, 14.309, 153.6)
    },
    {
        coords = vector3(-1831.9953613281,-1192.8348388672,13.75009727478), offsetZ = -0.10, heading = 246.6, radius = 0.3, distance = 1.7,
        LeaveCoords = vector4(-1832.53, -1193.78, 14.309, 238.0)
    },
    {
        coords = vector3(-1833.7125244141,-1195.8159179688,13.745277404785), offsetZ = -0.10, heading = 246.6, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-1832.94, -1194.86, 14.309, 241.6)
    },
    {
        coords = vector3(-1832.2930908203,-1196.6008300781,13.745277404785), offsetZ = -0.10, heading = 62.09, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(802.2433, -752.1411, 25.7808, 3.1952)
    },
    {
        coords = vector3(-1831.7731933594,-1197.0043945313,13.745277404785), offsetZ = -0.10, heading = 246.6, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-1831.12, -1195.97, 14.309, 251.4)
    },
    {
        coords = vector3(-1830.3565673828,-1197.7557373047,13.745277404785), offsetZ = -0.10, heading = 62.09, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-1829.65, -1196.81, 14.309, 63.24)
    },
    {
        coords = vector3(-1829.7559814453,-1198.0068359375,13.745277404785), offsetZ = -0.10, heading = 246.6, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-1829.09, -1197.11, 14.309, 246.5)
    },
    {
        coords = vector3(-1828.3624267578,-1198.8928222656,13.745277404785), offsetZ = -0.10, heading = 62.09, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-1827.70, -1197.85, 14.309, 65.35)
    },
    {
        coords = vector3(-1827.8200683594,-1199.1112060547,13.745277404785), offsetZ = -0.10, heading = 246.6, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-1827.15, -1198.32, 14.309, 252.2)
    },
    {
        coords = vector3(-1826.4202880859,-1200.0080566406,13.745277404785), offsetZ = -0.10, heading = 62.09, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-1825.96, -1199.08, 14.309, 62.70)
    },
    ---- TABLE 69
    {
        coords = vector3(-1827.9742, -1203.7782, 15.24), offsetZ = -0.10, heading = 149.5052, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-1827.69, -1203.41, 13.31, 342.22)
    },
    {
        coords = vector3(-1826.8, -1204.39, 14.24), offsetZ = -0.10, heading = 148.33, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-1826.59, -1204.08, 13.31, 327.87)
    },
    {
        coords = vector3(-1823.1, -1203.63, 12.81), offsetZ = -0.10, heading = 332.17, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-1822.74, -1203.11, 13.31, 332.17)
    },
    {
        coords = vector3(-1822.65, -1203.89, 12.81), offsetZ = -0.10, heading = 332.02, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-1822.12, -1204.2, 12.81, 334.37)
    },
    {
        coords = vector3(-1820.59, -1203.41, 12.81), offsetZ = -0.10, heading = 54.82, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-1821.0251, -1203.2129, 14.3092, 60.5786)
    },
    {
        coords = vector3(-1820.29, -1202.88, 12.81), offsetZ = -0.10, heading = 63.97, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-1820.82, -1202.54, 13.31, 63.97)
    },
    {
        coords = vector3(-1819.96, -1202.37, 12.81), offsetZ = -0.10, heading = 58.35, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-1820.4597, -1201.9772, 14.3092, 58.3504)
    },
    {
        coords = vector3(-1818.32, -1189.79, 14.19), offsetZ = -0.10, heading = 331.1, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-1818.6842, -1190.1688, 14.3092, 152.6408)
    },
    {
        coords = vector3(-1821.22, -1188.12, 14.18), offsetZ = -0.10, heading = 329.95, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-1821.4382, -1188.5040, 14.3092, 154.8167)
    },
    {
        coords = vector3(-1822.37, -1187.51, 14.21), offsetZ = -0.10, heading = 329.71, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-1822.6682, -1187.7970, 14.3092, 154.6168)
    },
    {
        coords = vector3(-1827.22, -1184.76, 14.2), offsetZ = -0.10, heading = 329.11, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-1827.4341, -1185.0032, 14.3092, 146.3127)
    },
    {
        coords = vector3(-1831.21, -1182.47, 14.19), offsetZ = -0.10, heading = 328.89, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-1831.46, -1182.68, 13.31, 149.94)
    },
    {
        coords = vector3(-1827.43, -1188.3, 13.77), offsetZ = -0.10, heading = 59.04, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-1828.22, -1189.81, 13.31, 145.24)
    },
    {
        coords = vector3(-1829.07, -1187.61, 13.77), offsetZ = -0.10, heading = 240.87, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-1829.69, -1188.96, 13.31, 150.35)
    },
    {
        coords = vector3(-1827.43, -1189.49, 13.82), offsetZ = -0.10, heading = 242.07, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-1827.76, -1190.05, 13.31, 148.34)
    },
    {
        coords = vector3(-1825.9, -1190.29, 13.8), offsetZ = -0.10, heading = 59.9, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-1826.4, -1190.83, 13.31, 152.28)
    },
    {
        coords = vector3(-1823.51, -1190.55, 13.77), offsetZ = -0.10, heading = 60.22, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-1824.4, -1192.0, 13.31, 152.86)
    },
    {
        coords = vector3(-1825.11, -1189.93, 13.77), offsetZ = -0.10, heading = 238.06, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-1825.84, -1191.19, 13.31, 164.82)
    },
    {
        coords = vector3(-1822.93, -1190.74, 13.75), offsetZ = -0.10, heading = 239.31, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-1823.8, -1192.34, 13.31, 153.76)
    },
    {
        coords = vector3(-1821.83, -1191.85, 13.78), offsetZ = -0.10, heading = 59, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-1822.72, -1192.95, 13.31, 143.09)
    },
    {
        coords = vector3(-1825.57, -1194.93, 13.79), offsetZ = -0.10, heading = 331.08, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-1825.36, -1194.54, 13.31, 328.67)
    },
    {
        coords = vector3(-1829.84, -1192.41, 13.77), offsetZ = -0.10, heading = 329.46, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-1829.56, -1192.09, 13.31, 327.15)
    },
    {
        coords = vector3(-1830.03, -1193.26, 13.77), offsetZ = -0.10, heading = 150.38, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-1830.25, -1193.65, 13.31, 150.38)
    },
    {
        coords = vector3(-1825.84, -1195.61, 13.84), offsetZ = -0.10, heading = 150.19, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-1826.27, -1196.25, 13.31, 150.19)
    },
    {
        coords = vector3(-1828.26, -1199.84, 13.77), offsetZ = -0.10, heading = 239.45, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-1827.37, -1198.4, 13.31, 329.38)
    },
    {
        coords = vector3(-1828.8, -1199.6, 13.81), offsetZ = -0.10, heading = 60.55, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-1827.99, -1198.03, 13.31, 326.46)
    },
    {
        coords = vector3(-1830.08, -1198.51, 13.76), offsetZ = -0.10, heading = 242.21, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-1829.33, -1197.26, 13.31, 328.09)
    },
    {
        coords = vector3(-1832.14, -1197.63, 13.75), offsetZ = -0.10, heading = 241.23, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-1831.12, -1196.22, 13.31, 329.32)
    },
    {
        coords = vector3(-1832.67, -1197.32, 13.78), offsetZ = -0.10, heading = 58.93, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-1831.88, -1195.79, 13.31, 338.59)
    },
    {
        coords = vector3(-1830.8, -1201.95, 14.21), offsetZ = -0.10, heading = 152.15, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-1830.65, -1201.73, 13.31, 331.62)
    },
    {
        coords = vector3(-1836.74, -1198.61, 14.2), offsetZ = -0.10, heading = 152.14, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-1836.51, -1198.11, 13.31, 335.14)
    },
    {
        coords = vector3(-1838.52, -1197.55, 14.2), offsetZ = -0.10, heading = 151.93, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-1838.32, -1197.11, 13.31, 332.77)
    },

}

Config.Delivery = {
    {   
        item = "shrimp_ajillo", -- Item name
        Label = "Shrimp Garlic", -- Item label
        MinPrice = 300, -- Min price
        MaxPrice = 400, -- Max price
        MinCount = 1, -- Min Count
        MaxCount = 5, -- Max Count
    },
    {   
        item = "tuna_steak", -- Item name
        Label = "Tuna Steak", -- Item label
        MinPrice = 300, -- Min price
        MaxPrice = 400, -- Max price
        MinCount = 1, -- Min Count
        MaxCount = 5, -- Max Count
    },
    {   
        item = "shrimp_plate", -- Item name
        Label = "Shrimp Plate", -- Item label
        MinPrice = 300, -- Min price
        MaxPrice = 400, -- Max price
        MinCount = 1, -- Min Count
        MaxCount = 5, -- Max Count
    },
}
```

{% endcode %}


---

# 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, and the optional `goal` query parameter:

```
GET https://drc-docs.gitbook.io/drc-scripts/jobs/drc-pearls/config.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
