Uwu Cafe
Last updated
Last updated
Ox Inventory
Install Ox Inventory to your resource folder
Locate Ox Inventory folder ox_inventory\data\items.lua
Copy The Config Below, and install pictures inside
['bear_waffle'] = {
label = 'Bear Waffle',
weight = 150,
stack = true,
close = true,
client = {
status = { hunger = 150000 },
anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger_fp' },
prop = {
model = 'bear_waffle',
pos = { x = 0.14, y = 0.02, z = 0.01 },
rot = { x = -118.0, y = 192.0, z = 24.0 }
},
usetime = 2500,
}
},
['bentobox_heart'] = {
label = 'Heart Bento Box',
weight = 300,
stack = true,
close = true,
client = {
status = { hunger = 200000 },
anim = 'alca',
prop = {
model = 'bentobox_heart',
bone = 18905,
pos = vec3(0.1, 0.0, 0.0),
rot = vec3(0.0, 0.0, 0.0),
},
propTwo = {
model = 'alcaprop_fork',
bone = 57005,
pos = vec3(0.14, 0.02, 0.01),
rot = vec3(-118.0, 192.0, 24.0),
},
usetime = 2500,
}
},
['bentobox_heart2'] = {
label = 'Heart Bento Box 2',
weight = 300,
stack = true,
close = true,
client = {
status = { hunger = 200000 },
anim = 'alca',
prop = {
model = 'bentobox_heart2',
bone = 18905,
pos = vec3(0.1, 0.0, 0.0),
rot = vec3(0.0, 0.0, 0.0),
},
propTwo = {
model = 'alcaprop_fork',
bone = 57005,
pos = vec3(0.14, 0.02, 0.01),
rot = vec3(-118.0, 192.0, 24.0),
},
usetime = 2500,
}
},
['bentobox_kidsmeal'] = {
label = 'Kids Meal Bento Box',
weight = 300,
stack = true,
close = true,
client = {
status = { hunger = 200000 },
anim = 'alca',
prop = {
model = 'bentobox_kidsmeal',
bone = 18905,
pos = vec3(0.1, 0.04, 0.01),
rot = vec3(9.0, -4.0, 195.0 ),
},
propTwo = {
model = 'alcaprop_fork',
bone = 57005,
pos = vec3(0.14, 0.02, 0.01),
rot = vec3(-118.0, 192.0, 24.0),
},
usetime = 2500,
}
},
['bowl_beefbibimbap'] = {
label = 'Beef Bibimbap Bowl',
weight = 350,
stack = true,
close = true,
client = {
status = { hunger = 250000 },
anim = 'alca',
prop = {
model = 'bowl_beefbibimbap',
bone = 18905,
pos = vec3(0.1, 0.04, 0.01),
rot = vec3(0.01, 9.0, -4.0),
},
propTwo = {
model = 'alcaprop_fork',
bone = 57005,
pos = vec3(0.14, 0.02, 0.01),
rot = vec3(-118.0, 192.0, 24.0),
},
usetime = 2500,
}
},
['bowl_veggiebibimbap'] = {
label = 'Veggie Bibimbap Bowl',
weight = 350,
stack = true,
close = true,
client = {
status = { hunger = 250000 },
anim = 'alca',
prop = {
model = 'bowl_veggiebibimbap',
pos = vec3(0.1, 0.04, 0.01),
rot = vec3(0.01, 9.0, -4.0 ),
},
propTwo = {
model = 'alcaprop_fork',
bone = 57005,
pos = vec3(0.14, 0.02, 0.01),
rot = vec3(-118.0, 192.0, 24.0),
},
usetime = 2500,
}
},
['japanese_omelette'] = {
label = 'Japanese Omelette',
weight = 200,
stack = true,
close = true,
client = {
status = { hunger = 150000 },
anim = 'alca',
prop = {
model = 'japanese_omelette',
pos = vec3(0.1, 0.0, 0.01),
rot = vec3(-20.0, 0.0, 0.0 ),
},
propTwo = {
model = 'alcaprop_fork',
bone = 57005,
pos = vec3(0.14, 0.02, 0.01),
rot = vec3(-118.0, 192.0, 24.0),
},
usetime = 2500,
}
},
['kiwicrepe_chocolate'] = {
label = 'Chocolate Kiwi Crepe',
weight = 200,
stack = true,
close = true,
client = {
status = { hunger = 100000 },
anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger_fp' },
prop = {
model = 'crepekiwi_chocolate',
pos = vec3(0.07, -0.07, 0.04),
rot = vec3(-117.0, -49.0, -10.0)
},
usetime = 2500,
}
},
['kiwicrepe_strawberry'] = {
label = 'Strawberry Kiwi Crepe',
weight = 200,
stack = true,
close = true,
client = {
status = { hunger = 100000 },
anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger_fp' },
prop = {
model = 'crepekiwi_strawberry',
pos = vec3(0.07, -0.07, 0.04),
rot = vec3(-117.0, -49.0, -10.0)
},
usetime = 2500,
}
},
['kiwicrepe_vanilla'] = {
label = 'Vanilla Kiwi Crepe',
weight = 200,
stack = true,
close = true,
client = {
status = { hunger = 100000 },
anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger_fp' },
prop = {
model = 'crepekiwi_vanilla',
pos = vec3(0.07, -0.07, 0.04),
rot = vec3(-117.0, -49.0, -10.0)
},
usetime = 2500,
}
},
['macaron_brown'] = {
label = 'Brown Macaron',
weight = 50,
stack = true,
close = true,
client = {
status = { hunger = 50000 },
anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger_fp' },
prop = {
model = 'macaron_brown',
bone = 18905,
pos = vec3(0.14, 0.06, 0.02),
rot = vec3(-168.0, 320.0, 28.0)
},
usetime = 2500,
}
},
['macaron_green'] = {
label = 'Green Macaron',
weight = 50,
stack = true,
close = true,
client = {
status = { hunger = 50000 },
anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger_fp' },
prop = {
model = 'macaron_green',
bone = 18905,
pos = vec3(0.14, 0.06, 0.02),
rot = vec3(-168.0, 320.0, 28.0)
},
usetime = 2500,
}
},
['macaron_lightbrown'] = {
label = 'Light Brown Macaron',
weight = 50,
stack = true,
close = true,
client = {
status = { hunger = 50000 },
anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger_fp' },
prop = {
model = 'macaron_lightbrown',
bone = 18905,
pos = vec3(0.14, 0.06, 0.02),
rot = vec3(-168.0, 320.0, 28.0)
},
usetime = 2500,
}
},
['macaron_lightpink'] = {
label = 'Light Pink Macaron',
weight = 50,
stack = true,
close = true,
client = {
status = { hunger = 50000 },
anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger_fp' },
prop = {
model = 'macaron_lightpink',
bone = 18905,
pos = vec3(0.14, 0.06, 0.02),
rot = vec3(-168.0, 320.0, 28.0)
},
usetime = 2500,
}
},
['macaron_pink'] = {
label = 'Pink Macaron',
weight = 50,
stack = true,
close = true,
client = {
status = { hunger = 50000 },
anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger_fp' },
prop = {
model = 'macaron_pink',
bone = 18905,
pos = vec3(0.14, 0.06, 0.02),
rot = vec3(-168.0, 320.0, 28.0)
},
usetime = 2500,
}
},
['macaron_yellow'] = {
label = 'Yellow Macaron',
weight = 50,
stack = true,
close = true,
client = {
status = { hunger = 50000 },
anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger_fp' },
prop = {
model = 'macaron_yellow',
bone = 18905,
pos = vec3(0.14, 0.06, 0.02),
rot = vec3(-168.0, 320.0, 28.0)
},
usetime = 2500,
}
},
['plate_bearwaffles'] = {
label = 'Plate of Bear Waffles',
weight = 250,
stack = true,
close = true,
client = {
status = { hunger = 200000 },
anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger_fp' },
prop = {
model = 'plate_bearwaffles',
bone = 18905,
pos = vec3(0.13, 0.03, 0.02),
rot = vec3(-18.0, -1.0, 10.0)
},
usetime = 2500,
}
},
['plate_pandawaffle'] = {
label = 'Plate of Panda Waffles',
weight = 250,
stack = true,
close = true,
client = {
status = { hunger = 200000 },
anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger_fp' },
prop = {
model = 'plate_pandawaffle',
bone = 18905,
pos = vec3(0.13, 0.03, 0.02),
rot = vec3(-18.0, -1.0, 10.0)
},
usetime = 2500,
}
},
['strawberrycrepe_chocolate'] = {
label = 'Chocolate Strawberry Crepe',
weight = 200,
stack = true,
close = true,
client = {
status = { hunger = 100000 },
anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger_fp' },
prop = {
model = 'crepestrawberry_chocolate',
bone = 18905,
pos = vec3(0.07, -0.07, 0.04),
rot = vec3(-117.0, -49.0, -10.0)
},
usetime = 2500,
}
},
['strawberrycrepe_strawberry'] = {
label = 'Strawberry Strawberry Crepe',
weight = 200,
stack = true,
close = true,
client = {
status = { hunger = 100000 },
anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger_fp' },
prop = {
model = 'crepestrawberry_strawberry',
bone = 18905,
pos = vec3(0.07, -0.07, 0.04),
rot = vec3(-117.0, -49.0, -10.0)},
usetime = 2500,
}
},
['strawberrycrepe_vanilla'] = {
label = 'Vanilla Strawberry Crepe',
weight = 200,
stack = true,
close = true,
client = {
status = { hunger = 100000 },
anim = { dict = 'mp_player_inteat@burger', clip = 'mp_player_int_eat_burger_fp' },
prop = {
model = 'crepestrawberry_vanilla',
bone = 18905,
pos = vec3(0.07, -0.07, 0.04),
rot = vec3(-117.0, -49.0, -10.0)},
usetime = 2500,
}
},
['bobatea_chai'] = {
label = 'Chai Boba Tea',
weight = 200,
stack = true,
close = true,
client = {
status = { thirst = 100000 },
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {
model = 'bobatea_chai',
bone = 57005,
pos = vec3(0.06, -0.13, -0.07),
rot = vec3(-94.0, -39.0, -23.0)
},
usetime = 2500,
}
},
['bobatea_chocolate'] = {
label = 'Chocolate Boba Tea',
weight = 200,
stack = true,
close = true,
client = {
status = { thirst = 100000 },
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {
model = 'bobatea_chocolate',
bone = 57005,
pos = vec3(0.06, -0.13, -0.07),
rot = vec3(-94.0, -39.0, -23.0)
},
usetime = 2500,
}
},
['bobatea_cookiesandcream'] = {
label = 'Cookies and Cream Boba Tea',
weight = 200,
stack = true,
close = true,
client = {
status = { thirst = 100000 },
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {
model = 'bobatea_cookiesandcream',
bone = 57005,
pos = vec3(0.06, -0.13, -0.07),
rot = vec3(-94.0, -39.0, -23.0)
},
usetime = 2500,
}
},
['bobatea_cottoncandy'] = {
label = 'Cotton Candy Boba Tea',
weight = 200,
stack = true,
close = true,
client = {
status = { thirst = 100000 },
anim = {dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {
model = 'bobatea_cottoncandy',
bone = 57005,
pos = vec3(0.06, -0.13, -0.07),
rot = vec3(-94.0, -39.0, -23.0)
},
usetime = 2500,
}
},
['bobatea_grapefruit'] = {
label = 'Grapefruit Boba Tea',
weight = 200,
stack = true,
close = true,
client = {
status = { thirst = 100000 },
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {
model = 'bobatea_grapefruit',
bone = 57005,
pos = vec3(0.06, -0.13, -0.07),
rot = vec3(-94.0, -39.0, -23.0)
},
usetime = 2500,
}
},
['bobatea_honeydew'] = {
label = 'Honeydew Boba Tea',
weight = 200,
stack = true,
close = true,
client = {
status = { thirst = 100000 },
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {
model = 'bobatea_honeydew',
bone = 57005,
pos = vec3(0.06, -0.13, -0.07),
rot = vec3(-94.0, -39.0, -23.0)
},
usetime = 2500,
}
},
['bobatea_mango'] = {
label = 'Mango Boba Tea',
weight = 200,
stack = true,
close = true,
client = {
status = { thirst = 100000 },
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {
model = 'bobatea_mango',
bone = 57005,
pos = vec3(0.06, -0.13, -0.07),
rot = vec3(-94.0, -39.0, -23.0)
},
usetime = 2500,
}
},
['bobatea_peach'] = {
label = 'Peach Boba Tea',
weight = 200,
stack = true,
close = true,
client = {
status = { thirst = 100000 },
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {
model = 'bobatea_peach',
bone = 57005,
pos = vec3(0.06, -0.13, -0.07),
rot = vec3(-94.0, -39.0, -23.0)
},
usetime = 2500,
}
},
['bobatea_pinacolada'] = {
label = 'Pina Colada Boba Tea',
weight = 200,
stack = true,
close = true,
client = {
status = { thirst = 100000 },
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {
model = 'bobatea_pinacolada',
pos = vec3(0.06, -0.13, -0.07),
rot = vec3(-94.0, -39.0, -23.0)
},
usetime = 2500,
}
},
['bobatea_strawberry'] = {
label = 'Strawberry Boba Tea',
weight = 200,
stack = true,
close = true,
client = {
status = { thirst = 100000 },
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {
model = 'bobatea_strawberry',
pos = vec3(0.06, -0.13, -0.07),
rot = vec3(-94.0, -39.0, -23.0)
},
usetime = 2500,
}
},
['bobatea_taro'] = {
label = 'Taro Boba Tea',
weight = 200,
stack = true,
close = true,
client = {
status = { thirst = 100000 },
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {
model = 'bobatea_taro',
pos = vec3(0.06, -0.13, -0.07),
rot = vec3(-94.0, -39.0, -23.0)
},
usetime = 2500,
}
},
['glass_greentea'] = {
label = 'Green Tea',
weight = 200,
stack = true,
close = true,
client = {
status = { thirst = 100000 },
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {
model = 'glass_greentea',
pos = vec3(0.14, -0.06, -0.07),
rot = vec3(-103.0, 202.0, -3.0)
},
usetime = 2500,
}
},
['glass_icetea'] = {
label = 'Ice Tea',
weight = 200,
stack = true,
close = true,
client = {
status = { thirst = 100000 },
anim = { dict = 'amb@world_human_drinking@coffee@male@idle_a', clip = 'idle_c' },
prop = {
model = 'glass_icetea',
pos = vec3(0.14, -0.06, -0.07),
rot = vec3(-103.0, 202.0, -3.0)
},
usetime = 2500,
}
},
Pictures