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
- Install the resource
- Configure stations and recipes
- Place stations with
/craftadmin - Start crafting!
Compatibility
| Framework | Status |
|---|---|
| QBCore | ✅ Supported |
| QBox | ✅ Supported |
| ESX | ✅ Supported |
| Inventory | Status |
|---|---|
| ox_inventory | ✅ Supported |
| qb-inventory | ✅ Supported |
| qs-inventory | ✅ Supported |
| esx_inventory | ✅ Supported |