Skip to content

MonkeyWhisper/qb-uwuplushies

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Dependencies qbcore

Rpemotes

Join my discord for support!

Installation:

Add images to your inventory! inventory\html\images then drag and drop them.

Add the items below to qb-core\shared\items.lua -- UwU Plushes ['uwupurpleplush'] = {["name"] = "uwupurpleplush", ["label"] = "Purple Plush", ["weight"] = 200, ["type"] = "item", ["image"] = "uwupurpleplush.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "A purple UwU plush"}, ['uwugreenplush'] = {["name"] = "uwugreenplush", ["label"] = "Green Plush", ["weight"] = 200, ["type"] = "item", ["image"] = "uwugreenplush.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "A green UwU plush"}, ['uwublueplush'] = {["name"] = "uwublueplush", ["label"] = "Blue Plush", ["weight"] = 200, ["type"] = "item", ["image"] = "uwublueplush.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "A blue UwU plush"}, ['uwubrownplush'] = {["name"] = "uwubrownplush", ["label"] = "Brown Plush", ["weight"] = 200, ["type"] = "item", ["image"] = "uwubrownplush.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "A brown UwU plush"}, ['uwuyellowplush'] = {["name"] = "uwuyellowplush", ["label"] = "Yellow Plush", ["weight"] = 200, ["type"] = "item", ["image"] = "uwuyellowplush.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "A yellow UwU plush"}, ['uwuredplush'] = {["name"] = "uwuredplush", ["label"] = "Red Plush", ["weight"] = 200, ["type"] = "item", ["image"] = "uwuredplush.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "A red UwU plush"}, ['uwugreenrareplush'] = {["name"] = "uwugreenrareplush", ["label"] = "Rare Green Plush", ["weight"] = 200, ["type"] = "item", ["image"] = "uwugreenrareplush.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "A rare green UwU plush"}, ['uwupinkrareplush'] = {["name"] = "uwupinkrareplush", ["label"] = "Rare Pink Plush", ["weight"] = 200, ["type"] = "item", ["image"] = "uwupinkrareplush.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "A rare pink UwU plush"},

Credit: someone with plushie images LUL

Preview

About

plushes that use a holding animation

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%