Newer
Older
Kristify / data / products.lua
return {
	{
		displayName = "Dirt",
		description = "Has good quality.",
		bimg = { { "‡€‹", "   ", "888" }, { "‚", "888", "ccc" }, { "‹€‡", "c c", " c " } },
		categorys = { "Items" },
		type = "item",
		price = 2,
		params = {
			amount = 203,
			id = "minecraft:dirt"
		},
		metaname = "dirt"
	},
	{
		displayName = "Diamond",
		description = "Only for a limited time!",
		categorys = { "Items", "RARE" },
		type = "item",
		price = 14,
		params = {
			amount = 24,
			id = "minecraft:diamond"
		},
		metaname = "dia"
	},
	{
		displayName = "MiloX",
		description = "Get access to a script!",
		bimg = "script.bimg",
		categorys = { "Files" },
		type = "link",
		price = 20,
		params = {
			link = "https://devbin.dev/8f3wy"
		},
		metaname = "milo"
	}
}