Installation
π Requirements
π Installation
3
π Additional Resources
Last updated
Welcome to Koja-Crafting, a fluent crafting system designed to enhance gameplay on your FiveM server. This guide will walk you through the installation process step by step.
Before installing Koja-Crafting, ensure you have the following dependencies:
Download koja-lib from the official repository
Place it in your resources folder
Add to your server.cfg:
ensure koja-libkoja-lib must be started before koja-crafting!
You have two options for setting up the database:
Open shared/config.lua
Ensure this setting is enabled:
Config.CreateAutoTable = trueThe script will automatically create all required tables on first start.
Open your database management tool (TablePlus, HeidiSQL, etc.)
Import the koja-crafting.sql file
This will create three tables:
koja-crafting - Stores player progression (level, exp, blueprints)
koja-crafting-objects - Stores placed crafting station objects
koja-crafting-queue - Stores active and completed crafting queues
Documentation: https://docs.kojascripts.eu
Discord Support: https://discord.gg/kojascripts
GitHub: Check for updates and report issues
β Installation Complete! Your crafting system is now ready to use. Enjoy enhancing your server's gameplay experience!
Last updated