
π¦Stashes
Stashes = {
['Example Shop'] = {
StorageShelf = {
label = 'Example Shop Storage Shelf 1', -- label of stash
slots = 64, weight = 1000000000, --max slots and max weight of stash
minGrade = 0, -- minimum job grade required to access stash
},
StorageShelf2 = {
label = 'Example Shop Storage Shelf 2', -- label of stash
slots = 64, weight = 1000000000, --max slots and max weight of stash
minGrade = 0, -- minimum job grade required to access stash
},
BossStash = {
label = 'Example Shop Boss Storage', -- label of stash
slots = 128, weight = 1000000000, --max slots and max weight of stash
minGrade = 3, -- minimum job grade required to access stash
},
CollectionTray = {
label = 'Example Shop Colection Tray', -- label of stash
slots = 5, weight = 1000000, --max slots and max weight of stash
minGrade = 0, -- minimum job grade required to access stash for a collection tray make sure this is always 0
},
},
},Last updated