Last updated
Last updated
Config = {}
Config.Menu = "https://cdn.discordapp.com/attachments/1088855168805781619/1089205689240526948/design-113a382d-9229-45db-b50c-4981898da78f.png"
Config.Debug = false
Config.Items = {
label = "Shop",
slots = 10,
items = {
[1] = {
name = "upnatom-bun",
price = 0,
amount = 5,
info = {},
type = "item",
slot = 1,
},
[2] = {
name = "upnatom-raw",
price = 0,
amount = 5,
info = {},
type = "item",
slot = 2,
},
[3] = {
name = "upnatom-tomato",
price = 0,
amount = 5,
info = {},
type = "item",
slot = 3,
},
[4] = {
name = "upnatom-lettuce",
price = 0,
amount = 5,
info = {},
type = "item",
slot = 4,
},
[5] = {
name = "upnatom-potato",
price = 0,
amount = 2,
info = {},
type = "item",
slot = 5,
},
[6] = {
name = "upnatom-sodasyrup",
price = 0,
amount = 5,
info = {},
type = "item",
slot = 6,
},
[7] = {
name = "upnatom-coffecup",
price = 0,
amount = 5,
info = {},
type = "item",
slot = 7,
},
}
}
Config.Menu = "https://cdn.discordapp.com/attachments/1088855168805781619/1089205689240526948/design-113a382d-9229-45db-b50c-4981898da78f.png"