🛠ī¸Installation

qb-core/shared/items.lua

   -- m-Potions
   ["emptybottle"]          = {["name"] = "emptybottle",       ["label"] = "Empty Bottle",             ["weight"] = 25,       ["type"] = "item",      ["image"] = "emptybottle.png",          ["unique"] = false,    ["useable"] = true,      ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = ""},
   ["potionlife1"]          = {["name"] = "potionlife1",       ["label"] = "Potion of Life +25%",     ["weight"] = 25,        ["type"] = "item",      ["image"] = "potionlife1.png",          ["unique"] = false,    ["useable"] = true,      ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = ""},
   ["potionlife2"]          = {["name"] = "potionlife2",       ["label"] = "Potion of Life +50%",     ["weight"] = 25,        ["type"] = "item",      ["image"] = "potionlife2.png",          ["unique"] = false,    ["useable"] = true,      ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = ""},
   ["potionlife3"]          = {["name"] = "potionlife3",       ["label"] = "Potion of Life +75%",     ["weight"] = 25,        ["type"] = "item",      ["image"] = "potionlife3.png",          ["unique"] = false,    ["useable"] = true,      ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = ""},
   ["potionlife4"]          = {["name"] = "potionlife4",         ["label"] = "Potion of Life +100%",    ["weight"] = 25,        ["type"] = "item",      ["image"] = "potionlife4.png",          ["unique"] = false,      ["useable"] = true,      ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = ""},

   ["potionarmour1"]        = {["name"] = "potionarmour1",        ["label"] = "Potion of Armour +25%",   ["weight"] = 25,        ["type"] = "item",      ["image"] = "potionarmour1.png",          ["unique"] = false,     ["useable"] = true,      ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = ""},
   ["potionarmour2"]        = {["name"] = "potionarmour2",        ["label"] = "Potion of Armour +50%",   ["weight"] = 25,        ["type"] = "item",      ["image"] = "potionarmour2.png",          ["unique"] = false,     ["useable"] = true,      ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = ""},
   ["potionarmour3"]        = {["name"] = "potionarmour3",        ["label"] = "Potion of Armour +75%",   ["weight"] = 25,        ["type"] = "item",      ["image"] = "potionarmour3.png",          ["unique"] = false,     ["useable"] = true,      ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = ""},
   ["potionarmour4"]        = {["name"] = "potionarmour4",       ["label"] = "Potion of Armour +100%",  ["weight"] = 25,        ["type"] = "item",      ["image"] = "potionarmour4.png",          ["unique"] = false,    ["useable"] = true,      ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = ""},

   ["potionstamina3"]       = {["name"] = "potionstamina3",       ["label"] = "Potion of Stamina +75%",  ["weight"] = 25,        ["type"] = "item",      ["image"] = "potionstamina3.png",          ["unique"] = false,    ["useable"] = true,      ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = ""},
   ["potionstamina4"]       = {["name"] = "potionstamina4",    ["label"] = "Potion of Stamina +100%", ["weight"] = 25,        ["type"] = "item",      ["image"] = "potionstamina4.png",          ["unique"] = false,      ["useable"] = true,      ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = ""},

   ["potionnightvision1"]   = {["name"] = "potionnightvision1",    ["label"] = "Potion of Nightvision 10s",  ["weight"] = 25,    ["type"] = "item",    ["image"] = "potionnightvision1.png",          ["unique"] = false,      ["useable"] = true,      ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = ""},
   ["potionnightvision2"]   = {["name"] = "potionnightvision2",    ["label"] = "Potion of Nightvision 20s",  ["weight"] = 25,    ["type"] = "item",    ["image"] = "potionnightvision2.png",          ["unique"] = false,      ["useable"] = true,      ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = ""},
   ["potionnightvision3"]   = {["name"] = "potionnightvision3",    ["label"] = "Potion of Nightvision 30s",  ["weight"] = 25,    ["type"] = "item",    ["image"] = "potionnightvision3.png",          ["unique"] = false,      ["useable"] = true,      ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = ""},
   ["potionnightvision4"]   = {["name"] = "potionnightvision4",   ["label"] = "Potion of Nightvision 40s",  ["weight"] = 25,    ["type"] = "item",    ["image"] = "potionnightvision4.png",         ["unique"] = false,      ["useable"] = true,      ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = ""},

   ["potionspeed1"]         = {["name"] = "potionspeed1",    ["label"] = "Potion of Speed 10s",     ["weight"] = 25,    ["type"] = "item",    ["image"] = "potionspeed1.png",          ["unique"] = false,      ["useable"] = true,      ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = ""},
   ["potionspeed2"]         = {["name"] = "potionspeed2",    ["label"] = "Potion of Speed 20s",     ["weight"] = 25,    ["type"] = "item",    ["image"] = "potionspeed2.png",          ["unique"] = false,      ["useable"] = true,      ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = ""},
   ["potionspeed3"]         = {["name"] = "potionspeed3",    ["label"] = "Potion of Speed 30s",     ["weight"] = 25,    ["type"] = "item",    ["image"] = "potionspeed3.png",          ["unique"] = false,      ["useable"] = true,      ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = ""},
   ["potionspeed4"]         = {["name"] = "potionspeed4",      ["label"] = "Potion of Speed 40s",     ["weight"] = 25,    ["type"] = "item",    ["image"] = "potionspeed4.png",         ["unique"] = false,      ["useable"] = true,      ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = ""},

   ["potiontable"]          = {["name"] = "potiontable",      ["label"] = "Table of Potions",  ["weight"] = 25,        ["type"] = "item",      ["image"] = "potiontable.png",          ["unique"] = false,     ["useable"] = true,      ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = ""},

Last updated