Skip to main content

Getting Started

A complete, persistent crafting system for FiveM with beautiful UI, multiple station types, job restrictions, and a queue that survives server restarts.

info

Supports QBCore, QBox, and ESX frameworks with automatic detection.

Features

🎨 Modern UI

  • Beautiful React-based interface
  • Real-time progress updates
  • Responsive design that works on all resolutions
  • Tab-based navigation between recipes and queue

🔒 Security First

  • All crafting validation happens server-side
  • Distance checks prevent remote interactions
  • Atomic database operations prevent duplication exploits
  • Job/gang restrictions enforced on server

⚡ Performance

  • Efficient database queries with oxmysql
  • Minimal client-side ticks
  • State synchronization via GlobalState
  • Props only spawn when player is nearby

📦 Persistent Queue

  • Crafts survive server restarts
  • Multiple crafts can run simultaneously
  • Each station has its own queue
  • Automatic cleanup of old completed crafts

Quick Start

  1. Install the resource
  2. Configure stations and recipes
  3. Place stations with /craftadmin
  4. Start crafting!

Compatibility

FrameworkStatus
QBCore✅ Supported
QBox✅ Supported
ESX✅ Supported
InventoryStatus
ox_inventory✅ Supported
qb-inventory✅ Supported
qs-inventory✅ Supported
esx_inventory✅ Supported

Dependencies