SpicyTasty DOCS
WEBSTOREDISCORDYOUTUBE
  • 🚨READ ME
    • 🌶️Welcome to SpicyTasty
  • 📚SCRIPTS
    • RADIO
      • Installation
        • STEP 1
        • STEP 2
        • STEP 3
        • STEP 4
          • ORIGEN inventory
          • AK47 inventory
          • PS inventory
          • CORE inventory
          • OX inventory
          • LJ inventory
          • QB inventory
          • TGIANN inventory
          • CODEM inventory
          • QS inventory
        • STEP 5
        • STEP 6 (OPTIONAL)
      • Common Errors
      • Snippets
        • Exports
        • pma-voice
        • Add to Store/Shop
      • Config
    • NOTIFY
      • Installation
        • STEP 1
        • STEP 2
        • STEP 3
        • STEP 4
          • ESX
          • QBCore
      • Exports
      • Job Banners
  • BLINDBOX
    • Installation
  • 🫒PROPS
    • BUBUS
      • Installation
        • STEP 1
        • STEP 2
        • STEP 3
        • STEP 4
        • Step 5
          • stUsableProps
          • stBlindBox
    • BOTS
      • Installation
        • STEP 1
        • STEP 2
        • STEP 3
        • STEP 4
        • Step 5
          • stUsableProps
          • stBlindBox
Powered by GitBook
On this page

Was this helpful?

  1. PROPS
  2. BUBUS
  3. Installation

STEP 4

INVENTORY ITEMS

In this section you'll found the instrucions for differents inventories which are alreaady configured with the script

qb-core/shared/items.lua

macaron_blind_box           = { name = 'macaron_blind_box',    label = 'Tasty Macaron Box',         weight = 1,     type = 'item', image = 'macaron_blind_box.png',    unique = false, useable = true,  shouldClose = true,  combinable = nil, description = 'Snack pack attack' },
break_blind_box             = { name = 'break_blind_box',      label = 'Have a Break Box',          weight = 1,     type = 'item', image = 'break_blind_box.png',      unique = false, useable = true,  shouldClose = true,  combinable = nil, description = 'Treat and seat' },
bubu_soymilk                = { name = 'bubu_soymilk',         label = 'Soy Milk',                  weight = 1,     type = 'item', image = 'bubu_soymilk.png',         unique = false, useable = true,  shouldClose = true,  combinable = nil, description = 'Silky milky' },
bubu_lycheeberry            = { name = 'bubu_lycheeberry',     label = 'Lychee Berry',              weight = 1,     type = 'item', image = 'bubu_lycheeberry.png',     unique = false, useable = true,  shouldClose = true,  combinable = nil, description = 'Fizzy berry merry' },
bubu_greengrape             = { name = 'bubu_greengrape',      label = 'Green Grape',               weight = 1,     type = 'item', image = 'bubu_greengrape.png',      unique = false, useable = true,  shouldClose = true,  combinable = nil, description = 'Great grape escape' },
bubu_seasaltcoconut         = { name = 'bubu_seasaltcoconut',  label = 'Sea Salt Coconut',          weight = 1,     type = 'item', image = 'bubu_seasaltcoconut.png',  unique = false, useable = true,  shouldClose = true,  combinable = nil, description = 'Salty nutty cut' },
bubu_toffee                 = { name = 'bubu_toffee',          label = 'Toffee',                    weight = 1,     type = 'item', image = 'bubu_toffee.png',          unique = false, useable = true,  shouldClose = true,  combinable = nil, description = 'Sticky tricky' },
bubu_sesamebean             = { name = 'bubu_sesamebean',      label = 'Sesame Bean',               weight = 1,     type = 'item', image = 'bubu_sesamebean.png',      unique = false, useable = true,  shouldClose = true,  combinable = nil, description = 'Lean bean dream' },
bubu_chestnutcocoa          = { name = 'bubu_chestnutcocoa',   label = 'Chestnut Cocoa',            weight = 1,     type = 'item', image = 'bubu_chestnutcocoa.png',   unique = false, useable = true,  shouldClose = true,  combinable = nil, description = 'Nutty cocoa flow' },
bubu_baba                   = { name = 'bubu_baba',            label = 'Baba',                      weight = 1,     type = 'item', image = 'bubu_baba.png',            unique = false, useable = true,  shouldClose = true,  combinable = nil, description = 'Cha cha baba' },
bubu_dada                   = { name = 'bubu_dada',            label = 'Dada',                      weight = 1,     type = 'item', image = 'bubu_dada.png',            unique = false, useable = true,  shouldClose = true,  combinable = nil, description = 'La la dada' },
bubu_duoduo                 = { name = 'bubu_duoduo',          label = 'Duoduo',                    weight = 1,     type = 'item', image = 'bubu_duoduo.png',          unique = false, useable = true,  shouldClose = true,  combinable = nil, description = 'Cool duo flow' },
bubu_hehe                   = { name = 'bubu_hehe',            label = 'Hehe',                      weight = 1,     type = 'item', image = 'bubu_hehe.png',            unique = false, useable = true,  shouldClose = true,  combinable = nil, description = 'Haha hehe' },
bubu_ququ                   = { name = 'bubu_ququ',            label = 'Ququ',                      weight = 1,     type = 'item', image = 'bubu_ququ.png',            unique = false, useable = true,  shouldClose = true,  combinable = nil, description = 'Bubu ququ boo' },
bubu_sisi                   = { name = 'bubu_sisi',            label = 'Sisi',                      weight = 1,     type = 'item', image = 'bubu_sisi.png',            unique = false, useable = true,  shouldClose = true,  combinable = nil, description = 'Missy sisi' },
bubu_zizi                   = { name = 'bubu_zizi',            label = 'Zizi',                      weight = 1,     type = 'item', image = 'bubu_zizi.png',            unique = false, useable = true,  shouldClose = true,  combinable = nil, description = 'Zesty zizi' },

qb-core/shared/items.lua

['macaron_blind_box'] = {['name'] = 'macaron_blind_box', ['label'] = 'Tasty Macaron Box', ['weight'] = 1, ['type'] = 'item', ['image'] = 'macaron_blind_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Snack pack attack'},
['break_blind_box'] = {['name'] = 'break_blind_box', ['label'] = 'Have a Break Box', ['weight'] = 1, ['type'] = 'item', ['image'] = 'break_blind_box.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Treat and seat'},
['bubu_soymilk'] = {['name'] = 'bubu_soymilk', ['label'] = 'Soy Milk', ['weight'] = 1, ['type'] = 'item', ['image'] = 'bubu_soymilk.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Silky milky'},
['bubu_lycheeberry'] = {['name'] = 'bubu_lycheeberry', ['label'] = 'Lychee Berry', ['weight'] = 1, ['type'] = 'item', ['image'] = 'bubu_lycheeberry.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Berry merry'},
['bubu_greengrape'] = {['name'] = 'bubu_greengrape', ['label'] = 'Green Grape', ['weight'] = 1, ['type'] = 'item', ['image'] = 'bubu_greengrape.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Great grape'},
['bubu_seasaltcoconut'] = {['name'] = 'bubu_seasaltcoconut', ['label'] = 'Sea Salt Coconut', ['weight'] = 1, ['type'] = 'item', ['image'] = 'bubu_seasaltcoconut.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Salty nutty'},
['bubu_toffee'] = {['name'] = 'bubu_toffee', ['label'] = 'Toffee', ['weight'] = 1, ['type'] = 'item', ['image'] = 'bubu_toffee.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Sticky tricky'},
['bubu_sesamebean'] = {['name'] = 'bubu_sesamebean', ['label'] = 'Sesame Bean', ['weight'] = 1, ['type'] = 'item', ['image'] = 'bubu_sesamebean.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Lean bean dream'},
['bubu_chestnutcocoa'] = {['name'] = 'bubu_chestnutcocoa', ['label'] = 'Chestnut Cocoa', ['weight'] = 1, ['type'] = 'item', ['image'] = 'bubu_chestnutcocoa.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Nutty cocoa flow'},
['bubu_baba'] = {['name'] = 'bubu_baba', ['label'] = 'Baba', ['weight'] = 1, ['type'] = 'item', ['image'] = 'bubu_baba.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Cha cha baba'},
['bubu_dada'] = {['name'] = 'bubu_dada', ['label'] = 'Dada', ['weight'] = 1, ['type'] = 'item', ['image'] = 'bubu_dada.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'La la dada'},
['bubu_duoduo'] = {['name'] = 'bubu_duoduo', ['label'] = 'Duoduo', ['weight'] = 1, ['type'] = 'item', ['image'] = 'bubu_duoduo.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Cool duo flow'},
['bubu_hehe'] = {['name'] = 'bubu_hehe', ['label'] = 'Hehe', ['weight'] = 1, ['type'] = 'item', ['image'] = 'bubu_hehe.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Haha hehe'},
['bubu_ququ'] = {['name'] = 'bubu_ququ', ['label'] = 'Ququ', ['weight'] = 1, ['type'] = 'item', ['image'] = 'bubu_ququ.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Ququ boo'},
['bubu_sisi'] = {['name'] = 'bubu_sisi', ['label'] = 'Sisi', ['weight'] = 1, ['type'] = 'item', ['image'] = 'bubu_sisi.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Sisi easy'},
['bubu_zizi'] = {['name'] = 'bubu_zizi', ['label'] = 'Zizi', ['weight'] = 1, ['type'] = 'item', ['image'] = 'bubu_zizi.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Zesty zizi'},
../shared/items.lua
['macaron_blind_box'] = {
    ['name'] = 'macaron_blind_box',
    ['label'] = 'Tasty Macaron Box',
    ['weight'] = 1,
    ['type'] = 'item',
    ['image'] = 'macaron_blind_box.png',
    ['unique'] = false,
    ['useable'] = true,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['object'] = 'st_macaron_blind_box',
    ['description'] = 'Snack pack attack'
},
['break_blind_box'] = {
    ['name'] = 'break_blind_box',
    ['label'] = 'Have a Break Box',
    ['weight'] = 1,
    ['type'] = 'item',
    ['image'] = 'break_blind_box.png',
    ['unique'] = false,
    ['useable'] = true,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['object'] = 'st_break_blind_box',
    ['description'] = 'Treat and seat'
},
['bubu_soymilk'] = {
    ['name'] = 'bubu_soymilk',
    ['label'] = 'Soy Milk',
    ['weight'] = 1,
    ['type'] = 'item',
    ['image'] = 'bubu_soymilk.png',
    ['unique'] = false,
    ['useable'] = true,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['object'] = 'st_bubu_soymilk',
    ['description'] = 'Silky milky'
},
['bubu_lycheeberry'] = {
    ['name'] = 'bubu_lycheeberry',
    ['label'] = 'Lychee Berry',
    ['weight'] = 1,
    ['type'] = 'item',
    ['image'] = 'bubu_lycheeberry.png',
    ['unique'] = false,
    ['useable'] = true,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['object'] = 'st_bubu_lycheeberry',
    ['description'] = 'Fizzy berry merry'
},
['bubu_greengrape'] = {
    ['name'] = 'bubu_greengrape',
    ['label'] = 'Green Grape',
    ['weight'] = 1,
    ['type'] = 'item',
    ['image'] = 'bubu_greengrape.png',
    ['unique'] = false,
    ['useable'] = true,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['object'] = 'st_bubu_greengrape',
    ['description'] = 'Great grape escape'
},
['bubu_seasaltcoconut'] = {
    ['name'] = 'bubu_seasaltcoconut',
    ['label'] = 'Sea Salt Coconut',
    ['weight'] = 1,
    ['type'] = 'item',
    ['image'] = 'bubu_seasaltcoconut.png',
    ['unique'] = false,
    ['useable'] = true,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['object'] = 'st_bubu_seasaltcoconut',
    ['description'] = 'Salty nutty cut'
},
['bubu_toffee'] = {
    ['name'] = 'bubu_toffee',
    ['label'] = 'Toffee',
    ['weight'] = 1,
    ['type'] = 'item',
    ['image'] = 'bubu_toffee.png',
    ['unique'] = false,
    ['useable'] = true,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['object'] = 'st_bubu_toffee',
    ['description'] = 'Sticky tricky'
},
['bubu_sesamebean'] = {
    ['name'] = 'bubu_sesamebean',
    ['label'] = 'Sesame Bean',
    ['weight'] = 1,
    ['type'] = 'item',
    ['image'] = 'bubu_sesamebean.png',
    ['unique'] = false,
    ['useable'] = true,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['object'] = 'st_bubu_sesamebean',
    ['description'] = 'Lean bean dream'
},
['bubu_chestnutcocoa'] = {
    ['name'] = 'bubu_chestnutcocoa',
    ['label'] = 'Chestnut Cocoa',
    ['weight'] = 1,
    ['type'] = 'item',
    ['image'] = 'bubu_chestnutcocoa.png',
    ['unique'] = false,
    ['useable'] = true,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['object'] = 'st_bubu_chestnutcocoa',
    ['description'] = 'Nutty cocoa flow'
},
['bubu_baba'] = {
    ['name'] = 'bubu_baba',
    ['label'] = 'Baba',
    ['weight'] = 1,
    ['type'] = 'item',
    ['image'] = 'bubu_baba.png',
    ['unique'] = false,
    ['useable'] = true,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['object'] = 'st_bubu_baba',
    ['description'] = 'Cha cha baba'
},
['bubu_dada'] = {
    ['name'] = 'bubu_dada',
    ['label'] = 'Dada',
    ['weight'] = 1,
    ['type'] = 'item',
    ['image'] = 'bubu_dada.png',
    ['unique'] = false,
    ['useable'] = true,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['object'] = 'st_bubu_dada',
    ['description'] = 'La la dada'
},
['bubu_duoduo'] = {
    ['name'] = 'bubu_duoduo',
    ['label'] = 'Duoduo',
    ['weight'] = 1,
    ['type'] = 'item',
    ['image'] = 'bubu_duoduo.png',
    ['unique'] = false,
    ['useable'] = true,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['object'] = 'st_bubu_duoduo',
    ['description'] = 'Cool duo flow'
},
['bubu_hehe'] = {
    ['name'] = 'bubu_hehe',
    ['label'] = 'Hehe',
    ['weight'] = 1,
    ['type'] = 'item',
    ['image'] = 'bubu_hehe.png',
    ['unique'] = false,
    ['useable'] = true,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['object'] = 'st_bubu_hehe',
    ['description'] = 'Haha hehe'
},
['bubu_ququ'] = {
    ['name'] = 'bubu_ququ',
    ['label'] = 'Ququ',
    ['weight'] = 1,
    ['type'] = 'item',
    ['image'] = 'bubu_ququ.png',
    ['unique'] = false,
    ['useable'] = true,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['object'] = 'st_bubu_ququ',
    ['description'] = 'Bubu ququ boo'
},
['bubu_sisi'] = {
    ['name'] = 'bubu_sisi',
    ['label'] = 'Sisi',
    ['weight'] = 1,
    ['type'] = 'item',
    ['image'] = 'bubu_sisi.png',
    ['unique'] = false,
    ['useable'] = true,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['object'] = 'st_bubu_sisi',
    ['description'] = 'Missy sisi'
},
['bubu_zizi'] = {
    ['name'] = 'bubu_zizi',
    ['label'] = 'Zizi',
    ['weight'] = 1,
    ['type'] = 'item',
    ['image'] = 'bubu_zizi.png',
    ['unique'] = false,
    ['useable'] = true,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['object'] = 'st_bubu_zizi',
    ['description'] = 'Zesty zizi'
},
../data/items.lua
	["macaron_blind_box"] = {
		label = "Tasty Macaron Box",
		weight = 1,
		stack = true,
		close = true,
	},
	["break_blind_box"] = {
		label = "Have a Break Box",
		weight = 1,
		stack = true,
		close = true,
	},

    ['bubu_soymilk'] = {
        label = 'Soy Milk',
		weight = 1,
		stack = true,
		close = true,
    },
    
    ['bubu_lycheeberry'] = {
        label = 'Lychee Berry',
		weight = 1,
		stack = true,
		close = true,
    },
    
    ['bubu_greengrape'] = {
        label = 'Green Grape',
		weight = 1,
		stack = true,
		close = true,
    },
    
    ['bubu_seasaltcoconut'] = {
        label = 'Sea Salt Coconut',
		weight = 1,
		stack = true,
		close = true,
    },
    
    ['bubu_toffee'] = {
        label = 'Toffee',
		weight = 1,
		stack = true,
		close = true,
    },
    
    ['bubu_sesamebean'] = {
        label = 'Sesame Bean',
		weight = 1,
		stack = true,
		close = true,
    },

    ['bubu_chestnutcocoa'] = {
        label = 'Chestnut Cocoa',
		weight = 1,
		stack = true,
		close = true,
    },

    ['bubu_baba'] = {
        label = 'Baba',
		weight = 1,
		stack = true,
		close = true,
    },

    ['bubu_dada'] = {
        label = 'Dada',
		weight = 1,
		stack = true,
		close = true,
    },

    ['bubu_duoduo'] = {
        label = 'Duoduo',
		weight = 1,
		stack = true,
		close = true,
    },

    ['bubu_hehe'] = {
        label = 'Hehe',
		weight = 1,
		stack = true,
		close = true,
    },

    ['bubu_ququ'] = {
        label = 'Ququ',
		weight = 1,
		stack = true,
		close = true,
    },

    ['bubu_sisi'] = {
        label = 'Sisi',
		weight = 1,
		stack = true,
		close = true,	
    },

    ['bubu_zizi'] = {
        label = 'Zizi',
		weight = 1,
		stack = true,
		close = true,
    },
PreviousSTEP 3NextStep 5

Last updated 1 month ago

Was this helpful?

🫒