📄Installation Guide
Do not skim the instructions. You need to follow every step of the Install Guide to make sure you're installing the script correctly
Dependencies
1. Add the script to your server resources
We highly recommend putting jim-lumberjack in a new folder called [jim]
NOTE: IF YOU ALREADY HAVE A [jim] FOLDER PUT IT IN THAT FOLDER YOU DO NOT NEED TO CREATE A NEW ONE.
Then add ensure [jim] after your other scripts have started in your server.cfg
2. Items
Add the images from the images folder in to your
INVENTORY > HTML > IMAGES
The following code block goes into your
QB-CORE > SHARED > ITEMS.LUA
--Jim-Lumberjack
["powersaw"] = {["name"] = "powersaw", ["label"] = "Power Saw", ["weight"] = 1000, ["type"] = "item", ["image"] = "powersaw.png", ["unique"] = true, ["useable"] = false, ["shouldClose"] = false, ["description"] = ""},
["log"] = {["name"] = "log", ["label"] = "Log", ["weight"] = 2000, ["type"] = "item", ["image"] = "log.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["description"] = ""},
["bark"] = {["name"] = "bark", ["label"] = "Tree Bark", ["weight"] = 100, ["type"] = "item", ["image"] = "bark.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["description"] = ""},
["debarkedlog"] = {["name"] = "debarkedlog", ["label"] = "Debarked Log", ["weight"] = 100, ["type"] = "item", ["image"] = "debarkedlog.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["description"] = ""},
["wood"] = {["name"] = "wood", ["label"] = "Wood Planks", ["weight"] = 100, ["type"] = "item", ["image"] = "woodplank.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["description"] = ""},
["paper"] = {["name"] = "paper", ["label"] = "Roll of Paper", ["weight"] = 100, ["type"] = "item", ["image"] = "paperroll.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["description"] = ""},
["cardhat"] = {["name"] = "cardhat", ["label"] = "Cardboard Box", ["weight"] = 100, ["type"] = "item", ["image"] = "cardhat.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = false, ["description"] = ""},
["fakecash"] = {["name"] = "fakecash", ["label"] = "Fake Cash", ["weight"] = 100, ["type"] = "item", ["image"] = "fakecash.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["description"] = ""},
["fakecert"] = {["name"] = "fakecert", ["label"] = "Fake Certificate", ["weight"] = 100, ["type"] = "item", ["image"] = "fakecert.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["description"] = ""},
["fakeweaplicence"] = {["name"] = "fakeweaplicence", ["label"] = "Fake Weapon Licence",["weight"] = 100, ["type"] = "item", ["image"] = "fakeweap.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["description"] = ""},
["fakedrivelicence"]= {["name"] = "fakedrivelicence", ["label"] = "Fake Drivers Licence",["weight"] = 100,["type"] = "item", ["image"] = "fakedriver.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["description"] = ""},
["fakelawyer"] = {["name"] = "fakelawyer", ["label"] = "Fake Laywer Pass", ["weight"] = 100, ["type"] = "item", ["image"] = "fakelawyer.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["description"] = ""},
["charcoal"] = {["name"] = "charcoal", ["label"] = "Charcoal", ["weight"] = 100, ["type"] = "item", ["image"] = "charcoal.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["description"] = ""},
["hammerhandle"] = {["name"] = "hammerhandle", ["label"] = "Hammer Handle", ["weight"] = 100, ["type"] = "item", ["image"] = "hammerhandle.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["description"] = ""},
["axehandle"] = {["name"] = "axehandle", ["label"] = "Axe Handle", ["weight"] = 100, ["type"] = "item", ["image"] = "axehandle.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["description"] = ""},
["batbase"] = {["name"] = "batbase", ["label"] = "Bat Base", ["weight"] = 100, ["type"] = "item", ["image"] = "batbase.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["description"] = ""},
["origami1"] = {["name"] = "origami1", ["label"] = "Origami Scorpion", ["weight"] = 100, ["type"] = "item", ["image"] = "origami1.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["description"] = ""},
["origami2"] = {["name"] = "origami2", ["label"] = "Origami Spider", ["weight"] = 100, ["type"] = "item", ["image"] = "origami2.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["description"] = ""},
["origami3"] = {["name"] = "origami3", ["label"] = "Origami Poop", ["weight"] = 100, ["type"] = "item", ["image"] = "origami3.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["description"] = ""},
["origami4"] = {["name"] = "origami4", ["label"] = "Origami Dragon", ["weight"] = 100, ["type"] = "item", ["image"] = "origami4.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["description"] = ""},
["origami5"] = {["name"] = "origami5", ["label"] = "Origami Unicorn", ["weight"] = 100, ["type"] = "item", ["image"] = "origami5.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["description"] = ""},
["origami6"] = {["name"] = "origami6", ["label"] = "Origami Pig", ["weight"] = 100, ["type"] = "item", ["image"] = "origami6.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["description"] = ""},
["origami7"] = {["name"] = "origami7", ["label"] = "Origami Phoenix", ["weight"] = 100, ["type"] = "item", ["image"] = "origami7.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["description"] = ""},
["origami8"] = {["name"] = "origami8", ["label"] = "Origami Plane", ["weight"] = 100, ["type"] = "item", ["image"] = "origami8.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["description"] = ""},
["origami9"] = {["name"] = "origami9", ["label"] = "Origami Whale", ["weight"] = 100, ["type"] = "item", ["image"] = "origami9.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["description"] = ""},
["origami10"] = {["name"] = "origami10", ["label"] = "Origami Dolphin", ["weight"] = 100, ["type"] = "item", ["image"] = "origami10.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["description"] = ""},
["origami11"] = {["name"] = "origami11", ["label"] = "Origami Bunny", ["weight"] = 100, ["type"] = "item", ["image"] = "origami11.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["description"] = ""},
["origami12"] = {["name"] = "origami12", ["label"] = "Origami Lion", ["weight"] = 100, ["type"] = "item", ["image"] = "origami12.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["description"] = ""},
["origami13"] = {["name"] = "origami13", ["label"] = "Origami Turkey", ["weight"] = 100, ["type"] = "item", ["image"] = "origami13.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["description"] = ""},
["origami14"] = {["name"] = "origami14", ["label"] = "Origami Eagle", ["weight"] = 100, ["type"] = "item", ["image"] = "origami14.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["description"] = ""},
["origami15"] = {["name"] = "origami15", ["label"] = "Origami Dinosaur", ["weight"] = 100, ["type"] = "item", ["image"] = "origami15.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["description"] = ""},
["origami16"] = {["name"] = "origami16", ["label"] = "Origami Butterfly",["weight"] = 100, ["type"] = "item", ["image"] = "origami16.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["description"] = ""},
["origami17"] = {["name"] = "origami17", ["label"] = "Origami Monkey", ["weight"] = 100, ["type"] = "item", ["image"] = "origami17.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["description"] = ""},
["origami18"] = {["name"] = "origami18", ["label"] = "Origami Mouse", ["weight"] = 100, ["type"] = "item", ["image"] = "origami18.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["description"] = ""},
["origami19"] = {["name"] = "origami19", ["label"] = "Origami Cockatiel",["weight"] = 100, ["type"] = "item", ["image"] = "origami19.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["description"] = ""},
["origami20"] = {["name"] = "origami20", ["label"] = "Origami Squirrel", ["weight"] = 100, ["type"] = "item", ["image"] = "origami20.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["description"] = ""},
["origami21"] = {["name"] = "origami21", ["label"] = "Origami Wolf", ["weight"] = 100, ["type"] = "item", ["image"] = "origami21.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["description"] = ""},
Last updated