Getting Started
Getting Started
Dependencies
ESX (MUST USE A SUPPORTED INVENTORY) or QBCore framework
One of the supported inventory systems:
ox_inventory
qs-inventory
qb-inventory
Optional but recommended:
ox_lib (for notifications, progressbars, and skill checks)
ox_target or qb-target (for enhanced interaction)
Installation
Download and Extract
Download the latest release from keymaster
Extract to your resources folder
Rename the folder to
b2-crafting
Database Setup Import the provided SQL file (
db.sql
) to your database. This creates the necessary tables for:Crafting tables
Table XP tracking
Blueprint storage
Configuration The system uses a modular configuration system split across multiple files:
config/main.lua
: Core configuration settingsconfig/recipes.lua
: Crafting and recycling recipesconfig/tables.lua
: Table types and locations
Last updated