Features
- XP System — Players earn experience points every time they craft an item. XP accumulates over time and drives long-term player retention.
- Progression-Gated Recipes — Higher-tier recipes are locked behind XP thresholds. Players must work their way up through the crafting tiers, keeping lower-level recipes accessible while motivating continued play.
- Fully Configurable — Define your own recipes, required ingredients, XP rewards, XP unlock thresholds, and crafting station locations all inside
config/config.lua. - Multi-Framework Support — Works natively with QBCore, QBox, and ESX without additional modifications.
- Eye Target Integration — Crafting stations use eye-target for natural, context-aware player interactions.
- Inventory Compatibility — Supports ox_inventory, qb-inventory, and all major community inventory systems.
Installation
1
Install Dependencies
Download and install the following dependencies before adding the script to your server:
- oxmysql v2.12.0
- ox_lib v3.30.6
crux_lib— included in your script download.
2
Configure the Script
Open
config/config.lua and define your crafting recipes, required materials, XP rewards, XP unlock requirements, and crafting station coordinates.3
Add Items to Your Inventory
Open the
install folder and add all required items and their images to your inventory system.- qb-inventory — Copy items into
qb-core/shared/items.luaand images intoqb-inventory/html/images. - ox_inventory — Copy items into
ox_inventory/data/items.luaand images intoox_inventory/web/images. - qs-inventory — Copy items into
qs-inventory/and images intoqs-inventory/html/images. - tgiann-inventory — Copy items into
qb-core/shared/items.luaand images intoqb-inventory/html/images.
README inside the script for the full item list formatted for each inventory system.4
Ensure Resources
Add the following lines to your
server.cfg:Integrations
Advanced Crafting Script supports the same wide integration ecosystem as all Crux Studio Advanced Series scripts.
For the complete compatibility table covering all supported eye target, notify, and inventory scripts, see the UWU Cat Café V2 Integrations page — Advanced Crafting Script shares the same integration coverage.