Config - UncleJust

This is the config for drc_beanmachine. You have already in drc_beanmachine folder!

--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_circle" -- 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' } -- Jobs which can be alerted
Config.Dispatch = { enabled = true, script = "linden_outlawalert" } -- cd_dispatch, linden_outlawalert, ps-disptach
--PLAYER SETTINGS
Config.JobName = "beanmachine" -- Job name for beanmachine
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 = false -- 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.MLO = "uj" -- gabz, uj, slth -- dont change!

Config.beanmachine = {

    PolyZone = {
        coords = vector3(-623.1621, 236.9173, 81.8817), size = vec3(100.0, 100.0, 100.0), rotation = 270, debug = false, RemovePeds = true, radius = 50.0
    },

    Garage = {
        Ped = {
            { Model = "s_m_y_xmech_01", Coords = vec4(-633.36, 294.59, 80.73, 215.6),
                Scenario = "WORLD_HUMAN_CLIPBOARD_FACILITY"
            }
        },
        Vehicles = {
            { Model = "nspeedo", Label = "Vapid Speedo", livery = 0, image = "https://cdn.discordapp.com/attachments/936585783761051658/1107928643906314251/image.png", metadata = {""}, },
        },
        SpawnPoints = {
            { Coords = vector3(-627.33, 289.09, 80.62), Heading = 37.43, Radius = 3.0 }
        },
    },

    AlertPolice = vec3(-634.4205322265625, 234.38775634765625, 81.69854736328125),

    Delivery = vec3(-632.9559326171875, 226.55902099609375, 82.34687805175781),

    SpawnObjects = true,

    Sinks = {
        Zones = {
            Sink = {
                coords = vector3(-630.9, 222.72, 82.3),
                radius = 0.35,
                debug = false,
                WaterStream = vector3(-630.9, 222.72, 82.3),
            },
        },

        Crafting = {
            CleanLatteCup = {
                Title = "Clean dirty latte cup", 
                description = "Required Item: Dirty latte cup",
                image = "https://i.imgur.com/v6vULUD.png",
                metadata = {""},
                RequiredItems = {
                    { item = "dirty_latte_cup", count = 1, remove = true },
                },
                AddItems = {
                    { item = "latte_cup ", count = 1 },
                }
            },
            CleanDirtyGlass = {
                Title = "Clean dirty glass", 
                description = "Required Item: Dirty glass",
                image = "https://i.imgur.com/ys9lxDt.png",
                metadata = {""},
                RequiredItems = {
                    { item = "dirty_glass", count = 1, remove = true },
                },
                AddItems = {
                    { item = "glass", count = 1 },
                }
            },
            CleanPlate = {
                Title = "Clean dirty plate",
                description = "Requited Item: Dirty Plaate",
                image = "https://i.imgur.com/gmXbU25.png",
                metadata = {""},
                RequiredItems = {
                    { item = "dirty_plate", count = 1, remove = true },
                },
                AddItems = {
                    { item = "plate", count = 1 },
                }
            },
        },
    },

    Duty = {
        Main = { coords = vector3(-627.7196655273438, 228.901611328125, 82.47200012207031), radius = 0.2, debug = false },
    },

    CloakRoom = {
        Main = { coords = vector3(-634.44, 225.42, 81.84), radius = 0.7, debug = false },
    },

    Coffeemachine = {
        Zones = {
            Main = { coords = vector3(-635.67, 236.42, 82.34), radius = 0.25, debug = false },
            Second = { coords = vector3(-627.69, 222.97, 82.14), radius = 0.25, debug = false },
        },

        Crafting = {
            espresso = {
                Title = "Espresso",
                description = "Requirements: Coffee Cup, Coffee Beans",
                image = "https://i.imgur.com/hdRUFC5.png",
                metadata = {""},
                RequiredItems = {
                    { item = "coffee_cup", count = 1, remove = true },
                    { item = "coffee_beans", count = 1, remove = true },
                },
                AddItems = {
                    { item = "espresso", count = 1 },
                }
            },
            latte = {
                Title = "Latte Macchiato",
                description = "Requirements: Espresso, Milk, Latte Cup",
                image = "https://i.imgur.com/lwWKDj3.png",
                metadata = {""},
                RequiredItems = {
                    { item = "espresso", count = 1, remove = true },
                    { item = "milk", count = 1, remove = true },
                    { item = "latte_cup", count = 1, remove = true },
                },
                AddItems = {
                    { item = "latte_macchiato", count = 1 },
                }
            },
            cappucino = {
                Title = "Cappuccino",
                description = "Requirements: Espresso, Milk, Coffee Cup",
                image = "https://i.imgur.com/Wc90YUr.png",
                metadata = {""},
                RequiredItems = {
                    { item = "espresso", count = 1, remove = true },
                    { item = "milk", count = 1, remove = true },
                    { item = "coffee_cup", count = 1, remove = true },
                },
                AddItems = {
                    { item = "cappuccino", count = 1 },
                }
            },
            ristretto = {
                Title = "Ristretto",
                description = "Requirements: Espresso, Crema, Coffee Cup",
                image = "https://i.imgur.com/QYxQNsF.png",
                metadata = {""},
                RequiredItems = {
                    { item = "espresso", count = 1, remove = true },
                    { item = "crema", count = 1, remove = true },
                    { item = "coffee_cup", count = 1, remove = true },
                },
                AddItems = {
                    { item = "ristretto", count = 1 },
                }
            },
            lungo = {
                Title = "Espresso Lungo",
                description = "Requirements: Espresso, Crema, Coffee Cup",
                image = "https://i.imgur.com/uzHiCMJ.png",
                metadata = {""},
                RequiredItems = {
                    { item = "espresso", count = 1, remove = true },
                    { item = "crema", count = 1, remove = true },
                    { item = "coffee_cup", count = 1, remove = true },
                },
                AddItems = {
                    { item = "lungo", count = 1 },
                }
            },
            flatwhite = {
                Title = "Flat White",
                description = "Requirements: Espresso, Milk, Coffee Cup",
                image = "https://i.imgur.com/OEV5zdR.png",
                metadata = {""},
                RequiredItems = {
                    { item = "espresso", count = 1, remove = true },
                    { item = "milk", count = 1, remove = true },
                    { item = "coffee_cup", count = 1, remove = true },
                },
                AddItems = {
                    { item = "flatwhite", count = 1 },
                }
            },
            affogato = {
                Title = "Affogato",
                description = "Requirements: Espresso, IceCream, Coffee Cup",
                image = "https://i.imgur.com/G1yFYXS.png",
                metadata = {""},
                RequiredItems = {
                    { item = "espresso", count = 1, remove = true },
                    { item = "icecream", count = 1, remove = true },
                    { item = "coffee_cup", count = 1, remove = true },
                },
                AddItems = {
                    { item = "affogato", count = 1 },
                }
            },
            irish = {
                Title = "Irish",
                description = "Requirements: Espresso, Whiskey, Sugar, Crema, Latte Cup",
                image = "https://i.imgur.com/3ygf0C3.png",
                metadata = {""},
                RequiredItems = {
                    { item = "espresso", count = 1, remove = true },
                    { item = "whiskey", count = 1, remove = true },
                    { item = "sugar", count = 1, remove = true },
                    { item = "crema", count = 1, remove = true },
                    { item = "latte_cup", count = 1, remove = true },
                },
                AddItems = {
                    { item = "irish", count = 1 },
                }
            },
            turkish_coffee = {
                Title = "Turkish Coffee",
                description = "Requirements: Sugar, Premium Turkish Beans, Coffee Cup",
                image = "https://i.imgur.com/Xo045VU.png",
                metadata = {""},
                RequiredItems = {
                    { item = "sugar", count = 1, remove = true },
                    { item = "turkish_coffee_beans", count = 1, remove = true },
                    { item = "coffee_cup", count = 1, remove = true },
                },
                AddItems = {
                    { item = "turkish_coffee", count = 1 },
                }
            },
            hot_chocolate = {
                Title = "Hot Chocolate",
                description = "Requirements: Chocolate, Chocolate Topping, Crema, Latte Cup",
                image = "https://i.imgur.com/2HHVP1E.png",
                metadata = {""},
                RequiredItems = {
                    { item = "chocolate", count = 1, remove = true },
                    { item = "chocolate_topping", count = 1, remove = true },
                    { item = "crema", count = 1, remove = true },
                    { item = "latte_cup", count = 1, remove = true },
                },
                AddItems = {
                    { item = "hot_chocolate", count = 1 },
                }
            },
        },
    },

    Desert = {
        Zones = {
            Main = { coords = vector3(-636.6126708984375, 236.4918212890625, 82.2749252319336), radius = 0.35, debug = false },
        },
        Crafting = {
            blackberry_muffin = {
                Title = "Blackberry Muffin",
                description = "Required Item: Muffin Cups, Blackberry, Muffin",
                image = "https://i.imgur.com/DU3dU2k.png",
                metadata = {""},
                RequiredItems = {
                    { item = "muffin_cups", count = 1, remove = true },
                    { item = "blackberry", count = 1, remove = true },
                    { item = "muffin", count = 1, remove = true },
                },
                AddItems = {
                    { item = "blackberry_muffin", count = 1 },
                }
            },
            lychee_muffin = {
                Title = "Lychee Muffin",
                description = "Required Item: Muffin Cups, Lychee, Muffin",
                image = "https://i.imgur.com/jAFNaps.png",
                metadata = {""},
                RequiredItems = {
                    { item = "muffin_cups", count = 1, remove = true },
                    { item = "lychee", count = 1, remove = true },
                    { item = "muffin", count = 1, remove = true },
                },
                AddItems = {
                    { item = "lychee_muffin", count = 1 },
                }
            },
            oreo_muffin = {
                Title = "Oreo Muffin",
                description = "Required Item: Muffin Cups, Oreo, Muffin",
                image = "https://i.imgur.com/tlLH6gY.png",
                metadata = {""},
                RequiredItems = {
                    { item = "muffin_cups", count = 1, remove = true },
                    { item = "oreo", count = 1, remove = true },
                    { item = "muffin", count = 1, remove = true },
                },
                AddItems = {
                    { item = "oreo_muffin", count = 1 },
                }
            },
            chocolate_muffin = {
                Title = "Chocolate Muffin",
                description = "Required Item: Muffin Cups, Chocolate, Muffin",
                image = "https://i.imgur.com/Wrq7PWZ.png",
                metadata = {""},
                RequiredItems = {
                    { item = "muffin_cups", count = 1, remove = true },
                    { item = "chocolate", count = 1, remove = true },
                    { item = "muffin", count = 1, remove = true },
                },
                AddItems = {
                    { item = "chocolate_muffin", count = 1 },
                }
            },
            pink_donut = {
                Title = "Pink Donut",
                description = "Required Item: Donut, Pink Topping",
                image = "https://i.imgur.com/GDDiTmf.png",
                metadata = {""},
                RequiredItems = {
                    { item = "donut", count = 1, remove = true },
                    { item = "pink_topping", count = 1, remove = true },
                },
                AddItems = {
                    { item = "pink_donut", count = 1 },
                }
            },
            vanilla_donut = {
                Title = "Vanilla Donut",
                description = "Required Item: Donut, White Topping, Rainbow Sprinkles",
                image = "https://i.imgur.com/3xVihSc.png",
                metadata = {""},
                RequiredItems = {
                    { item = "donut", count = 1, remove = true },
                    { item = "white_topping", count = 1, remove = true },
                    { item = "rainbow_sprinkles", count = 1, remove = true },
                },
                AddItems = {
                    { item = "vanilla_donut", count = 1 },
                }
            },
            classic_donut = {
                Title = "Classic Donut",
                description = "Required Item: Donut, Sugar",
                image = "https://i.imgur.com/K0t6z7u.png",
                metadata = {""},
                RequiredItems = {
                    { item = "donut", count = 1, remove = true },
                    { item = "sugar", count = 1, remove = true },
                },
                AddItems = {
                    { item = "donut", count = 1 },
                }
            },
            chocolate_donut = {
                Title = "Chocolate Donut",
                description = "Required Item: Donut, Chocolate Topping, Peanuts Sprinkles",
                image = "https://i.imgur.com/XOfVX8v.png",
                metadata = {""},
                RequiredItems = {
                    { item = "donut", count = 1, remove = true },
                    { item = "chocolate_topping", count = 1, remove = true },
                    { item = "peanuts_sprinkles", count = 1, remove = true },
                },
                AddItems = {
                    { item = "chocolate_donut", count = 1 },
                }
            },
        },
    },

    Tables = {
        Zones = {
            Main = { coords = vector3(-634.49, 236.04, 82.11), radius = 0.55, debug = false },
        },
        
        Crafting = {
            toast = {
                Title = "Toast with Ham and Cheese",
                description = "Required Items: Toast Bread, Butter, Ham, Cheese, Plate",
                image = "https://i.imgur.com/2BHt7j5.png",
                metadata = {""},
                RequiredItems = {
                    { item = "toast_bread", count = 1, remove = true },
                    { item = "butter", count = 1, remove = true },
                    { item = "ham", count = 1, remove = true },
                    { item = "cheese", count = 1, remove = true },
                    { item = "plate", count = 1, remove = true },
                },
                AddItems = {
                    { item = "toast", count = 1 },
                }
            },
        },
    },

    ToiletSinks = {
        SinksWC = {
            coords = vector3(-621.57, 227.19, 81.89),
            radius = 0.5,
            debug = false,
            WaterStream = vector3(-621.57, 227.19, 81.89),
            PedPosition = vector4(-622.3637, 227.2256, 81.8815, 273.1238),
            PedHeading = vector4(-622.3637, 227.2256, 81.8815, 273.1238),
        },
        SinksWC2 = {
            coords = vector3(-621.65, 226.33, 81.91),
            radius = 0.5,
            debug = false,
            WaterStream = vector3(-621.65, 226.33, 81.91),
            PedPosition = vector4(-622.3227, 226.3466, 81.8783, 269.3045),
            PedHeading = vector4(-622.3227, 226.3466, 81.8783, 269.3045),
        },
    },

    Toilets = {
        WC = {
            coords = vector3(-625.73, 225.32, 81.09),
            radius = 0.5,
            debug = false,
            PedPosition = vector4(-625.7255, 225.3226, 81.3814, 277.2900),
            PedHeading = vector4(-625.7255, 225.3226, 81.3814, 277.2900),
        },
        WC2 = {
            coords = vector3(-625.74, 227.92, 81.09),
            radius = 0.5,
            debug = false,
            PedPosition = vector4(-625.7438, 227.9217, 81.3815, 274.2058),
            PedHeading = vector4(-625.7438, 227.9217, 81.3815, 274.2058),
        },
    },


    Dispensor = {
        Zones = {
            Main = { coords = vector3(-632.21, 228.19, 82.23), radius = 0.25, debug = false },
        },
        
        Crafting = {
            MintTea = {
                Title = "Mint Tea",
                description = "Required Items: Tea Cup, Mint",
                image = "https://i.imgur.com/MW99QlQ.png",
                metadata = {""},
                RequiredItems = {
                    { item = "glass", count = 1, remove = true },
                    { item = "mint", count = 1, remove = true },
                },
                AddItems = {
                    { item = "mintea", count = 1 },
                }
            },
            GreenTea = {
                Title = "Green Tea",
                description = "Required Items: Tea Cup, Green Leaf",
                image = "https://i.imgur.com/yXqrYkk.png",
                metadata = {""},
                RequiredItems = {
                    { item = "glass", count = 1, remove = true },
                    { item = "greenleaf", count = 1, remove = true },
                },
                AddItems = {
                    { item = "greentea", count = 1 },
                }
            },
            JasmineTea = {
                Title = "Jasmine Tea",
                description = "Required Items: Tea Cup, Jasmine",
                image = "https://i.imgur.com/hP4e8JT.png",
                metadata = {""},
                RequiredItems = {
                    { item = "glass", count = 1, remove = true },
                    { item = "jasmine", count = 1, remove = true },
                },
                AddItems = {
                    { item = "jasminetea", count = 1 },
                }
            },
        },
    },

    CrushedIce = {
        Zones = {
            Main = { coords = vector3(-634.2980346679688, 234.70326232910156, 82.06558990478516), radius = 0.25, debug = false },
        },
        
        Crafting = {
            multivitamin_crushedice = {
                Title = "Multivitamin",
                description = "Required Items: Cup",
                image = "https://i.imgur.com/WLbt94L.png",
                metadata = {""},
                RequiredItems = {
                    { item = "cup", count = 1, remove = true },
                },
                AddItems = {
                    { item = "multivitamin_crushedice", count = 1 },
                }
            },
            lemon_crushedice = {
                Title = "Lemon",
                description = "Required Items: Cup",
                image = "https://i.imgur.com/EOQ3vrH.png",
                metadata = {""},
                RequiredItems = {
                    { item = "cup", count = 1, remove = true },
                },
                AddItems = {
                    { item = "lemon_crushedice", count = 1 },
                }
            },
        },
    },

    BossMenu = {
          Main = { coords = vector3(-627.3999633789062, 225.71336364746097, 81.68756103515625), radius = 0.36, debug = false },
     },

    Registers = {
        FrontBar = { coords = vector3(-634.3912353515625, 235.23858642578128, 82.28317260742188), radius = 0.50, debug = false, amount = 0 },
    },


    Stashes = {
        Stash1 = {
            name = "beanmachine_stash1",
            label = "Stash #1",
            TargetIcon = "fas fa-warehouse",
            TargetLabel = "Stash",
            Slots = 40,
            Weight = 40000, -- 40 KG
            coords = vector3(-635.37, 233.21, 81.89),
            radius = 0.4,
            debug = false,
            job = "beanmachine"
        },

        Stash2 = {
            name = "beanmachine_stash2",
            label = "Stash #2",
            TargetIcon = "fas fa-warehouse",
            TargetLabel = "Stash",
            Slots = 40,
            Weight = 40000, -- 40 KG
            coords = vector3(-636.56, 234.21, 81.48),
            radius = 0.4,
            debug = false,
            job = "beanmachine"
        },

        Stash3 = {
            name = "beanmachine_stash3",
            label = "Stash #3",
            TargetIcon = "fas fa-warehouse",
            TargetLabel = "Stash",
            Slots = 40,
            Weight = 40000, -- 40 KG
            coords = vector3(-636.86, 235.54, 81.54),
            radius = 0.4,
            debug = false,
            job = "beanmachine"
        },

        Stash4 = {
            name = "beanmachine_stash4",
            label = "Stash #4",
            TargetIcon = "fas fa-warehouse",
            TargetLabel = "Stash",
            Slots = 40,
            Weight = 40000, -- 40 KG
            coords = vector3(-631.98, 225.03, 81.52),
            radius = 0.4,
            debug = false,
            job = "beanmachine"
        },

        Stash5 = {
            name = "beanmachine_stash4",
            label = "Stash #4",
            TargetIcon = "fas fa-warehouse",
            TargetLabel = "Stash",
            Slots = 40,
            Weight = 40000, -- 40 KG
            coords = vector3(-630.77, 223.01, 81.45),
            radius = 0.4,
            debug = false
        },
        Stash6 = {
            name = "beanmachine_stash4",
            label = "Stash #4",
            TargetIcon = "fas fa-warehouse",
            TargetLabel = "Stash",
            Slots = 40,
            Weight = 40000, -- 40 KG
            coords = vector3(-628.05, 223.22, 81.56),
            radius = 0.4,
            debug = false
        },

        Table1 = {
            name = "beanmachine_table1",
            label = "Beanmachine Table #1",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Table",
            Slots = 10,
            Weight = 15000, -- 15 KG
            coords = vector3(-630.0, 236.77, 81.4),
            radius = 0.4,
            debug = false
        },
        Table2 = {
            name = "beanmachine_table1",
            label = "Beanmachine Table #1",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Table",
            Slots = 10,
            Weight = 15000, -- 15 KG
            coords = vector3(-626.82, 231.49, 81.37),
            radius = 0.4,
            debug = false
        },

        Table3 = {
            name = "beanmachine_table3",
            label = "Beanmachine Table #3",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Table",
            Slots = 10,
            Weight = 15000, -- 15 KG
            coords = vector3(-626.82, 231.49, 81.37),
            radius = 0.4,
            debug = false
        },
        Table4 = {
            name = "beanmachine_table4",
            label = "Beanmachine Table #4",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Table",
            Slots = 10,
            Weight = 15000, -- 15 KG
            coords = vector3(-624.42, 235.51, 81.38),
            radius = 0.4,
            debug = false
        },
        Table5 = {
            name = "beanmachine_table5",
            label = "Beanmachine Table #5",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Table",
            Slots = 10,
            Weight = 15000, -- 15 KG
            coords = vector3(-625.81, 236.64, 86.14),
            radius = 0.4,
            debug = false
        },
        Table6 = {
            name = "beanmachine_table6",
            label = "Beanmachine Table #6",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Table",
            Slots = 10,
            Weight = 15000, -- 15 KG
            coords = vector3(-624.77, 232.75, 86.15),
            radius = 0.4,
            debug = false
        },
        Table7 = {
            name = "beanmachine_table7",
            label = "Beanmachine Table #7",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Table",
            Slots = 10,
            Weight = 15000, -- 15 KG
            coords = vector3(-627.84, 230.21, 86.16),
            radius = 0.4,
            debug = false
        },
        Table8 = {
            name = "beanmachine_table8",
            label = "Beanmachine Table #8",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Table",
            Slots = 10,
            Weight = 15000, -- 15 KG
            coords = vector3(-634.12, 231.08, 86.21),
            radius = 0.4,
            debug = false
        },
        Table9 = {
            name = "beanmachine_table9",
            label = "Beanmachine Table #9",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Table",
            Slots = 10,
            Weight = 15000, -- 15 KG
            coords = vector3(-632.52, 224.3, 85.78),
            radius = 0.4,
            debug = false
        },
        Table10 = {
            name = "beanmachine_table10",
            label = "Beanmachine Table #10",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Table",
            Slots = 10,
            Weight = 15000, -- 15 KG
            coords = vector3(-635.72, 224.4, 86.15),
            radius = 0.4,
            debug = false
        },
        Table11 = {
            name = "beanmachine_table11",
            label = "Beanmachine Table #11",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Table",
            Slots = 10,
            Weight = 15000, -- 15 KG
            coords = vector3(-634.6, 227.77, 86.17),
            radius = 0.4,
            debug = false
        },
        Table12 = {
            name = "beanmachine_table12",
            label = "Beanmachine Table #12",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Table",
            Slots = 10,
            Weight = 15000, -- 15 KG
            coords = vector3(-634.17, 231.12, 86.24),
            radius = 0.4,
            debug = false
        },
        Table13 = {
            name = "beanmachine_table13",
            label = "Beanmachine Table #13",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Table",
            Slots = 10,
            Weight = 15000, -- 15 KG
            coords = vector3(-624.84, 238.47, 85.88),
            radius = 0.4,
            debug = false
        },
        Table14 = {
            name = "beanmachine_table14",
            label = "Beanmachine Table #14",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Table",
            Slots = 10,
            Weight = 15000, -- 15 KG
            coords = vector3(-621.2, 242.24, 85.83),
            radius = 0.4,
            debug = false
        },
        Table15 = {
            name = "beanmachine_table15",
            label = "Beanmachine Table #15",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Table",
            Slots = 10,
            Weight = 15000, -- 15 KG
            coords = vector3(-626.23, 242.28, 85.85),
            radius = 0.4,
            debug = false
        },
        Table16 = {
            name = "beanmachine_table16",
            label = "Beanmachine Table #16",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Table",
            Slots = 10,
            Weight = 15000, -- 15 KG
            coords = vector3(-628.27, 236.85, 85.84),
            radius = 0.4,
            debug = false
        },
        Table17 = {
            name = "beanmachine_table17",
            label = "Beanmachine Table #17",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Table",
            Slots = 10,
            Weight = 15000, -- 15 KG
            coords = vector3(-630.43, 240.88, 85.9),
            radius = 0.4,
            debug = false
        },
        Table18 = {
            name = "beanmachine_table18",
            label = "Beanmachine Table #18",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Table",
            Slots = 10,
            Weight = 15000, -- 15 KG
            coords = vector3(-633.48, 237.4, 85.88),
            radius = 0.4,
            debug = false
        },
        Table19 = {
            name = "beanmachine_table19",
            label = "Beanmachine Table #19",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Table",
            Slots = 10,
            Weight = 15000, -- 15 KG
            coords = vector3(-636.71, 232.65, 85.92),
            radius = 0.4,
            debug = false
        },
        Table20 = {
            name = "beanmachine_table20",
            label = "Beanmachine Table #20",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Table",
            Slots = 10,
            Weight = 15000, -- 15 KG
            coords = vector3(-619.01, 241.83, 81.71),
            radius = 0.4,
            debug = false
        },
        Table21 = {
            name = "beanmachine_table21",
            label = "Beanmachine Table #21",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Table",
            Slots = 10,
            Weight = 15000, -- 15 KG
            coords = vector3(-617.31, 245.07, 81.71),
            radius = 0.4,
            debug = false
        },
        Table22 = {
            name = "beanmachine_table22",
            label = "Beanmachine Table #2",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Table",
            Slots = 10,
            Weight = 15000, -- 15 KG
            coords = vector3(-621.29, 244.77, 81.72),
            radius = 0.4,
            debug = false
        },
        Table23 = {
            name = "beanmachine_table23",
            label = "Beanmachine Table #23",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Table",
            Slots = 10,
            Weight = 15000, -- 15 KG
            coords = vector3(-624.85, 245.73, 81.7),
            radius = 0.4,
            debug = false
        },
        Table24 = {
            name = "beanmachine_table24",
            label = "Beanmachine Table #24",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Table",
            Slots = 10,
            Weight = 15000, -- 15 KG
            coords = vector3(-633.19, 246.64, 81.73),
            radius = 0.4,
            debug = false
        },
        Table25 = {
            name = "beanmachine_table25",
            label = "Beanmachine Table #25",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Table",
            Slots = 10,
            Weight = 15000, -- 15 KG
            coords = vector3(-637.17, 245.79, 81.74),
            radius = 0.4,
            debug = false
        },
        Table26 = {
            name = "beanmachine_table26",
            label = "Beanmachine Table #26",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Table",
            Slots = 10,
            Weight = 15000, -- 15 KG
            coords = vector3(-633.33, 242.8, 81.72),
            radius = 0.4,
            debug = false
        },
        Table27 = {
            name = "beanmachine_table27",
            label = "Beanmachine Table #27",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Table",
            Slots = 10,
            Weight = 15000, -- 15 KG
            coords = vector3(-637.08, 241.84, 81.73),
            radius = 0.4,
            debug = false
        },
        Table28 = {
            name = "beanmachine_table28",
            label = "Beanmachine Table #28",
            TargetIcon = "fas fa-tablet",
            TargetLabel = "Table",
            Slots = 10,
            Weight = 15000, -- 15 KG
            coords = vector3(-632.85, 239.37, 81.75),
            radius = 0.4,
            debug = false
        },

    },
}

--BLIPS
Config.Blips = {
    beanmachine = { -- do not use same value twice (will result in overwriting of blip)
        BlipCoords = vec3(-632.81, 229.28, 85.32), -- Blip coords
        Sprite = 106, -- Blip Icon
        Display = 4, -- keep 4
        Scale = 0.7, -- Size of blip
        Colour = 31, -- colour
        Name = "Bean Machine" -- Blip name
    },
}

--Job BLIPS
Config.JobBlips = {
    PawnShop = { -- do not use same value twice (will result in overwriting of blip)
        BlipCoords = vec3(-643.22, -1227.96, 10.55), -- Blip coords
        Sprite = 59, -- Blip Icon
        Display = 4, -- keep 4
        Scale = 0.5, -- Size of blip
        Colour = 2, -- colour
        Name = "Bean Machine - Shop" -- Blip name
    },
}

--Shop
Config.Shop = {
    Header = "Beanmachine Shop",
    Items = {
        { label = 'Blackberry', item = 'blackberry', description = "Buy Blackberry for: $", price = 25, MinAmount = 5, MaxAmount = 15, image = "https://i.imgur.com/UEZxgA7.png", metadata = {""}  },
        { label = 'Butter', item = 'butter', description = "Buy Butter for: $", price = 25, MinAmount = 5, MaxAmount = 515, image = "https://i.imgur.com/frquDAj.png", metadata = {""}  },
        { label = 'Donut', item = 'donut', description = "Buy Donut for: $", price = 25, MinAmount = 5, MaxAmount = 15, image = "https://i.imgur.com/k4Xmfdh.png", metadata = {""}  },
        { label = 'Grean Leaf', item = 'greenleaf', description = "Buy Green Leaf Tea for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/znAtmdr.png", metadata = {""}  },
        { label = 'Ham', item = 'ham', description = "Buy Ham for: $", price = 25, MinAmount = 5, MaxAmount = 15, image = "https://i.imgur.com/74vwtgm.png", metadata = {""}  },
        { label = 'Cheese', item = 'cheese', description = "Buy Ramune Watermelon for: $", price = 25, MinAmount = 5, MaxAmount = 15, image = "https://i.imgur.com/CO2lOTm.png", metadata = {""}  },
        { label = 'Chocolate', item = 'chocolate', description = "Buy Chocolate for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/PLjDqb0.png", metadata = {""}  },
        { label = 'Chocolate Topping', item = 'chocolate_topping', description = "Buy Chocolate Topping for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/hHObKAL.png", metadata = {""}  },
        { label = 'Jasmine Tea', item = 'jasmine', description = "Buy Jasmine Tea for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/AsdX0um.png", metadata = {""}  },
        { label = 'Lychee', item = 'lychee', description = "Buy Lychee for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/JnO0WhA.png", metadata = {""}  },
        { label = 'Mint', item = 'mint', description = "Buy Mint for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/cHwwFki.png", metadata = {""}  },
        { label = 'Muffin', item = 'muffin', description = "Buy Muffin for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/JdrtPyi.png", metadata = {""}  },
        { label = 'Muffin Cups', item = 'muffin_cups', description = "Buy Muffin Cups for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/yekTYEH.png", metadata = {""}  },
        { label = 'Oreo', item = 'oreo', description = "Buy Oreo for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/iSkwvc9.png", metadata = {""}  },
        { label = 'Peanuts Sprinkles', item = 'peanuts_sprinkles', description = "Buy Peanuts Sprinkles for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/QBtRAGD.png", metadata = {""}  },
        { label = 'Pink Topping', item = 'pink_topping', description = "Buy Pink Topping for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/NbKaZxd.png", metadata = {""}  },
        { label = 'Rainbow Sprinkles', item = 'rainbow_sprinkles', description = "Buy Rainbow Sprinkles for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/NbKaZxd.png", metadata = {""}  },
        { label = 'Sugar', item = 'sugar', description = "Buy Sugar for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/r5cnZKZ.png", metadata = {""}  },
        { label = 'Toast Bread', item = 'toast_bread', description = "Buy Toast Bread for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/HsedIgK.png", metadata = {""}  },
        { label = 'White Topping', item = 'white_topping', description = "Buy White Topping for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/FMipyPU.png", metadata = {""}  },
        { label = 'Coffee Cup', item = 'coffee_cup', description = "Buy Coffee Cup for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/SeeMx0F.png", metadata = {""}  },
        { label = 'Coffee Beans', item = 'coffee_beans', description = "Buy Coffee Beans for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/uIxaXo5.png", metadata = {""}  },
        { label = 'Milk', item = 'milk', description = "Buy Milk for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/orOyyzE.png", metadata = {""}  },
        { label = 'Crema', item = 'crema', description = "Buy Crema for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/5levntK.png", metadata = {""}  },
        { label = 'Ice Cream', item = 'icecream', description = "Buy Ice Cream for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/c33IvUK.png", metadata = {""}  },
        { label = 'Whiskey', item = 'whiskey', description = "Buy Whiskey for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/UI0gnHc.png", metadata = {""}  },
        { label = 'Tea Glass', item = 'glass', description = "Buy Tea Glass for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/6RZCFoh.png", metadata = {""}  },
        { label = 'Latte Cup', item = 'latte_cup', description = "Buy Latte Cup for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/psJRnj8.png", metadata = {""}  },
        { label = 'Plate', item = 'plate', description = "Buy Plate for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/cwBtUCs.png", metadata = {""}  },
        { label = 'Cup', item = 'cup', description = "Buy Cup for: $", price = 20, MinAmount = 5, MaxAmount = 5, image = "https://i.imgur.com/DXpB5Yw.png", metadata = {""}  },

    },
    Ped = {
        { model = "u_m_y_mani", coords = vec4(-643.28, -1227.97, 10.55, 302.07), scenario = "WORLD_HUMAN_SMOKING" },
    },
}

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

    --EAT
    blackberry_muffin = { -- Item name
        Log = "You ate Blackberry Mufin",
        Remove = true, -- Remove item
        RemoveItem = "blackberry_muffin", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = false,
        AddItem = "bar_bowl_dirty", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Eating...",
        duration = 6500,
        Effect = { status = "hunger", add = 100000 },
        animation = {
            emote = {
                enabled = true,
                anim = {
                    dict = 'mp_player_inteat@burger',
                    clip = 'mp_player_int_eat_burger'
                },
                prop = {
                    model = 'prop_amb_donut',
                    bone = 18905,
                    pos = vec3(0.13, 0.05, 0.02),
                    rot = vec3(-50.0, 100.0, 270.0)
                },
            },
            scenario = {
                enabled = false,
                anim = {
                    scenario = "WORLD_HUMAN_SMOKING_POT"
                },
            },
        }
    },
    donut = { -- Item name
        Log = "You ate Donut",
        Remove = true, -- Remove item
        RemoveItem = "donut", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = false,
        AddItem = "", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Eating...",
        duration = 6500,
        Effect = { status = "hunger", add = 100000 },
        animation = {
            emote = {
                enabled = true,
                anim = {
                    dict = 'mp_player_inteat@burger',
                    clip = 'mp_player_int_eat_burger'
                },
                prop = {
                    model = 'prop_amb_donut',
                    bone = 18905,
                    pos = vec3(0.13, 0.05, 0.02),
                    rot = vec3(-50.0, 100.0, 270.0)
                },
            },
            scenario = {
                enabled = false,
                anim = {
                    scenario = "WORLD_HUMAN_SMOKING_POT"
                },
            },
        }
    },
    chocolate_donut = { -- Item name
        Log = "You ate Chocolate Donut",
        Remove = true, -- Remove item
        RemoveItem = "chocolate_donut", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = false,
        AddItem = "", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Eating...",
        duration = 6500,
        Effect = { status = "hunger", add = 100000 },
        animation = {
            emote = {
                enabled = true,
                anim = {
                    dict = 'mp_player_inteat@burger',
                    clip = 'mp_player_int_eat_burger'
                },
                prop = {
                    model = 'prop_amb_donut',
                    bone = 18905,
                    pos = vec3(0.13, 0.05, 0.02),
                    rot = vec3(-50.0, 100.0, 270.0)
                },
            },
            scenario = {
                enabled = false,
                anim = {
                    scenario = "WORLD_HUMAN_SMOKING_POT"
                },
            },
        }
    },
    chocolate_muffin = { -- Item name
        Log = "You ate Chocolate Muffin",
        Remove = true, -- Remove item
        RemoveItem = "chocolate_muffin", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = false,
        AddItem = "bar_bowl_dirty", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Eating...",
        duration = 6500,
        Effect = { status = "hunger", add = 100000 },
        animation = {
            emote = {
                enabled = true,
                anim = {
                    dict = 'mp_player_inteat@burger',
                    clip = 'mp_player_int_eat_burger'
                },
                prop = {
                    model = 'prop_amb_donut',
                    bone = 18905,
                    pos = vec3(0.13, 0.05, 0.02),
                    rot = vec3(-50.0, 100.0, 270.0)
                },
            },
            scenario = {
                enabled = false,
                anim = {
                    scenario = "WORLD_HUMAN_SMOKING_POT"
                },
            },
        }
    },
    lychee_muffin = { -- Item name
        Log = "You ate Lychee Muffin ",
        Remove = true, -- Remove item
        RemoveItem = "lychee_muffin", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = false,
        AddItem = "bar_bowl_dirty", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Eating...",
        duration = 6500,
        Effect = { status = "hunger", add = 100000 },
        animation = {
            emote = {
                enabled = true,
                anim = {
                    dict = 'mp_player_inteat@burger',
                    clip = 'mp_player_int_eat_burger'
                },
                prop = {
                    model = 'prop_amb_donut',
                    bone = 18905,
                    pos = vec3(0.13, 0.05, 0.02),
                    rot = vec3(-50.0, 100.0, 270.0)
                },
            },
            scenario = {
                enabled = false,
                anim = {
                    scenario = "WORLD_HUMAN_SMOKING_POT"
                },
            },
        }
    },
    muffin = { -- Item name
        Log = "You ate Muffin",
        Remove = true, -- Remove item
        RemoveItem = "muffin", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = false,
        AddItem = "bar_bowl_dirty", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Eating...",
        duration = 6500,
        Effect = { status = "hunger", add = 100000 },
        animation = {
            emote = {
                enabled = true,
                anim = {
                    dict = 'mp_player_inteat@burger',
                    clip = 'mp_player_int_eat_burger'
                },
                prop = {
                    model = 'prop_amb_donut',
                    bone = 18905,
                    pos = vec3(0.13, 0.05, 0.02),
                    rot = vec3(-50.0, 100.0, 270.0)
                },
            },
            scenario = {
                enabled = false,
                anim = {
                    scenario = "WORLD_HUMAN_SMOKING_POT"
                },
            },
        }
    },
    oreo_muffin = { -- Item name
        Log = "You ate Oreo Muffin",
        Remove = true, -- Remove item
        RemoveItem = "spring_rolls", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = false,
        AddItem = "bar_bowl_dirty", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Eating...",
        duration = 6500,
        Effect = { status = "hunger", add = 100000 },
        animation = {
            emote = {
                enabled = true,
                anim = {
                    dict = 'mp_player_inteat@burger',
                    clip = 'mp_player_int_eat_burger'
                },
                prop = {
                    model = 'prop_amb_donut',
                    bone = 18905,
                    pos = vec3(0.13, 0.05, 0.02),
                    rot = vec3(-50.0, 100.0, 270.0)
                },
            },
            scenario = {
                enabled = false,
                anim = {
                    scenario = "WORLD_HUMAN_SMOKING_POT"
                },
            },
        }
    },
    toast = { -- Item name
        Log = "You ate Toast",
        Remove = true, -- Remove item
        RemoveItem = "toast", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = false,
        AddItem = "bar_bowl_dirty", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Eating...",
        duration = 6500,
        Effect = { status = "hunger", add = 100000 },
        animation = {
            emote = {
                enabled = true,
                anim = {
                    dict = 'mp_player_inteat@burger',
                    clip = 'mp_player_int_eat_burger'
                },
                prop = {
                    model = 'v_res_fa_bread03',
                    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"
                },
            },
        }
    },
    pink_donut = { -- Item name
        Log = "You ate Pink Donut",
        Remove = true, -- Remove item
        RemoveItem = "pink_donut", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = false,
        AddItem = "bar_bowl_dirty", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Eating...",
        duration = 6500,
        Effect = { status = "hunger", add = 100000 },
        animation = {
            emote = {
                enabled = true,
                anim = {
                    dict = 'mp_player_inteat@burger',
                    clip = 'mp_player_int_eat_burger'
                },
                prop = {
                    model = 'prop_amb_donut',
                    bone = 18905,
                    pos = vec3(0.13, 0.05, 0.02),
                    rot = vec3(-50.0, 100.0, 270.0)
                },
            },
            scenario = {
                enabled = false,
                anim = {
                    scenario = "WORLD_HUMAN_SMOKING_POT"
                },
            },
        }
    },
    vanilla_donut = { -- Item name
        Log = "You ate Vanilla Donut",
        Remove = true, -- Remove item
        RemoveItem = "vanilla_donut", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = false,
        AddItem = "bar_bowl_dirty", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Eating...",
        duration = 6500,
        Effect = { status = "hunger", add = 100000 },
        animation = {
            emote = {
                enabled = true,
                anim = {
                    dict = 'mp_player_inteat@burger',
                    clip = 'mp_player_int_eat_burger'
                },
                prop = {
                    model = 'prop_amb_donut_01',
                    bone = 18905,
                    pos = vec3(0.13, 0.05, 0.02),
                    rot = vec3(-50.0, 100.0, 270.0)
                },
            },
            scenario = {
                enabled = false,
                anim = {
                    scenario = "WORLD_HUMAN_SMOKING_POT"
                },
            },
        }
    },
    lemon_crushedice = { -- Item name
        Log = "You drunk Lemon Crushedice",
        Remove = true, -- Remove item
        RemoveItem = "lemon_crushedice", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = true,
        AddItem = "dirty_cup", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Drinking...",
        duration = 6500,
        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 = 28422,
                    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"
                },
            },
        }
    },
    multivitamin_crushedice = { -- Item name
        Log = "You drunk Multivitamin Crushedice",
        Remove = true, -- Remove item
        RemoveItem = "multivitamin_crushedice", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = true,
        AddItem = "dirty_cup", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Drinking...",
        duration = 6500,
        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 = 28422,
                    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"
                },
            },
        }
    },
    affogato = { -- Item name
        Log = "You drunk Affogato",
        Remove = true, -- Remove item
        RemoveItem = "affogato", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = true,
        AddItem = "dirty_cup", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Drinking...",
        duration = 6500,
        Effect = { status = "thirst", add = 100000 },
        animation = {
            emote = {
                enabled = true,
                anim = {
                    dict = 'amb@world_human_drinking@coffee@male@idle_a',
                    clip = 'idle_c'
                },
                prop = {
                    model = 'v_club_vu_coffeecup',
                    bone = 28422,
                    pos = vec3(0.0, 0.0, -0.06),
                    rot = vec3(0.0, 0.0, 0.0)
                },
            },
            scenario = {
                enabled = false,
                anim = {
                    scenario = "WORLD_HUMAN_SEAT_LEDGE_EATING"
                },
            },
        }
    },
    hot_chocolate = { -- Item name
        Log = "You drunk Hot Chocolate",
        Remove = true, -- Remove item
        RemoveItem = "hot_chocolate", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = true,
        AddItem = "dirty_latte_cup", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Drinking...",
        duration = 6500,
        Effect = { status = "thirst", add = 100000 },
        animation = {
            emote = {
                enabled = true,
                anim = {
                    dict = 'amb@world_human_drinking@coffee@male@idle_a',
                    clip = 'idle_c'
                },
                prop = {
                    model = 'v_club_vu_coffeecup',
                    bone = 28422,
                    pos = vec3(0.0, 0.0, -0.06),
                    rot = vec3(0.0, 0.0, 0.0)
                },
            },
            scenario = {
                enabled = false,
                anim = {
                    scenario = "WORLD_HUMAN_SEAT_LEDGE_EATING"
                },
            },
        }
    },
    espresso = { -- Item name
        Log = "You drunk Espresso",
        Remove = true, -- Remove item
        RemoveItem = "espresso", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = true,
        AddItem = "dirty_latte_cup", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Drinking...",
        duration = 6500,
        Effect = { status = "thirst", add = 100000 },
        animation = {
            emote = {
                enabled = true,
                anim = {
                    dict = 'amb@world_human_drinking@coffee@male@idle_a',
                    clip = 'idle_c'
                },
                prop = {
                    model = 'v_club_vu_coffeecup',
                    bone = 28422,
                    pos = vec3(0.0, 0.0, -0.06),
                    rot = vec3(0.0, 0.0, 0.0)
                },
            },
            scenario = {
                enabled = false,
                anim = {
                    scenario = "WORLD_HUMAN_SEAT_LEDGE_EATING"
                },
            },
        }
    },
    flatwhite = { -- Item name
        Log = "You drunk Flat White",
        Remove = true, -- Remove item
        RemoveItem = "flatwhite", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = true,
        AddItem = "dirty_latte_cup", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Drinking...",
        duration = 6500,
        Effect = { status = "thirst", add = 100000 },
        animation = {
            emote = {
                enabled = true,
                anim = {
                    dict = 'amb@world_human_drinking@coffee@male@idle_a',
                    clip = 'idle_c'
                },
                prop = {
                    model = 'v_club_vu_coffeecup',
                    bone = 28422,
                    pos = vec3(0.0, 0.0, -0.06),
                    rot = vec3(0.0, 0.0, 0.0)
                },
            },
            scenario = {
                enabled = false,
                anim = {
                    scenario = "WORLD_HUMAN_SEAT_LEDGE_EATING"
                },
            },
        }
    },
    irish = { -- Item name
        Log = "You drunk Irish",
        Remove = true, -- Remove item
        RemoveItem = "irish", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = true,
        AddItem = "dirty_latte_cup", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Drinking...",
        duration = 6500,
        Effect = { status = "thirst", add = 100000 },
        animation = {
            emote = {
                enabled = true,
                anim = {
                    dict = 'amb@world_human_drinking@coffee@male@idle_a',
                    clip = 'idle_c'
                },
                prop = {
                    model = 'v_club_vu_coffeecup',
                    bone = 28422,
                    pos = vec3(0.0, 0.0, -0.06),
                    rot = vec3(0.0, 0.0, 0.0)
                },
            },
            scenario = {
                enabled = false,
                anim = {
                    scenario = "WORLD_HUMAN_SEAT_LEDGE_EATING"
                },
            },
        }
    },
    latte_macchiato = { -- Item name
        Log = "You drunk Latte Macchiato",
        Remove = true, -- Remove item
        RemoveItem = "latte_macchiato", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = true,
        AddItem = "dirty_latte_cup", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Drinking...",
        duration = 6500,
        Effect = { status = "thirst", add = 100000 },
        animation = {
            emote = {
                enabled = true,
                anim = {
                    dict = 'amb@world_human_drinking@coffee@male@idle_a',
                    clip = 'idle_c'
                },
                prop = {
                    model = 'v_club_vu_coffeecup',
                    bone = 28422,
                    pos = vec3(0.0, 0.0, -0.06),
                    rot = vec3(0.0, 0.0, 0.0)
                },
            },
            scenario = {
                enabled = false,
                anim = {
                    scenario = "WORLD_HUMAN_SEAT_LEDGE_EATING"
                },
            },
        }
    },
    lungo = { -- Item name
        Log = "You drunk Lungo",
        Remove = true, -- Remove item
        RemoveItem = "lungo", -- Remove Item name
        RemoveItemCount = 1, -- Remove Item Count
        Add = true,
        AddItem = "dirty_latte_cup", -- Remove Item name
        AddItemCount = 1, -- Remove Item Count
        ProgressBar = "Drinking...",
        duration = 6500,
        Effect = { status = "thirst", add = 100000 },
        animation = {
            emote = {
                enabled = true,
                anim = {
                    dict = 'amb@world_human_drinking@coffee@male@idle_a',
                    clip = 'idle_c'
                },
                prop = {
                    model = 'v_club_vu_coffeecup',
                    bone = 28422,
                    pos = vec3(0.0, 0.0, -0.06),
                    rot = vec3(0.0, 0.0, 0.0)
                },
            },
            scenario = {
                enabled = false,
                anim = {
                    scenario = "WORLD_HUMAN_SEAT_LEDGE_EATING"
                },
            },
        }
    },
}
Config.ChairsDebug = false
Config.Chairs = {
    -- CHAIRS 1
    {
        coords = vector3(-631.69, 236.22, 81.36), offsetZ = -0.10, heading = 278.33, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-630.9589, 236.2675, 81.8815, 307.1848)
    },
    {
        coords = vector3(-628.57, 236.66, 81.33), offsetZ = -0.10, heading = 98.09, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-629.1647, 236.6980, 81.9613, 104.9279)
    },
    {
        coords = vector3(-626.16, 235.23, 81.43), offsetZ = -0.10, heading = 302.56, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-625.5468, 235.3428, 81.8815, 281.0424)
    },
    {
        coords = vector3(-624.52, 234.2, 81.39), offsetZ = -0.10, heading = 1.06, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-624.6342, 234.7062, 81.8815, 357.9008)
    },
    {
        coords = vector3(-622.6, 234.9, 81.37), offsetZ = -0.10, heading = 56.34, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-623.2807, 235.3504, 81.8767, 56.3354)
    },
    {
        coords = vector3(-626.89, 229.68, 81.38), offsetZ = -0.10, heading = 1.47, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-626.8871, 230.2943, 81.8815, 3.0969)
    },
    {
        coords = vector3(-625.58, 229.72, 81.38), offsetZ = -0.10, heading = 1.47, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-625.7111, 230.2850, 81.8815, 354.5901)
    },
    {
        coords = vector3(-624.6, 231.14, 81.4), offsetZ = -0.10, heading = 88.32, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-625.1918, 231.1243, 81.8815, 81.8664)
    },
    {
        coords = vector3(-620.69, 230.14, 81.38), offsetZ = -0.10, heading = 323.14, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-620.3660, 230.7910, 81.8816, 332.8963)
    },
    {
        coords = vector3(-618.67, 232.85, 81.39), offsetZ = -0.10, heading = 250.34, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-618.9929, 232.3903, 81.8775, 143.9257)
    },
    {
        coords = vector3(-624.57, 237.15, 85.95), offsetZ = -0.10, heading = 115.94, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-624.0075, 237.5363, 86.3273, 185.4656)
    },
    {
        coords = vector3(-625.37, 236.03, 85.93), offsetZ = -0.10, heading = 28.14, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-624.6745, 236.1967, 86.3272, 42.4511)
    },
    {
        coords = vector3(-626.7, 236.0, 85.9), offsetZ = -0.10, heading = 298.89, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-626.4135, 235.5326, 86.3272, 304.2309)
    },
    {
        coords = vector3(-623.65, 233.66, 85.94), offsetZ = -0.10, heading = 127.26, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-623.1663, 234.0360, 86.3273, 126.7215)
    },
    {
        coords = vector3(-625.24, 233.38, 85.89), offsetZ = -0.10, heading = 218.95, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-625.5970, 234.0335, 86.3273, 213.6787)
    },
    {
        coords = vector3(-625.58, 232.07, 85.87), offsetZ = -0.10, heading = 308.21, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-626.1158, 231.6554, 86.3263, 308.2262)
    },
    {
        coords = vector3(-626.84, 231.12, 85.92), offsetZ = -0.10, heading = 128.78, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-626.2042, 231.3999, 86.3273, 127.1896)
    },
    {
        coords = vector3(-628.34, 230.87, 85.88), offsetZ = -0.10, heading = 218.03, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-628.7782, 231.5365, 86.3273, 226.6265)
    },
    {
        coords = vector3(-628.77, 229.57, 85.88), offsetZ = -0.10, heading = 306.46, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-629.2900, 229.1850, 86.3232, 306.4598)
    },
    {
        coords = vector3(-633.39, 232.23, 85.97), offsetZ = -0.10, heading = 149.64, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-633.1885, 232.7116, 86.3273, 146.8715)
    },
    {
        coords = vector3(-633.38, 230.48, 85.91), offsetZ = -0.10, heading = 53.93, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-632.7949, 230.1997, 86.3264, 51.0168)
    },
    {
        coords = vector3(-634.73, 230.12, 85.89), offsetZ = -0.10, heading = 325.71, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-635.1115, 229.4458, 86.3252, 323.3282)
    },
    {
        coords = vector3(-630.21, 225.02, 85.88), offsetZ = -0.10, heading = 75.4, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-630.8994, 224.9257, 86.3270, 82.4759)
    },
    {
        coords = vector3(-630.54, 223.71, 85.88), offsetZ = -0.10, heading = 76.62, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-631.1285, 223.8349, 86.3270, 81.7500)
    },
    {
        coords = vector3(-631.95, 222.57, 85.85), offsetZ = -0.10, heading = 359.45, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-632.1316, 223.4703, 86.3268, 7.3853)
    },
    {
        coords = vector3(-633.27, 222.58, 85.85), offsetZ = -0.10, heading = 1.42, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-633.2899, 223.4733, 86.3226, 1.4087)
    },
    {
        coords = vector3(-635.66, 223.04, 85.88), offsetZ = -0.10, heading = 1.53, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-635.0355, 223.1044, 86.3264, 352.1297)
    },
    {
        coords = vector3(-634.9, 224.34, 85.87), offsetZ = -0.10, heading = 90.47, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-634.1950, 224.2414, 86.3272, 112.9026)
    },
    {
        coords = vector3(-635.62, 225.65, 85.89), offsetZ = -0.10, heading = 177.99, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-635.6023, 226.2010, 86.3274, 177.9914)
    },

    {
        coords = vector3(-633.43, 227.65, 85.9), offsetZ = -0.10, heading = 88.72, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-632.7560, 227.7216, 86.3235, 88.6965)
    },
    {
        coords = vector3(-634.74, 226.83, 85.85), offsetZ = -0.10, heading = 357.23, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-634.7498, 226.1456, 86.3314, 16.2653)
    },
    {
        coords = vector3(-635.65, 227.72, 85.89), offsetZ = -0.10, heading = 269.55, radius = 0.5, distance = 1.7,
        LeaveCoords = vector4(-635.6503, 226.8816, 86.3297, 300.0079)
    },
}

Config.Delivery = {
    {     
        item = "donut", -- Item name
        Label = "Donut", -- Item label
        MinPrice = 850, -- Min price
        MaxPrice = 1000, -- Max price
        MinCount = 2, -- Min Count
        MaxCount = 2, -- Max Count
    },
    {   
        item = "lemon_crushedice", -- Item name
        Label = "Lemon Crushed Ice", -- Item label
        MinPrice = 850, -- Min price
        MaxPrice = 1000, -- Max price
        MinCount = 2, -- Min Count
        MaxCount = 2, -- Max Count
    },
    {   
        item = "oreo_muffin", -- Item name
        Label = "Oreo Muffin", -- Item label
        MinPrice = 850, -- Min price
        MaxPrice = 1000, -- Max price
        MinCount = 2, -- Min Count
        MaxCount = 2, -- Max Count
    },
    {   
        item = "pink_donut", -- Item name
        Label = "Pink Donut", -- Item label
        MinPrice = 850, -- Min price
        MaxPrice = 1000, -- Max price
        MinCount = 2, -- Min Count
        MaxCount = 2, -- Max Count
    },
}

Last updated