Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Config = {}
- --------------------------
- -- Utility
- --------------------------
- Config.Framework = "NEW" -- "NEW" - New QBCore | "OLD" - Old QBCore
- Config.CoreName = "qb-core" -- Core name
- Config.Job = "beanmachine" -- Job
- Config.Target = "qb-target" -- Name of your resource qb-target
- Config.Input = "qb-input" -- Name of your resource qb-input
- Config.CustomSounds = true -- Enable custom sounds? Example: Coffee
- Config.RefreshPhone = "qb-phone:RefreshPhone"
- Config.InvLink = "qb-inventory/html/images/"
- Config.InventoryTrigger = "inventory:client:ItemBox"
- Config.ToggleDuty = "QBCore:ToggleDuty"
- Config.TriggerSound = "InteractSound_SV:PlayOnSource"
- Config.VolumeSound = 0.5
- --------------------------
- -- Blip
- --------------------------
- Config.Blip = {
- Enable = true,
- Location = vector3(120.43, -1032.02, 29.28),
- Sprite = 266,
- Display = 2,
- Scale = 0.8,
- Colour = 44,
- Name = "BeanMachine",
- }
- --------------------------
- -- Stash
- --------------------------
- Config.Stash = {
- StashInvTrigger = "inventory:client:SetCurrentStash",
- OpenInvTrigger = "inventory:server:OpenInventory",
- NameOfStash = "beanmachinestash",
- MaxWeighStash = 50000,
- MaxSlotsStash = 50,
- }
- --------------------------
- -- Billing
- --------------------------
- Config.Billing = {
- EnableCommand = true,
- Command = "billingbean",
- }
- --------------------------
- -- Language
- --------------------------
- Language = {
- Targets = {
- Coffee = {
- Icon = "fas fa-box-open",
- Label = "Coffee",
- Location = vector3(124.6, -1036.86, 29.28),
- },
- NaturalJuices = {
- Icon = "fas fa-box-open",
- Label = "Natural Juices",
- Location = vector3(126.06, -1036.57, 29.28),
- },
- Juices = {
- Icon = "fas fa-box-open",
- Label = "Juices",
- Location = vector3(123.57, -1042.66, 29.28),
- },
- WashHandes = {
- Icon = "fa-solid fa-hands",
- Label = "Wash Handes",
- Location = vector3(123.92, -1039.34, 29.28),
- },
- Fruits = {
- Icon = "fas fa-box-open",
- Label = "Fruits",
- Location = vector3(119.99, -1043.67, 29.28),
- },
- AirConditioning = {
- Icon = "fa-solid fa-temperature-low",
- Label = "Manage Temperature",
- Location = vector3(127.97, -1032.52, 29.28),
- },
- Duty ={
- Icon = "fa-solid fa-clipboard",
- Label = "On/off Duty",
- Location = vector3(126.95, -1035.58, 29.28),
- },
- Boss ={
- Icon = "fa-solid fa-clipboard",
- Label = "Boss Menu",
- },
- Billing = {
- Icon = "fa-solid fa-money-bill",
- Label = "Invoices",
- Location = vector3(122.19, -1036.56, 29.28),
- },
- Billing2 = {
- Icon = "fa-solid fa-money-bill",
- Label = "Invoices",
- Location = vector3(120.79, -1040.12, 29.28),
- },
- Donuts = {
- Icon = "fa-solid fa-d",
- Label = "Donuts",
- Location = vector3(121.4, -1038.43, 29.28),
- },
- Chocolate = {
- Icon = "fa-solid fa-d",
- Label = "Chocolate",
- Location = vector3(120.4, -1042.05, 29.28),
- },
- Armario = {
- Icon = "fas fa-box-open",
- Label = "ArmΓ‘rio",
- Location = vector3(124.16, -1037.84, 29.28),
- },
- Menu = {
- Icon = "fas fa-bars",
- Label = "Menu",
- }
- },
- ProgressBars = {
- TakeCoffee = {
- Label = "Having a coffee...",
- Time = 7000,
- Animation = "anim@amb@nightclub@mini@drinking@drinking_shots@ped_a@normal",
- SubAnimation = "pour_one",
- },
- TakeOrange = {
- Label = "Picking up an orange...",
- Time = 4000,
- Animation = "anim@amb@nightclub@mini@drinking@drinking_shots@ped_a@normal",
- SubAnimation = "pour_one",
- },
- TakeApple = {
- Label = "Picking up an apple...",
- Time = 4000,
- Animation = "anim@amb@nightclub@mini@drinking@drinking_shots@ped_a@normal",
- SubAnimation = "pour_one",
- },
- TakeStrawberry = {
- Label = "Picking up an apple...",
- Time = 4000,
- Animation = "anim@amb@nightclub@mini@drinking@drinking_shots@ped_a@normal",
- SubAnimation = "pour_one",
- },
- TakeMango = {
- Label = "Picking up a mango...",
- Time = 4000,
- Animation = "anim@amb@nightclub@mini@drinking@drinking_shots@ped_a@normal",
- SubAnimation = "pour_one",
- },
- Temperature = {
- Label = "Checking the temperature...",
- Time = 4000,
- Animation = "anim@amb@nightclub@mini@drinking@drinking_shots@ped_a@normal",
- SubAnimation = "pour_one",
- },
- RaiseTemperature = {
- Label = "Increasing the temperature...",
- Time = 4000,
- Animation = "anim@amb@nightclub@mini@drinking@drinking_shots@ped_a@normal",
- SubAnimation = "pour_one",
- },
- DecreaseTemperature = {
- Label = "Lowering the temperature...",
- Time = 4000,
- Animation = "anim@amb@nightclub@mini@drinking@drinking_shots@ped_a@normal",
- SubAnimation = "pour_one",
- },
- WashHandes = {
- Label = "Washing hands...",
- Time = 4000,
- Animation = "mp_arresting",
- SubAnimation = "a_uncuff",
- },
- SimpleDonuts = {
- Label = "Picking up a simple donut...",
- Time = 2000,
- Animation = "anim@amb@clubhouse@bar@drink@idle_a",
- SubAnimation = "idle_a_bartender",
- },
- ChocolateDonuts = {
- Label = "Picking up a chocolate donut...",
- Time = 2000,
- Animation = "anim@amb@clubhouse@bar@drink@idle_a",
- SubAnimation = "idle_a_bartender",
- },
- StrawberryDonuts = {
- Label = "Picking up a strawberry donut...",
- Time = 2000,
- Animation = "anim@amb@clubhouse@bar@drink@idle_a",
- SubAnimation = "idle_a_bartender",
- },
- IceTeaManga = {
- Label = "Picking up a mango ice tea...",
- Time = 2000,
- Animation = "anim@amb@clubhouse@bar@drink@idle_a",
- SubAnimation = "idle_a_bartender",
- },
- IceTeaLimao = {
- Label = "Picking up a limon ice tea...",
- Time = 2000,
- Animation = "anim@amb@clubhouse@bar@drink@idle_a",
- SubAnimation = "idle_a_bartender",
- },
- IceTeaPessego = {
- Label = "Picking up a peach ice tea...",
- Time = 2000,
- Animation = "anim@amb@clubhouse@bar@drink@idle_a",
- SubAnimation = "idle_a_bartender",
- },
- CocaColaLife = {
- Label = "Picking up a life coca-cola...",
- Time = 2000,
- Animation = "anim@amb@clubhouse@bar@drink@idle_a",
- SubAnimation = "idle_a_bartender",
- },
- CocaColaNormal = {
- Label = "Picking up a normal coca-cola...",
- Time = 2000,
- Animation = "anim@amb@clubhouse@bar@drink@idle_a",
- SubAnimation = "idle_a_bartender",
- },
- CocaColaZero = {
- Label = "Picking up a zero coca-cola...",
- Time = 2000,
- Animation = "anim@amb@clubhouse@bar@drink@idle_a",
- SubAnimation = "idle_a_bartender",
- },
- CocaColaLight = {
- Label = "Picking up a light coca-cola...",
- Time = 2000,
- Animation = "anim@amb@clubhouse@bar@drink@idle_a",
- SubAnimation = "idle_a_bartender",
- },
- CompalPessego = {
- Label = "Picking up a peach compal...",
- Time = 2000,
- Animation = "anim@amb@clubhouse@bar@drink@idle_a",
- SubAnimation = "idle_a_bartender",
- },
- CompalMaca = {
- Label = "Picking up a apple compal...",
- Time = 2000,
- Animation = "anim@amb@clubhouse@bar@drink@idle_a",
- SubAnimation = "idle_a_bartender",
- },
- CompalMangaLaranja = {
- Label = "Picking up a mango and orange compal...",
- Time = 2000,
- Animation = "anim@amb@clubhouse@bar@drink@idle_a",
- SubAnimation = "idle_a_bartender",
- },
- CompalFrutosVermelhos = {
- Label = "Picking up a red fruits compal...",
- Time = 2000,
- Animation = "anim@amb@clubhouse@bar@drink@idle_a",
- SubAnimation = "idle_a_bartender",
- },
- SumolLimao = {
- Label = "Picking up a limon sumol...",
- Time = 2000,
- Animation = "anim@amb@clubhouse@bar@drink@idle_a",
- SubAnimation = "idle_a_bartender",
- },
- SumolLaranja = {
- Label = "Picking up a orange sumol...",
- Time = 2000,
- Animation = "anim@amb@clubhouse@bar@drink@idle_a",
- SubAnimation = "idle_a_bartender",
- },
- SumolAnanas = {
- Label = "Picking up a pineapple sumol...",
- Time = 2000,
- Animation = "anim@amb@clubhouse@bar@drink@idle_a",
- SubAnimation = "idle_a_bartender",
- },
- SumoLaranja = {
- Label = "Picking up a orange juice...",
- Time = 2000,
- Animation = "anim@amb@clubhouse@bar@drink@idle_a",
- SubAnimation = "idle_a_bartender",
- },
- SumoMaca = {
- Label = "Picking up a apple juice...",
- Time = 2000,
- Animation = "anim@amb@clubhouse@bar@drink@idle_a",
- SubAnimation = "idle_a_bartender",
- },
- SumoMorangos = {
- Label = "Picking up a strawberry juice...",
- Time = 2000,
- Animation = "anim@amb@clubhouse@bar@drink@idle_a",
- SubAnimation = "idle_a_bartender",
- },
- SumoManga = {
- Label = "Picking up a mango juice...",
- Time = 2000,
- Animation = "anim@amb@clubhouse@bar@drink@idle_a",
- SubAnimation = "idle_a_bartender",
- },
- MilkaOreo = {
- Label = "Picking up a milka oreo...",
- Time = 2000,
- Animation = "anim@amb@clubhouse@bar@drink@idle_a",
- SubAnimation = "idle_a_bartender",
- },
- MilkaCaramelo = {
- Label = "Picking up a caramel milka...",
- Time = 2000,
- Animation = "anim@amb@clubhouse@bar@drink@idle_a",
- SubAnimation = "idle_a_bartender",
- },
- MilkaChocolateBranco = {
- Label = "Picking up a white chocolate milka...",
- Time = 2000,
- Animation = "anim@amb@clubhouse@bar@drink@idle_a",
- SubAnimation = "idle_a_bartender",
- },
- },
- QBMenu = {
- Juices = {
- Header = "πΉ Juices",
- IceTea = "Ice Tea",
- CocaCola = "Coca-Cola",
- Compal = "Compal",
- Sumol = "Sumol",
- Natural = "Natural Juices",
- Close = "[β] Close"
- },
- IceTea = {
- Header = "πΉ Ice Tea",
- Mango = "Ice Tea Lipton Mango",
- Limon = "Ice Tea Lipton Limon",
- Peach = "Ice Tea Lipton Peach",
- Back = "[β] Back"
- },
- CocaCola = {
- Header = "πΉ Coca Cola",
- Life = "Coca Cola Life",
- Normal = "Coca Cola Normal",
- Zero = "Coca Cola Zero",
- Light = "Coca Cola Light",
- Back = "[β] Back"
- },
- Compal = {
- Header = "πΉ Compal",
- Peach = "Compal Peach",
- Apple = "Compal Apple",
- MangoOrange = "Compal Mango-Orange",
- RedFruits = "Compal Red Fruits",
- Back = "[β] Back",
- },
- Sumol = {
- Header = "πΉ Sumol",
- Limon = "Lemon Sumol",
- Orange = "Orange Sumol",
- Pineapple = "Pineapple Sumol",
- Passion = "Sumol Passion Fruit",
- Back = "[β] Back",
- },
- Natural = {
- Header = "πΉ Natural Juices",
- Orange = "Orange Juice",
- Apple = "Apple Juice",
- OrangeStrawberry = "Orange Juice with Strawberries",
- Mango = "Mango Juice",
- Back = "[β] Back",
- },
- Fruits = {
- Header = "π Fruits",
- Orange = "Orange",
- Apple = "Apple",
- Strawberry = "Strawberrie",
- Mango = "Mango",
- Close = "[β] Close"
- },
- AirConditioning = {
- Header = "π‘οΈ Temperature",
- CheckAir = "[π‘οΈ] Check Temperature",
- UpAir = "[π₯] Raise Temperature",
- DownAir = "[βοΈ] Decrease Temperature",
- Close = "[β] Close",
- },
- Donuts = {
- Header = "π© Donuts",
- Simple = "Simple Donuts",
- Chocolate = "Chocolate covered donuts",
- Strawberry = "Donuts with strawberry topping",
- Close = "[β] Close",
- },
- Chocolate = {
- Header = "π« Chocolates",
- SimpleMilka = "Milka Oreo",
- MilkaCaramel = "Milka Caramel",
- MilkaChocWhite = "Milka Chocolate Branco",
- Close = "[β] Close",
- },
- },
- QBInput = {
- Billing = {
- Header = "Billing",
- Submit = "Send Invoice",
- ID = "Paypal ID",
- Amount = "Amount",
- }
- },
- Notify = {
- Billing = {
- Send = "Invoice sent successfully.",
- HigherValue = "Must be a valid value above 0.",
- InvoiceOwn = "You can't bill yourself.",
- PlayerOffline = "Player unavailable.",
- NoPermission = "You don't have permissions.",
- InvoiceReceived = "New invoice received.",
- },
- General = {
- MissingIngredients = "NΓ£o tens os ingredientes.",
- Canceled = "Canceled.",
- }
- }
- }
- --------------------------
- -- Shop
- --------------------------
- Config.Items = {
- [1] = {
- name = "sugar",
- price = 0,
- amount = 10,
- info = {},
- type = "item",
- slot = 1,
- },
- [2] = {
- name = "water_bottle",
- price = 0,
- amount = 10,
- info = {},
- type = "item",
- slot = 2,
- },
- [3] = {
- name = "gelo",
- price = 0,
- amount = 10,
- info = {},
- type = "item",
- slot = 3,
- },
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement