Skip to content

K4MB1 Shells Support & Offsets

MonkeyWhisper edited this page Feb 4, 2024 · 13 revisions
K4MB1

We currently support all 140 shells from K4MB1 and have preconfigured the offsets for our housing script!

Credits to ComplexZA

Config

Config.Shells = {
    ["Standard Motel"] = { 
        label = "Standard Motel",
        hash = `standardmotel_shell`,
        doorOffset = { x = -0.45, y = -2.41, z = -0.56, h = 92.63, width = 2.0 },
        stash = {
            maxweight = 8000000, 
            slots = 120,
        },
        imgs = {
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101712181017460736/motel.webp",
                label = "Motel",
            },
        }
    },

    ["Modern Hotel"] = { 
        label = "Modern Hotel",
        hash = `modernhotel_shell`,
        doorOffset = { x = 5.02, y = 4.34, z = -0.82, h = 0.79, width = 2.0 },
        stash = {
            maxweight = 80000000, 
            slots = 120,
        },
        imgs = {
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101712459691208704/angle_1.webp",
                label = "Angle 1",
            },
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101712460110643210/angle_2.webp",
                label = "Angle 2",
            },
        }
    },

    ["Apartment Furnished"] = { 
        label = "Apartment Furnished",
        hash = `furnitured_midapart`,
        doorOffset = { x = 1.37, y = -10.26, z = -0.52, h = 179.21, width = 2.0 },
        stash = {
            maxweight = 8000000, 
            slots = 120,
        },
        imgs = {
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101712598019354684/bathroom.webp",
                label = "Bathroom",
            },
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101712598409420850/Bedroom.webp",
                label = "Bedroom",
            },
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101712598807887942/entry.webp",
                label = "Entrance",
            },
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101712599185371146/Kitchen_and_Dining.webp",
                label = "Kitchen and Dining",
            },
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101712599629963366/living_room_1.webp",
                label = "Living Room Angle 1",
            },
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101712599982293022/living_room_2.webp",
                label = "Living Room Angle 2",
            },
        },
    },

    ["Apartment Unfurnished"] = { 
        label = "Apartment Unfurnished",
        hash = `shell_v16mid`,
        doorOffset = { x = 1.47, y = -14.26, z = -0.49, h = 176.43, width = 2.0 },
        stash = {
            maxweight = 8000000, 
            slots = 120,
        },
        imgs = {
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101712919412088955/bathroom.webp",
                label = "Bathroom",
            },
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101712919735054417/bedroom.webp",
                label = "Bedroom",
            },
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101712920083189770/entry.webp",
                label = "Entrance",
            },
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101712920464859257/kitchen.webp",
                label = "Kitchen",
            },
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101712920846544907/livingroom.webp",
                label = "Living Room",
            },
        },
    },

    ["Apartment 2 Unfurnished"] = { 
        label = "Apartment 2 Unfurnished",
        hash = `shell_v16low`,
        doorOffset = { x = -1.42, y = -0.11, z = 0.35, h = 181.35, width = 2.0 },
        stash = {
            maxweight = 8000000, 
            slots = 120,
        },
        imgs = {
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101713104288612384/entry.webp",
                label = "Entrance",
            },
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101713104926154853/kitchen.webp",
                label = "Kitchen",
            },
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101713105333006357/livingroom.webp",
                label = "Living Room",
            },
        },
    },

    ["Garage"] = { 
        label = "Garage",
        hash = `shell_garagem`,
        doorOffset = { x = 13.95, y = 1.62, z = -0.75, h = 267.33, width = 2.0 },
        stash = {
            maxweight = 8000000, 
            slots = 120,
        },
        imgs = {
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101713200220745748/entry.webp",
                label = "Entrance",
            },
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101713200677933126/garage.webp",
                label = "Garage",
            },
        },
    },

    ["Office"] = { 
        label = "Office",
        hash = `shell_office1`,
        doorOffset = { x = 1.25, y = 5.06, z = -0.73, h = 1.63, width = 2.0 },
        stash = {
            maxweight = 8000000, 
            slots = 30,
        },
        imgs = {
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101713285117648976/entry.webp",
                label = "Entance",
            },
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101713285449007196/office.webp",
                label = "Office",
            },
        },
    },

    ["Store"] = { 
        label = "Store",
        hash = `shell_store1`,
        doorOffset = { x = -2.69, y = 4.63, z = -0.62, h = 358.96, width = 2.0 },
        stash = {
            maxweight = 8000000, 
            slots = 120,
        },
        imgs = {
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101713353291878420/room_1.webp",
                label = "Room 1",
            },
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101713353937789018/room_2.webp",
                label = "Room 2",
            },
        },
    },

    ["Warehouse"] = {
        label = "Warehouse",
        hash = `shell_warehouse1`,
        doorOffset = { x = -8.94, y = 0.14, z = -0.95, h = 91.18, width = 2.0 },
        stash = {
            maxweight = 8000000, 
            slots = 120,
        },
        imgs = {
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101713451149172766/angle1.webp",
                label = "Angle 1",
            },
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101713451551838278/angle2.webp",
                label = "Angle 2",
            },
        },
    },

    ["Container"] = {
        label = "Container",
        hash = `container_shell`,
        doorOffset = { x = 0.05, y = -5.72, z = -0.21, h = 181.28, width = 2.0 },
        stash = {
            maxweight = 8000000, 
            slots = 120,
        },
        imgs = {
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101713526319497267/container.webp",
                label = "Container",
            },
        },
    },

    ["2 Floor House"] = {
        label = "2 Floor House",
        hash = `shell_michael`,
        doorOffset = { x = -9.74, y = 5.69, z = -3.99, h = 89.60, width = 2.0 },
        stash = {
            maxweight = 8000000, 
            slots = 120,
        },
        imgs = {
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101713596683145267/bathroom.webp",
                label = "Bathroom",
            },
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101713597232586777/entry.webp",
                label = "Entrance",
            },
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101713597698166844/floor2.webp",
                label = "Floor 2",
            },
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101713598201471106/kitchen.webp",
                label = "Kitchen",
            },
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101713598734159962/livingroom.webp",
                label = "Living Room",
            },
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101713599178752020/room1.webp",
                label = "Room 1",
            },
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101713599690448956/room2.webp",
                label = "Room 2",
            },
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101713600176996394/room3.webp",
                label = "Room 3",
            },
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101713596179816499/room3dresser.webp",
                label = "Room 3 Dresser",
            },
        },
    },

    ["House 1"] = {
        label = "House 1",
        hash = `shell_frankaunt`,
        doorOffset = { x = -0.43, y = 7.61, z = -0.57, h = 359.37, width = 2.0 },
        stash = {
            maxweight = 8000000, 
            slots = 120,
        },
        imgs = {
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101713982059974656/bathroom.webp",
                label = "Bathroom",
            },
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101713982491983942/diningroom.webp",
                label = "Dining Room",
            },
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101713982848512030/entry.webp",
                label = "Entrance",
            },
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101713983175659530/kitchen.webp",
                label = "Kitchen",
            },
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101713983490228285/livingroom.webp",
                label = "Living Room",
            },
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101713983821590578/room1.webp",
                label = "Room 1",
            },
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101713984169709690/room2.webp",
                label = "Room 2",
            },
        },
    },

    ["House 2"] = {
        label = "House 2",
        hash = `shell_ranch`,
        doorOffset = { x = -1.25, y = -5.47, z = -1.10, h = 89.67, width = 2.0 },
        stash = {
            maxweight = 8000000, 
            slots = 120,
        },
        imgs = {
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101714310809518131/entry.webp",
                label = "Entrance",
            },
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101714311228964956/hallway.webp",
                label = "Hallway",
            },
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101714311623213177/kitchen.webp",
                label = "Kitchen",
            },
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101714311988133910/mainarea.webp",
                label = "Main Area",
            },
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101714312394977370/room.webp",
                label = "Room",
            },
        },
    },

    ["House 3"] = {
        label = "House 3",
        hash = `shell_lester`,
        doorOffset = { x = -1.76, y = -0.68, z = -0.37, h = 88.03, width = 2.0 },
        stash = {
            maxweight = 8000000, 
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.postimgs.cc/HLbdwtRd/angle1.webp",
                label = "Angle 1",
            },
            {
                url = "https://i.postimgs.cc/C1YYmqpD/angle2.webp",
                label = "Angle 2",
            },
            {
                url = "https://i.postimgs.cc/26wYJSCt/entry.webp",
                label = "Entrance",
            },
        },
    },

    ["House 4"] = {
        label = "House 4",
        hash = `shell_trevor`,
        doorOffset = { x = 0.15, y = -3.84, z = -0.41, h = 180.31, width = 2.0 },
        stash = {
            maxweight = 8000000, 
            slots = 120,
        },
        imgs = {
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101714761596543107/bathroom.webp",
                label = "Bathroom",
            },
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101714761994997760/entry.webp",
                label = "Entrance",
            },
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101714762343133227/kitchen.webp",
                label = "Kitchen",
            },
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101714762741588018/livingroom.webp",
                label = "Living Room",
            },
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101714763140042772/room1.webp",
                label = "Room 1",
            },
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101714763500761158/room2.webp",
                label = "Room 2",
            },
        },
    },

    ["Trailer"] = {
        label = "Trailer",
        hash = `shell_trailer`,
        doorOffset = { x = -1.30, y = -2.04, z = -0.48, h = 180.68, width = 2.0 },
        stash = {
            maxweight = 8000000, 
            slots = 120,
        },
        imgs = {
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101714470985809920/entranceandkitchen.webp",
                label = "Entrance and Kitchen",
            },
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101714471329747026/main.webp",
                label = "Main",
            },
            {
                url = "https://cdn.discordapp.com/attachments/1101313033684394084/1101714471665274980/room1.webp",
                label = "Room",
            },
        },
    },
    -- Start of Paid Shells --
    -- Medium Housing Shells V1 https://www.k4mb1maps.com/package/4672307

    ["Medium 2"] = { 
        label = "Medium 2",
        hash = `shell_medium2`,
        doorOffset = { x = 6.06, y = 0.30, z = -0.66, h = 181.74, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.postimg.cc/SxgTnMsj/image.png",
                label = "Main",
            },
        },
    },

    ["Medium 3"] = {  
        label = "Medium 3",
        hash = `shell_medium3`,
        doorOffset = { x = -2.47, y = 7.75, z = 1.19, h = 3.63, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.postimg.cc/kGCF1J4k/image.png",
                label = "Main",
            },
        },
    },

    -- Modern Housing Shells V1 https://www.k4mb1maps.com/package/4673169

    ["Banham"] = { 
        label = "Banham",
        hash = `shell_banham`,
        doorOffset = { x = -3.29, y = -1.61, z = 1.24, h = 271.62, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.postimg.cc/t4sPzZks/image.png",
                label = "Main",
            },
        },
    },

    ["Westons"] = { 
        label = "Westons",
        hash = `shell_westons`,
        doorOffset = { x = -1.29, y = -26.51, z = -2.43, h = 214.67, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.postimg.cc/66Hy16yn/image.png",
                label = "Main",
            },
        },
    },

    ["Westons 2"] = { 
        label = "Westons 2",
        hash = `shell_westons2`,
        doorOffset = { x = -1.78, y = 10.61, z = 1.35, h = 358.49, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.postimg.cc/yNB182D7/image.png",
                label = "Main",
            },
        },
    },

    -- Classic Housing Shells V1 https://www.k4mb1maps.com/package/4673140

    ["Classic House"] = { 
        label = "Classic House",
        hash = `classichouse_shell`,
        doorOffset = { x = 4.75, y = -2.22, z = -3.38, h = 271.71, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.postimg.cc/WbLbyDsD/image.png",
                label = "Main",
            },
        },
    },

    ["Classic House 2"] = { 
        label = "Classic House 2",
        hash = `classichouse2_shell`,
        doorOffset = { x = 4.75, y = -2.16, z = -3.38, h = 271.81, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/yg9zEim.jpeg",
                label = "Main",
            },
        },
    },

    ["Classic House 3"] = {  
        label = "Classic House 3",
        hash = `classichouse3_shell`,
        doorOffset = { x = 4.77, y = -2.22, z = -3.38, h = 273.34, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/aHciV42.jpeg",
                label = "Main",
            },
        },
    },

    -- Highend Housing Shells V1 https://www.k4mb1maps.com/package/4673131

    ["Highend House 1"] = { 
        label = "Highend House 1",
        hash = `shell_apartment1`,
        doorOffset = { x = -2.17, y = 9.03, z = 3.20, h = 357.78, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/WkPGJ64.jpeg",
                label = "Main",
            },
        },
    },

    ["Highend House 2"] = { 
        label = "Highend House 2",
        hash = `shell_apartment2`,
        doorOffset = { x = -2.17, y = 8.86, z = 3.20, h = 358.88, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/whRGjN7.jpeg",
                label = "Main",
            },
        },
    },

    ["Highend House 3"] = { 
        label = "Highend House 3",
        hash = `shell_apartment3`,
        doorOffset = { x = 11.75, y = 4.53, z = 2.01, h = 305.76, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/EFDaOf7.jpeg",
                label = "Main",
            },
        },
    },

    -- Deluxe Housing Shells V1 https://www.k4mb1maps.com/package/4673159

    ["Deluxe House 1"] = { 
        label = "Deluxe House 1",
        hash = `shell_highend`,
        doorOffset = { x = -22.38, y = -0.37, z = 7.21, h = 87.62, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/EnO4wYN.jpeg",
                label = "Main",
            },
        },
    },

    ["Deluxe House 2"] = {  
        label = "Deluxe House 2",
        hash = `shell_highendv2`,
        doorOffset = { x = -10.46, y = 0.86, z = 1.93, h = 87.60, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/VdxIIny.jpeg",
                label = "Main",
            },
        },
    },

    -- Stash House Shells https://www.k4mb1maps.com/package/4673273

    ["Stash House 1"] = {  
        label = "Stash House 1",
        hash = `stashhouse_shell`,
        doorOffset = { x = 21.55, y = -0.49, z = -2.07, h = 271.78, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/2YZHoRo.jpeg",
                label = "Main",
            },
        },
    },

    ["Stash House 2"] = {  
        label = "Stash House 2",
        hash = `stashhouse2_shell`,
        doorOffset = { x = -1.95, y = 2.24, z = -1.02, h = 92.12, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/fEqGKes.jpeg",
                label = "Main",
            },
        },
    },

    -- Garage Shells https://www.k4mb1maps.com/package/4673177

    ["Garage Low End"] = {  
        label = "Garage Low End",
        hash = `shell_garages`,
        doorOffset = { x = 5.85, y = 3.85, z = -0.50, h = 359.85, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/877EQ4p.jpeg",
                label = "Main",
            },
        },
    },

    ["Garage High End"] = { 
        label = "Garage High End",
        hash = `shell_garagel`,
        doorOffset = { x = 13.15, y = -14.33, z = -1.00, h = 272.10, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/ztJiJnD.jpeg",
                label = "Main",
            },
        },
    },

    -- Office Shells https://www.k4mb1maps.com/package/4673258

    ["Office Big"] = {  
        label = "Office Big",
        hash = `shell_officebig`,
        doorOffset = { x = 7.22, y = -10.00, z = -0.40, h = 188.04, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/0nITGT5.jpeg",
                label = "Main",
            },
        },
    },

    ["Office 2"] = {
        label = "Office 2",
        hash = `shell_office2`,
        doorOffset = { x = 3.61, y = -1.70, z = -0.87, h = 278.02, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/EkLbng3.jpeg",
                label = "Main",
            },
        },
    },

    -- Store Shells https://www.k4mb1maps.com/package/4673264

    ["Barber"] = {  -- Offset Set
        label = "Barber",
        hash = `shell_barber`,
        doorOffset = { x = 1.64, y = 5.38, z = -0.56, h = 359.27, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/sOWNHqZ.jpeg",
                label = "Main",
            },
        },
    },

    ["Gunstore"] = { 
        label = "Gunstore",
        hash = `shell_gunstore`,
        doorOffset = { x = -1.06, y = -5.35, z = -0.74, h = 178.81, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/05H6rLl.jpeg",
                label = "Main",
            },
        },
    },

    ["Store 1"] = {
        label = "Store 1",
        hash = `shell_store2`,
        doorOffset = { x = -0.79, y = -5.07, z = -1.15, h = 180.04, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.postimg.cc/Jnnp34sK/image.png",
                label = "Main",
            },
        },
    },

    ["Store 2"] = { 
        label = "Store 2",
        hash = `shell_store3`,
        doorOffset = { x = -0.04, y = -7.86, z = -0.30, h = 180.91, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.postimg.cc/DwcVB0zK/image.png",
                label = "Main",
            },
        },
    },

    -- Warehouse Shells https://www.k4mb1maps.com/package/4673185

    ["Warehouse 2"] = { 
        label = "Warehouse 2",
        hash = `shell_warehouse2`,
        doorOffset = { x = -12.62, y = 5.59, z = -2.06, h = 89.70, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/UHCyXxx.jpeg",
                label = "Main",
            },
        },
    },

    ["Warehouse 3"] = { 
        label = "Warehouse 3",
        hash = `shell_warehouse3`,
        doorOffset = { x = 2.59, y = -1.64, z = -0.94, h = 266.89, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/pCASZHW.jpeg",
                label = "Main",
            },
        },
    },

    -- Highend Lab Shells https://www.k4mb1maps.com/package/4698329

    ["Coke Lab"] = { 
        label = "Coke Lab",
        hash = `k4coke_shell`,
        doorOffset = { x = -11.05, y = -2.46, z = 0.01, h = 89.62, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/TSCoUD5.jpeg",
                label = "Main",
            },
        },
    },

    ["Meth Lab"] = { 
        label = "Meth Lab",
        hash = `k4meth_shell`,
        doorOffset = { x = -11.05, y = -2.50, z = 0.01, h = 88.24, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/VPrq2Hm.jpeg",
                label = "Main",
            },
        },
    },

    ["Weed Lab"] = {
        label = "Weed Lab",
        hash = `k4weed_shell`,
        doorOffset = { x = -11.04, y = -2.51, z = 0.01, h = 84.65, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/9cjPHDv.jpeg",
                label = "Main",
            },
        },
    },

    -- Furnished Stash House Shells  https://www.k4mb1maps.com/package/4672293

    ["Container 2"] = {  
        label = "Container 2",
        hash = `container2_shell`,
        doorOffset = { x = 0.03, y = -5.64, z = -0.21, h = 178.36, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/mR0qefn.jpeg",
                label = "Main",
            },
        },
    },

    ["Furnished Stash 1"] = { 
        label = "Furnished Stash 1",
        hash = `stashhouse1_shell`,
        doorOffset = { x = 21.64, y = -0.51, z = -2.07, h = 273.90, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/wOuMdAd.jpeg",
                label = "Main",
            },
        },
    },

    ["Furnished Stash 2"] = { 
        label = "Furnished Stash 2",
        hash = `stashhouse3_shell`,
        doorOffset = { x = -0.11, y = 5.60, z = -1.01, h = 0.07, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/mNR4dlf.jpeg",
                label = "Main",
            },
        },
    },

    -- Furnished Housing Shells https://www.k4mb1maps.com/package/4672272

    ["Furnished Low Apartment"] = {
        label = "Furnished Low Apartment",
        hash = `furnitured_lowapart`,
        doorOffset = { x = 4.96, y = -1.38, z = 0.35, h = 177.45, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/eJsrr95.jpeg",
                label = "Main",
            },
        },
    },

    ["Furnished Motel"] = {  
        label = "Furnished Motel",
        hash = `furnitured_motel`,
        doorOffset = { x = -1.59, y = -4.00, z = -0.36, h = 179.46, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/KaM6Do0.jpeg",
                label = "Main",
            },
        },
    },

    -- Furnished Motel Shells  https://www.k4mb1maps.com/package/4672296

    ["Furnished Motel Classic"] = { 
        label = "Furnished Motel Classic",
        hash = `classicmotel_shell`,
        doorOffset = { x = 0.13, y = -3.70, z = -0.34, h = 178.81, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/yxmr6Ho.jpeg",
                label = "Main",
            },
        },
    },

    ["Furnished Motel Highend"] = { 
        label = "Furnished Motel Highend",
        hash = `highendmotel_shell`,
        doorOffset = { x = 3.17, y = 3.49, z = -0.52, h = 358.51, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/D9x6sZ8.png",
                label = "Main",
            },
        },
    },

    -- Furnished Modern Hotels https://www.k4mb1maps.com/package/4672290

    ["Furnished Motel Modern 2"] = { 
        label = "Furnished Motel Modern 2",
        hash = `modernhotel2_shell`,
        doorOffset = { x = 4.99, y = 4.32, z = -0.82, h = 0.69, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/A5QE8zu.jpeg",
                label = "Main",
            },
        },
    },

    ["Furnished Motel Modern 3"] = { 
        label = "Furnished Motel Modern 3",
        hash = `modernhotel3_shell`,
        doorOffset = { x = 5.01, y = 4.38, z = -0.82, h = 0.43, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/bBGReNa.jpeg",
                label = "Main",
            },
        },
    },

    -- Drug Lab Shells https://www.k4mb1maps.com/package/4672285

    ["Coke Lab 2"] = {
        label = "Coke Lab 2",
        hash = `shell_coke1`,
        doorOffset = { x = -6.22, y = 8.67, z = -0.96, h = 355.16, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/xjY7iex.jpeg",
                label = "Main",
            },
        },
    },

    ["Coke Lab 3"] = {
        label = "Coke Lab 3",
        hash = `shell_coke2`,
        doorOffset = { x = -6.20, y = 8.60, z = -0.96, h = 1.60, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/sIz8HJH.jpeg",
                label = "Main",
            },
        },
    },

    ["Weed Lab 2"] = {
        label = "Weed Lab 2",
        hash = `shell_weed`,
        doorOffset = { x = 17.80, y = 11.73, z = -2.10, h = 271.13, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/plfcLLq.jpeg",
                label = "Main",
            },
        },
    },

    ["Weed Lab 3"] = {
        label = "Weed Lab 3",
        hash = `shell_weed2`,
        doorOffset = { x = 17.84, y = 11.68, z = -2.10, h = 271.79, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/hgStpvb.jpeg",
                label = "Main",
            },
        },
    },

    ["Meth Lab 2"] = {
        label = "Meth Lab 2",
        hash = `shell_meth`,
        doorOffset = { x = -6.29, y = 8.67, z = -0.96, h = 1.97, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/hgStpvb.jpeg",
                label = "Main",
            },
        },
    },

    -- Mansion Housing Shells https://www.k4mb1maps.com/package/4783251

    ["Mansion"] = { 
        label = "Mansion",
        hash = `k4_mansion_shell`,
        doorOffset = { x = -0.21, y = -0.66, z = 1.01, h = 1.35, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/Bc8zrwe.png",
                label = "Main",
            },
        },
    },

    ["Mansion 2"] = { 
        label = "Mansion 2",
        hash = `k4_mansion2_shell`,
        doorOffset = { x = -0.13, y = -0.59, z = 1.01, h = 2.28, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/w5W4sht.jpeg",
                label = "Main",
            },
        },
    },

    ["Mansion 3"] = { 
        label = "Mansion 3",
        hash = `k4_mansion3_shell`,
        doorOffset = { x = -0.22, y = -0.60, z = 1.02, h = 359.46, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/cjePkXD.png",
                label = "Main",
            },
        },
    },

    -- Empty Hotel Shells https://www.k4mb1maps.com/package/4811134

    ["Empty Hotel"] = {
        label = "Empty Hotel",
        hash = `k4_hotel1_shell`,
        doorOffset = { x = 5.01, y = 4.34, z = -0.81, h = 359.26, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/Mqbxvpb.jpeg",
                label = "Main",
            },
        },
    },

    ["Empty Hotel 2"] = {
        label = "Empty Hotel 2",
        hash = `k4_hotel2_shell`,
        doorOffset = { x = 5.04, y = 4.33, z = -0.81, h = 2.85, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/s0798cm.jpeg",
                label = "Main",
            },
        },
    },

    ["Empty Hotel 3"] = {
        label = "Empty Hotel 3",
        hash = `k4_hotel3_shell`,
        doorOffset = { x = 5.01, y = 4.38, z = -0.81, h = 2.44, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/8bNagxs.jpeg",
                label = "Main",
            },
        },
    },

    -- Empty Motel Shells https://www.k4mb1maps.com/package/4811137

    ["Empty Motel 1"] = {
        label = "Empty Hotel 1",
        hash = `k4_motel1_shell`,
        doorOffset = { x = -0.43, y = -2.41, z = -0.56, h = 89.08, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/XotKvqO.jpeg",
                label = "Main",
            },
        },
    },

    ["Empty Motel 2"] = {
        label = "Empty Hotel 2",
        hash = `k4_motel2_shell`,
        doorOffset = { x = 0.10, y = -3.69, z = -0.34, h = 180.62, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/7VGpSQ3.jpeg",
                label = "Main",
            },
        },
    },

    ["Empty Motel 3"] = {
        label = "Empty Hotel 3",
        hash = `k4_motel3_shell`,
        doorOffset = { x = 3.15, y = 3.42, z = -0.52, h = 354.97, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/kNYFaoB.jpeg",
                label = "Main",
            },
        },
    },

    -- Default Shells V2 https://www.k4mb1maps.com/package/5015832

    ["Default V2"] = { 
        label = "Default V2",
        hash = `default_housing1_k4mb1`,
        doorOffset = { x = -2.10, y = -5.96, z = -0.32, h = 179.62, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/Q3U8LMR.jpeg",
                label = "Main",
            },
        },
    },

    ["Default V2 2"] = { 
        label = "Default V2 2",
        hash = `default_housing2_k4mb1`,
        doorOffset = { x = -5.54, y = -5.14, z = -0.29, h = 90.24, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/sbeeOmF.jpeg",
                label = "Main",
            },
        },
    },

    ["Default V2 3"] = { 
        label = "Default V2 3",
        hash = `default_housing3_k4mb1`,
        doorOffset = { x = -1.44, y = -2.06, z = -0.48, h = 181.30, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/dbUnodK.jpeg",
                label = "Main",
            },
        },
    },

    ["Default V2 4"] = { 
        label = "Default V2 4",
        hash = `default_housing4_k4mb1`,
        doorOffset = { x = 0.17, y = -3.84, z = -0.41, h = 180.72, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/zLj89Cx.jpeg",
                label = "Main",
            },
        },
    },

    ["Default V2 5"] = { 
        label = "Default V2 5",
        hash = `default_housing5_k4mb1`,
        doorOffset = { x = 1.41, y = -14.34, z = -0.49, h = 185.02, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/vvmck91.jpeg",
                label = "Main",
            },
        },
    },

    ["Default V2 6"] = { 
        label = "Default V2 6",
        hash = `default_housing6_k4mb1`,
        doorOffset = { x = -1.47, y = -0.17, z = 0.34, h = 185.02, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/Uj0i8OA.jpeg",
                label = "Main",
            },
        },
    },

    -- Deluxe Shells V2 https://www.k4mb1maps.com/package/5043817

    ["Default V2 Deluxe 1"] = { 
        label = "Default V2 Deluxe 1",
        hash = `deluxe_housing1_k4mb1`,
        doorOffset = { x = -22.38, y = -0.40, z = 7.22, h = 94.62, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/eCbzDAO.jpeg",
                label = "Main",
            },
        },
    },

    ["Default V2 Deluxe 2"] = { 
        label = "Default V2 Deluxe 2",
        hash = `deluxe_housing2_k4mb1`,
        doorOffset = { x = -10.47, y = 0.88, z = 1.95, h = 89.34, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.postimg.cc/L65txkmx/image.png",
                label = "Main",
            },
        },
    },

    ["Default V2 Deluxe 3"] = { 
        label = "Default V2 Deluxe 3",
        hash = `deluxe_housing3_k4mb1`,
        doorOffset = { x = -9.60, y = 5.70, z = -4.05, h = 91.71, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.postimg.cc/gjQnSZK7/image.png",
                label = "Main",
            },
        },
    },

    -- Highend Shells V2 https://www.k4mb1maps.com/package/5043819

    ["Default V2 Highend 1"] = { 
        label = "Default V2 Highend 1",
        hash = `highend_housing1_k4mb1`,
        doorOffset = { x = -2.18, y = 8.98, z = 3.21, h = 0.13, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.postimg.cc/Lsx4QP9V/image.png",
                label = "Main",
            },
        },
    },

    ["Default V2 Highend 2"] = { 
        label = "Default V2 Highend 2",
        hash = `highend_housing2_k4mb1`,
        doorOffset = { x = -2.19, y = 9.04, z = 3.21, h = 1.21, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.postimg.cc/Zn6pp1xV/image.png",
                label = "Main",
            },
        },
    },

    ["Default V2 Highend 3"] = { 
        label = "Default V2 Highend 3",
        hash = `highend_housing3_k4mb1`,
        doorOffset = { x = 11.68, y = 4.59, z = 2.02, h = 300.95, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/AYXgllp.jpeg",
                label = "Main",
            },
        },
    },

    -- Medium Shells V2 https://www.k4mb1maps.com/package/5043821

    ["Default V2 Medium 1"] = { 
        label = "Default V2 Medium 1",
        hash = `medium_housing1_k4mb1`,
        doorOffset = { x = -0.27, y = -5.81, z = -0.57, h = 180.64, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/4ZP1Hhj.jpeg",
                label = "Main",
            },
        },
    },

    ["Default V2 Medium 2"] = { 
        label = "Default V2 Medium 2",
        hash = `medium_housing2_k4mb1`,
        doorOffset = { x = 5.89, y = 0.33, z = -0.66, h = 180.12, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/CNl6Y6U.jpeg",
                label = "Main",
            },
        },
    },

    ["Default V2 Medium 3"] = { 
        label = "Default V2 Medium 3",
        hash = `medium_housing3_k4mb1`,
        doorOffset = { x = 5.81, y = -1.68, z = 1.20, h = 272.68, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/CNl6Y6U.jpeg",
                label = "Main",
            },
        },
    },

    ["Default V2 Modern 1"] = { 
        label = "Default V2 Modern 1",
        hash = `modern_housing1_k4mb1`,
        doorOffset = { x = -1.26, y = -26.40, z = -2.43, h = 212.82, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/kwamQ3d.png",
                label = "Main",
            },
        },
    },

    ["Default V2 Modern 2"] = { 
        label = "Default V2 Modern 2",
        hash = `modern_housing2_k4mb1`,
        doorOffset = { x = -1.80, y = 10.58, z = 1.35, h = 0.44, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/GbCc5az.png",
                label = "Main",
            },
        },
    },

    ["Default V2 Modern 3"] = { 
        label = "Default V2 Modern 3",
        hash = `modern_housing3_k4mb1`,
        doorOffset = { x = -3.26, y = -1.64, z = 1.24, h = 272.65, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/rMvwGIk.png",
                label = "Main",
            },
        },
    },

    -- K4mv1 Vinewood V2 Shells -- https://www.k4mb1maps.com/package/5251329

    ["Vinewood House 1"] = { 
        label = "Vinewood House 1",
        hash = `vinewood_housing1_k4mb1`,
        doorOffset = { x = 11.21, y = -2.79, z = -2.36, h = 4.25, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/c0jBmHA.jpeg",
                label = "Main",
            },
        },
    },

    ["Vinewood House 2"] = { 
        label = "Vinewood House 2",
        hash = `vinewood_housing2_k4mb1`,
        doorOffset = { x = 1.60, y = 4.92, z = 1.71, h = 354.53, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/VTpADnq.png",
                label = "Main",
            },
        },
    },

    ["Vinewood House 3"] = { 
        label = "Vinewood House 3",
        hash = `vinewood_housing3_k4mb1`,
        doorOffset = { x = 3.32, y = 7.08, z = -2.32, h = 0.30, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/zIlHyEd.jpeg",
                label = "Main",
            },
        },
    },

    -------- K4MB1 September Update

    ["Gun Warehouse"] = { 
        label = "Gun Warehouse",
        hash = `gunworkshop_k4mb1`,
        doorOffset = { x = 0.05, y = 4.87, z = -0.81, h = 359.00, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/WFZIhW6.jpeg",
                label = "Main",
            },
        },
    },

    ["Luxury House 1"] = { 
        label = "Luxury House 1",
        hash = `luxury_housing1_k4mb1`,
        doorOffset = { x = -6.25, y = -0.95, z = -0.70, h = 86.81, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/JzGvTIJ.png",
                label = "Main",
            },
        },
    },

    ["Luxury House 2"] = { 
        label = "Luxury House 2",
        hash = `luxury_housing2_k4mb1`,
        doorOffset = { x = -6.33, y = -0.95, z = -0.70, h = 91.23, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/vwo9isq.jpeg",
                label = "Main",
            },
        },
    },

    ["Luxury House 3"] = { 
        label = "Luxury House 3",
        hash = `luxury_housing3_k4mb1`,
        doorOffset = { x = -6.27, y = -0.92, z = -0.70, h = 90.40, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/eUSWm9a.png",
                label = "Main",
            },
        },
    },

    ["Luxury House 4"] = { 
        label = "Luxury House 4",
        hash = `luxury_housing4_k4mb1`,
        doorOffset = { x = -6.34, y = -0.98, z = -0.70, h = 88.90, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/Vdzidcl.jpeg",
                label = "Main",
            },
        },
    },

    ["Manor House"] = { 
        label = "Manor House",
        hash = `manor_housing1_k4mb1`,
        doorOffset = { x = 6.72, y = -9.04, z = -4.97, h = 182.04, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/kl8vbTR.png",
                label = "Main",
            },
        },
    },

    ["Garage 1"] = { 
        label = "Garage 1",
        hash = `new_garages1_k4mb1`,
        doorOffset = { x = -0.10, y = 14.41, z = 3.46, h = 2.22, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/DzKIs7b.jpeg",
                label = "Main",
            },
        },
    },

    ["Garage 2"] = { 
        label = "Garage 2",
        hash = `new_garages2_k4mb1`,
        doorOffset = { x = -3.90, y = -0.18, z = -0.68, h = 104.63, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/taHqvp3.jpeg",
                label = "Main",
            },
        },
    },

    ["Garage 3"] = { 
        label = "Garage 3",
        hash = `new_garages3_k4mb1`,
        doorOffset = { x = -3.90, y = -0.16, z = -0.68, h = 87.94, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/GaWxLqK.jpeg",
                label = "Main",
            },
        },
    },

    ["Garage 4"] = { 
        label = "Garage 4",
        hash = `new_garages4_k4mb1`,
        doorOffset = { x = 8.91, y = 1.49, z = -0.75, h = 269.46, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/jiUiclG.jpeg",
                label = "Main",
            },
        },
    },

    ["Safehouse"] = { 
        label = "Safehouse",
        hash = `safehouse_k4mb1`,
        doorOffset = { x = -5.30, y = 1.05, z = -0.83, h = 88.61, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/6qDRB6o.jpeg",
                label = "Main",
            },
        },
    },

    ["Warehouse New"] = { 
        label = "Warehouse New",
        hash = `warehouse_k4mb1`,
        doorOffset = { x = 13.71, y = -7.22, z = -2.07, h = 268.68, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/7Lr6BhT.jpeg",
                label = "Main",
            },
        },
    },

    -- Basement Shells

    ["Basement 1"] = {
        label = "Basement 1",
        hash = `k4mb1_basement1_shell`,
        doorOffset = { x = -4.41, y = -4.87, z = 1.60, h = 270.72, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/lMBhdoh.jpeg",
                label = "Main",
            },
        },
    },

    ["Basement 2"] = {
        label = "Basement 2",
        hash = `k4mb1_basement2_shell`,
        doorOffset = { x = -4.41, y = -4.87, z = 1.60, h = 270.72, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/fmKqVAh.jpeg",
                label = "Main",
            },
        },
    },

    ["Basement 3"] = {
        label = "Basement 3",
        hash = `k4mb1_basement3_shell`,
        doorOffset = { x = -4.41, y = -4.87, z = 1.60, h = 270.72, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/PNoNF3Z.jpeg",
                label = "Main",
            },
        },
    },

    ["Basement 4"] = {
        label = "Basement 1",
        hash = `k4mb1_basement4_shell`,
        doorOffset = { x = -4.41, y = -4.87, z = 1.60, h = 270.72, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/aUzSmS2.jpeg",
                label = "Main",
            },
        },
    },

    ["Basement 5"] = {
        label = "Basement 5",
        hash = `k4mb1_basement5_shell`,
        doorOffset = { x = -4.41, y = -4.87, z = 1.60, h = 270.72, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/c5Bsw5D.jpeg",
                label = "Main",
            },
        },
    },

    -- Casino Hotel

    ["Casino Hotel"] = {
        label = "Casino Hotel",
        hash = `k4mb1_casinohotel_shell`,
        doorOffset = { x = -3.19, y = 0.01, z = -0.58, h = 89.16, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/aofBHPU.jpeg",
                label = "Main",
            },
        },
    },

    -- New Houses

    ["New House 1"] = {
        label = "New House 1",
        hash = `k4mb1_house1_shell`,
        doorOffset = { x = -3.09, y = -4.76, z = -0.46, h = 181.02, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/DBuqjra.jpeg",
                label = "Main",
            },
        },
    },

    ["New House 2"] = {
        label = "New House 2",
        hash = `k4mb1_house2_shell`,
        doorOffset = { x = -8.66, y = 1.11, z = -3.18, h = 92.95, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/9mrSVnM.jpeg",
                label = "Main",
            },
        },
    },

    ["New House 3"] = {
        label = "New House 3",
        hash = `k4mb1_house3_shell`,
        doorOffset = { x = 8.89, y = -7.77, z = -2.79, h = 178.50, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/ldMYXDd.jpeg",
                label = "Main",
            },
        },
    },

    ["New House 4"] = {
        label = "New House 4",
        hash = `k4mb1_house4_shell`,
        doorOffset = { x = 3.72, y = 7.52, z = -1.99, h = 5.54, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/TcUmnhn.jpeg",
                label = "Main",
            },
        },
    },

    -- Furnished Offices

    ["Furnished Office 1"] = {
        label = "Furnished Office 1",
        hash = `k4mb1_furnishedoffice1_shell`,
        doorOffset = { x = 3.63, y = -2.07, z = -0.92, h = 271.33, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/2Bx8ZUG.jpeg",
                label = "Main",
            },
        },
    },

    ["Furnished Office 2"] = {
        label = "Furnished Office 2",
        hash = `k4mb1_furnishedoffice2_shell`,
        doorOffset = { x = 4.31, y = 3.90, z = -0.75, h = 357.47, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/Z238UsI.jpeg",
                label = "Main",
            },
        },
    },

    ["Furnished Office 3"] = {
        label = "Furnished Office 3",
        hash = `k4mb1_furnishedoffice3_shell`,
        doorOffset = { x = -0.28, y = 5.87, z = -0.69, h = 269.22, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/WiEkg0W.jpeg",
                label = "Main",
            },
        },
    },

    ["Furnished Office 4"] = {
        label = "Furnished Office 4",
        hash = `k4mb1_furnishedoffice4_shell`,
        doorOffset = { x = 8.96, y = -2.30, z = -1.55, h = 272.64, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/WX2p6KT.jpeg",
                label = "Main",
            },
        },
    },

    ["Furnished Office 5"] = {
        label = "Furnished Office 5",
        hash = `k4mb1_furnishedoffice5_shell`,
        doorOffset = { x = 0.21, y = -14.86, z = -3.07, h = 175.08, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/Eh9DZIV.jpeg",
                label = "Main",
            },
        },
    },

    -- Hood House

    ["Hood House"] = {
        label = "Hood House",
        hash = `k4mb1_hoodhouse1_shell`,
        doorOffset = { x = -2.22, y = -7.40, z = 1.00, h = 271.62, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/TOP0UvX.jpeg",
                label = "Main",
            },
        },
    },

    -- Laundry Shell

    ["Laundry Place"] = {
        label = "Laundry Place",
        hash = `k4mb1_laundry_shell`,
        doorOffset = { x = 10.59, y = -6.00, z = -2.39, h = 180.76, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/fiQ3jdk.jpeg",
                label = "Main",
            },
        },
    },

    -- Paleto House

    ["Paleto House"] = {
        label = "Paleto House",
        hash = `k4mb1_palhouse1_shell`,
        doorOffset = { x = -0.54, y = 5.71, z = -1.66, h = 263.15, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/qtXDZNv.jpeg",
                label = "Main",
            },
        },
    },

    -- Sandy House

    ["Sandy House"] = {
        label = "Sandy House",
        hash = `k4mb1_sandyhouse1_shell`,
        doorOffset = { x = -3.71, y = 2.14, z = 0.09, h = 2.52, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/KBdGAhL.jpeg",
                label = "Main",
            },
        },
    },

    -- Empty House

    ["Empty House"] = {
        label = "Empty House",
        hash = `kambi_emptyhouse1`,
        doorOffset = { x = -0.81, y = -2.38, z = 1.00, h = 91.42, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/paCo4hO.jpeg",
                label = "Main",
            },
        },
    },

    -- Furnished House

    ["Furnished New House"] = {
        label = "Furnished New House",
        hash = `kambi_furnishedhouse1`,
        doorOffset = { x = -0.82, y = -2.36, z = 1.00, h = 90.36, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/kAoRRdp.jpeg",
                label = "Main",
            },
        },
    },

    -- December 2023 Update

    ["Trap House 1"] = {
        label = "Trap House 1",
        hash = `k4mb1_trap_shell`,
        doorOffset = { x = -7.10, y = -1.46, z = -0.25, h = 0.39, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/zFzZ77D.png",
                label = "Main",
            },
        },
    },

    ["Trap House 2"] = {
        label = "Trap House 2",
        hash = `k4mb1_trap2_shell`,
        doorOffset = { x = -7.18, y = -1.45, z = -0.25, h = 359.45, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/rPeP9fn.png",
                label = "Main",
            },
        },
    },

    ["Acid House 1"] = {
        label = "Acid House 1",
        hash = `k4mb1_acid_shell`,
        doorOffset = { x = -2.66, y = 1.11, z = 0.94, h = 358.89, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/quYdC6d.png",
                label = "Main",
            },
        },
    },

    ["Acid House 2"] = {
        label = "Acid House 2",
        hash = `k4mb1_acid2_shell`,
        doorOffset = { x = -2.72, y = 1.11, z = 0.94, h = 1.51, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/FspXiOv.png",
                label = "Main",
            },
        },
    },

    ["Classic House 4"] = {
        label = "Classic House 4",
        hash = `k4mb1_classic4_shell`,
        doorOffset = { x = -2.72, y = 1.11, z = 0.94, h = 1.51, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/mnCp0e2.png",
                label = "Main",
            },
        },
    },

    ["Classic House 5"] = {
        label = "Classic House 5",
        hash = `k4mb1_classic5_shell`,
        doorOffset = { x = -2.72, y = 1.11, z = 0.94, h = 1.51, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/Vhftz2n.png",
                label = "Main",
            },
        },
    },

    ["Classic House 6"] = {
        label = "Classic House 6",
        hash = `k4mb1_classic6_shell`,
        doorOffset = { x = 4.78, y = -2.20, z = -3.38, h = 273.61, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/bM3GXqk.png",
                label = "Main",
            },
        },
    },

    ["Loft 1"] = {
        label = "Loft 1",
        hash = `k4mb1_loft1_shell`,
        doorOffset = { x = 6.75, y = -3.00, z = 1.00, h = 266.10, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/D0OWEhm.png",
                label = "Main",
            },
        },
    },

    ["Loft 2"] = {
        label = "Loft 2",
        hash = `k4mb1_loft2_shell`,
        doorOffset = { x = 8.63, y = 0.90, z = 1.00, h = 270.87, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/i53V1cG.png",
                label = "Main",
            },
        },
    },

    ["Loft 3"] = {
        label = "Loft 3",
        hash = `k4mb1_loft3_shell`,
        doorOffset = { x = 5.80, y = -0.46, z = 1.00, h = 276.01, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/XkdN8V1.png",
                label = "Main",
            },
        },
    },

    ["New Apartment 1"] = {
        label = "New Apartment 1",
        hash = `k4mb1_apa1_shell`,
        doorOffset = { x = -20.82, y = -2.33, z = 1.79, h = 90.82, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/eHa0Tug.png",
                label = "Main",
            },
        },
    },

    ["New Apartment 2"] = {
        label = "New Apartment 2",
        hash = `k4mb1_apa2_shell`,
        doorOffset = { x = -20.75, y = -2.37, z = 1.79, h = 96.21, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/ae8P8A5.png",
                label = "Main",
            },
        },
    },

    ["New Apartment 3"] = {
        label = "New Apartment 3",
        hash = `k4mb1_apa3_shell`,
        doorOffset = { x = -20.81, y = -2.50, z = 1.79, h = 90.56, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/XkdN8V1.png",
                label = "Main",
            },
        },
    },

    ["New Biker 1"] = {
        label = "New Biker 1",
        hash = `k4mb1_biker1_shell`,
        doorOffset = { x = 7.62, y = -11.10, z = 0.25, h = 182.14, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/Bjj7OpQ.png",
                label = "Main",
            },
        },
    },

    ["New Biker 2"] = {
        label = "New Biker 2",
        hash = `k4mb1_biker2_shell`,
        doorOffset = { x = -10.60, y = 3.48, z = 1.00, h = 0.58, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/3uaNp7S.png",
                label = "Main",
            },
        },
    },

    ["New Biker 3"] = {
        label = "New Biker 3",
        hash = `k4mb1_biker3_shell`,
        doorOffset = { x = -8.44, y = -0.55, z = -1.09, h = 177.14, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/AAgcvOk.png",
                label = "Main",
            },
        },
    },

    ["New Motel 1"] = {
        label = "New Motel 1",
        hash = `k4mb1_motel1_shell`,
        doorOffset = { x = -0.19, y = -0.02, z = 1.00, h = 91.03, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/AG70HAh.png",
                label = "Main",
            },
        },
    },

    ["New Motel 2"] = {
        label = "New Motel 2",
        hash = `k4mb1_motel2_shell`,
        doorOffset = { x = -0.19, y = -0.01, z = 1.00, h = 90.53, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/lqxJfJN.png",
                label = "Main",
            },
        },
    },

    ["New Drug 1"] = {
        label = "New Drug 1",
        hash = `k4mb1_drug_shell`,
        doorOffset = { x = 10.93, y = 2.07, z = -1.87, h = 267.35, width = 2.0 },
        stash = {
            maxweight = 8000000,
            slots = 120,
        },
        imgs = {
            {
                url = "https://i.imgur.com/yECYzqi.png",
                label = "Main",
            },
        },
    },
}