Advertisement
marcinhuUu

m-CoolBeans

Oct 5th, 2022
445
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.43 KB | None | 0 0
  1.  
  2. Config = {}
  3.  
  4.  
  5. -- ██╗░░░██╗████████╗██╗██╗░░░░░██╗████████╗██╗░░░██╗
  6. -- ██║░░░██║╚══██╔══╝██║██║░░░░░██║╚══██╔══╝╚██╗░██╔╝
  7. -- ██║░░░██║░░░██║░░░██║██║░░░░░██║░░░██║░░░░╚████╔╝░
  8. -- ██║░░░██║░░░██║░░░██║██║░░░░░██║░░░██║░░░░░╚██╔╝░░
  9. -- ╚██████╔╝░░░██║░░░██║███████╗██║░░░██║░░░░░░██║░░░
  10. -- ░╚═════╝░░░░╚═╝░░░╚═╝╚══════╝╚═╝░░░╚═╝░░░░░░╚═╝░░░
  11.  
  12. Config.CoreName = "qb-core" -- Core name
  13. Config.Job = "coolbeans" -- Job
  14. Config.JimPayments = false -- Using jim-payments?
  15. Config.Target = "qb-target" -- Name of your resource qb-target
  16. Config.Input = "qb-input" -- Name of your resource qb-input
  17. Config.InvLink = "lj-inventory/html/images/" -- Your directory images inventory
  18. Config.Bossmenu = "qb-bossmenu:client:OpenMenu" -- Your trigger to open boss menu
  19. Config.ToggleDuty = "QBCore:ToggleDuty" -- Your trigger to be duty / off duty
  20.  
  21. -- ██████╗░██╗░░░░░██╗██████╗░
  22. -- ██╔══██╗██║░░░░░██║██╔══██╗
  23. -- ██████╦╝██║░░░░░██║██████╔╝
  24. -- ██╔══██╗██║░░░░░██║██╔═══╝░
  25. -- ██████╦╝███████╗██║██║░░░░░
  26. -- ╚═════╝░╚══════╝╚═╝╚═╝░░░░░
  27.  
  28. Config.Blip = {
  29. Enable = true,
  30. Location = vector3(-1202.41, -1132.75, 7.83),
  31. Sprite = 266,
  32. Display = 2,
  33. Scale = 0.8,
  34. Colour = 14,
  35. Name = "Cool Beans",
  36. }
  37.  
  38.  
  39. -- ░██████╗████████╗░█████╗░░██████╗██╗░░██╗
  40. -- ██╔════╝╚══██╔══╝██╔══██╗██╔════╝██║░░██║
  41. -- ╚█████╗░░░░██║░░░███████║╚█████╗░███████║
  42. -- ░╚═══██╗░░░██║░░░██╔══██║░╚═══██╗██╔══██║
  43. -- ██████╔╝░░░██║░░░██║░░██║██████╔╝██║░░██║
  44. -- ╚═════╝░░░░╚═╝░░░╚═╝░░╚═╝╚═════╝░╚═╝░░╚═╝
  45.  
  46. Config.Stash = {
  47. StashInvTrigger = "inventory:client:SetCurrentStash",
  48. OpenInvTrigger = "inventory:server:OpenInventory",
  49. NameOfStash = "Cool_Beans_Storage",
  50. MaxWeighStash = 50000,
  51. MaxSlotsStash = 50,
  52. }
  53.  
  54.  
  55. -- ██████╗░██╗██╗░░░░░██╗░░░░░██╗███╗░░██╗░██████╗░
  56. -- ██╔══██╗██║██║░░░░░██║░░░░░██║████╗░██║██╔════╝░
  57. -- ██████╦╝██║██║░░░░░██║░░░░░██║██╔██╗██║██║░░██╗░
  58. -- ██╔══██╗██║██║░░░░░██║░░░░░██║██║╚████║██║░░╚██╗
  59. -- ██████╦╝██║███████╗███████╗██║██║░╚███║╚██████╔╝
  60. -- ╚═════╝░╚═╝╚══════╝╚══════╝╚═╝╚═╝░░╚══╝░╚═════╝░
  61.  
  62. Config.Billing = {
  63. EnableCommand = true,
  64. Command = "billingbeans",
  65. }
  66.  
  67.  
  68. -- ░██████╗██╗░░██╗░█████╗░██████╗░
  69. -- ██╔════╝██║░░██║██╔══██╗██╔══██╗
  70. -- ╚█████╗░███████║██║░░██║██████╔╝
  71. -- ░╚═══██╗██╔══██║██║░░██║██╔═══╝░
  72. -- ██████╔ ██║░░██║╚█████╔╝██║░░░░░
  73. -- ╚═════╝░╚═╝░░╚═╝░╚════╝░╚═╝░░░░░
  74.  
  75. Config.Items = {
  76. [1] = { name = "cb_chocolate_cake", price = 0, amount = 10, info = {}, type = "item", slot = 1 },
  77. [2] = { name = "cb_cake", price = 0, amount = 10, info = {}, type = "item", slot = 2, },
  78. [3] = { name = "cb_candy", price = 0, amount = 10, info = {}, type = "item", slot = 3, },
  79. [4] = { name = "cb_candycrunchbar", price = 0, amount = 10, info = {}, type = "item", slot = 4, },
  80. [5] = { name = "cb_candyheath", price = 0, amount = 10, info = {}, type = "item", slot = 5, },
  81. [6] = { name = "cb_candyhersheybar", price = 0, amount = 10, info = {}, type = "item", slot = 6, },
  82. [7] = { name = "cb_candykitkat", price = 0, amount = 10, info = {}, type = "item", slot = 7, },
  83. [8] = { name = "cb_candymilkyway", price = 0, amount = 10, info = {}, type = "item", slot = 8, },
  84. [9] = { name = "cb_candynerds", price = 0, amount = 10, info = {}, type = "item", slot = 9, },
  85. [10] = { name = "cb_candyskittles", price = 0, amount = 10, info = {}, type = "item", slot = 10, },
  86. }
  87.  
  88. -- ░█████╗░██████╗░░█████╗░███████╗████████╗░██████╗
  89. -- ██╔══██╗██╔══██╗██╔══██╗██╔════╝╚══██╔══╝██╔════╝
  90. -- ██║░░╚═╝██████╔╝███████║█████╗░░░░░██║░░░╚█████╗░
  91. -- ██║░░██╗██╔══██╗██╔══██║██╔══╝░░░░░██║░░░░╚═══██╗
  92. -- ╚█████╔╝██║░░██║██║░░██║██║░░░░░░░░██║░░░██████╔╝
  93. -- ░╚════╝░╚═╝░░╚═╝╚═╝░░╚═╝╚═╝░░░░░░░░╚═╝░░░╚═════╝░
  94.  
  95. Config.CraftCupcakes = {
  96. ["cb_banana_nut"] = {
  97. hash = "cb_banana_nut",
  98. label = "Banana",
  99. materials = {
  100. [1] = { item = "cb_sugar", amount = 1 },
  101. [2] = { item = "cb_banana", amount = 1 },
  102. }
  103. },
  104. ["cb_chocolatecup"] = {
  105. hash = "cb_chocolatecup",
  106. label = "Chocolate",
  107. materials = {
  108. [1] = { item = "cb_chocolate", amount = 2 },
  109. [2] = { item = "cb_sugar", amount = 1 },
  110. }
  111. },
  112. ["cb_strawberrycheese"] = {
  113. hash = "cb_strawberrycheese",
  114. label = "Strawberry Cheese",
  115. materials = {
  116. [1] = { item = "cb_strawberry", amount = 2 },
  117. [2] = { item = "cb_sugar", amount = 1 },
  118. [3] = { item = "cb_cheese", amount = 2 },
  119. }
  120. },
  121. ["cb_strawberrycup"] = {
  122. hash = "cb_strawberrycup",
  123. label = "Strawberry",
  124. materials = {
  125. [1] = { item = "cb_sugar", amount = 1 },
  126. [2] = { item = "cb_strawberry", amount = 1 },
  127. }
  128. },
  129. ["cb_vanillacupcakes"] = {
  130. hash = "cb_vanillacupcakes",
  131. label = "Vanilla",
  132. materials = {
  133. [1] = { item = "cb_chocolate", amount = 2 },
  134. [2] = { item = "cb_sugar", amount = 1 },
  135. [3] = { item = "cb_milk", amount = 1 },
  136. }
  137. },
  138. }
  139.  
  140.  
  141. -- Craft non-alcoholic drinks
  142.  
  143. Config.NonAlcoholic = {
  144. ["cb_berry_hydrating"] = {
  145. hash = "cb_berry_hydrating",
  146. label = "Hydrating",
  147. materials = {
  148. [1] = { item = "cb_water", amount = 1 },
  149. [2] = { item = "cb_strawberry", amount = 1 },
  150. [3] = { item = "cb_sugar", amount = 1 },
  151. }
  152. },
  153. ["cb_green_dream"] = {
  154. hash = "cb_green_dream",
  155. label = "Green Dream",
  156. materials = {
  157. [1] = { item = "cb_water", amount = 1 },
  158. [2] = { item = "cb_kiwi", amount = 1 },
  159. [3] = { item = "cb_sugar", amount = 1 },
  160. }
  161. },
  162. ["cb_island_breeze"] = {
  163. hash = "cb_island_breeze",
  164. label = "Island Breeze",
  165. materials = {
  166. [1] = { item = "cb_strawberry", amount = 2 },
  167. [2] = { item = "cb_sugar", amount = 1 },
  168. [3] = { item = "cb_water", amount = 2 },
  169. }
  170. },
  171. ["cb_just_peachy"] = {
  172. hash = "cb_just_peachy",
  173. label = "Just Peachy",
  174. materials = {
  175. [1] = { item = "cb_water", amount = 1 },
  176. [2] = { item = "cb_caramel", amount = 1 },
  177. [3] = { item = "cb_sugar", amount = 1 },
  178. }
  179. },
  180. ["cb_watermelon_dream"] = {
  181. hash = "cb_watermelon_dream",
  182. label = "Watermelon Dream",
  183. materials = {
  184. [1] = { item = "cb_water", amount = 2 },
  185. [2] = { item = "cb_sugar", amount = 1 },
  186. [3] = { item = "cb_watermelon", amount = 1 },
  187. }
  188. },
  189. }
  190.  
  191.  
  192. -- Craft alcoholic drinks
  193.  
  194. Config.Alcoholic = {
  195. ["cb_cocktail"] = {
  196. hash = "cb_cocktail",
  197. label = "Cocktail",
  198. materials = {
  199. [1] = { item = "cb_water", amount = 1 },
  200. [2] = { item = "cb_strawberry", amount = 1 },
  201. [3] = { item = "cb_sugar", amount = 1 },
  202. [4] = { item = "cb_tequila", amount = 1 },
  203. }
  204. },
  205. ["cb_coconut_drink"] = {
  206. hash = "cb_coconut_drink",
  207. label = "Coconut Drink",
  208. materials = {
  209. [1] = { item = "cb_water", amount = 1 },
  210. [2] = { item = "cb_coconut", amount = 1 },
  211. [3] = { item = "cb_sugar", amount = 1 },
  212. [4] = { item = "cb_tequila", amount = 1 },
  213. }
  214. },
  215. ["cb_island_fantasy"] = {
  216. hash = "cb_island_fantasy",
  217. label = "Island Fantasy",
  218. materials = {
  219. [1] = { item = "cb_orange", amount = 1 },
  220. [2] = { item = "cb_sugar", amount = 1 },
  221. [3] = { item = "cb_water", amount = 1 },
  222. [4] = { item = "cb_tequila", amount = 1 },
  223. }
  224. },
  225. ["cb_kamikaze"] = {
  226. hash = "cb_kamikaze",
  227. label = "Kamikaze",
  228. materials = {
  229. [1] = { item = "cb_water", amount = 1 },
  230. [3] = { item = "cb_sugar", amount = 1 },
  231. [4] = { item = "cb_tequila", amount = 1 },
  232. }
  233. },
  234. ["cb_redhot_daquiri"] = {
  235. hash = "cb_redhot_daquiri",
  236. label = "Red Hot Daquiri",
  237. materials = {
  238. [1] = { item = "cb_water", amount = 1 },
  239. [2] = { item = "cb_sugar", amount = 1 },
  240. [3] = { item = "cb_watermelon", amount = 1 },
  241. [4] = { item = "cb_daquiri", amount = 1 },
  242. }
  243. },
  244. }
  245.  
  246.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement