OpsLab Books
Realplay Scripts /RPS Crafting Installation
Help Sign in Sign up
Installation

📥 Installation Guide

Follow these steps to install RPS Crafting on your FiveM server.


1️⃣ Download the Resource

Place the rps_crafting folder inside your server's resources directory.

Example:

resources/
└── [rps]/
    └── rps_crafting/

2️⃣ Install Dependencies

Ensure the following resources are installed and started before RPS Crafting.

Required

  • ox_lib
  • oxmysql

Supported Frameworks

Choose one:

  • qbx_core
  • qb-core
  • es_extended

Supported Inventory Systems

  • ox_inventory
  • qb-inventory
  • Custom inventory through bridges

Optional Integrations

  • ox_target
  • Notification systems
  • Progress bars
  • Dispatch systems
  • Fuel systems
  • Doorlock systems

3️⃣ Configure the Resource

Open:

rps_crafting/config.lua

Configure the following:

  • Framework
  • Inventory system
  • Target system
  • Notification system
  • Progress bar
  • Crafting locations
  • Categories
  • Recipes
  • Job restrictions
  • Gang restrictions

4️⃣ Add to server.cfg

Ensure dependencies start before RPS Crafting:

ensure oxmysql
ensure ox_lib

# Framework
ensure qbx_core
# or qb-core
# or es_extended

# Inventory
ensure ox_inventory

# RPS Crafting
ensure rps_crafting

5️⃣ Restart Your Server

Execute:

refresh
ensure rps_crafting

or:

restart rps_crafting

✅ Verify Installation

After starting the resource:

  • No console errors should appear.
  • Crafting benches should load correctly.
  • Recipes should display properly.
  • Items should be consumed and rewarded correctly.
  • Framework and inventory integrations should initialize automatically.

🔧 Troubleshooting

Resource Will Not Start

Verify that these resources are running:

ensure oxmysql
ensure ox_lib
ensure rps_crafting

Framework Not Detected

Open:

rps_crafting/config.lua

Set your framework:

Config.Framework = "qbox"

-- Available:
-- "qbox"
-- "qbcore"
-- "esx"

Inventory Not Working

Make sure the inventory bridge matches your inventory:

Config.Inventory = "ox_inventory"

Supported inventories include:

  • ox_inventory
  • qb-inventory
  • Custom bridges

Crafting Bench Not Appearing

Check:

  • Coordinates in the configuration.
  • Target system settings.
  • Job and gang restrictions.
  • Console for any errors.

❤️ Support

Need assistance?

Documentation and support are available through the RealPlay Scripts community.


RealPlay Scripts

Premium FiveM Resources

🌐 Website: https://store.realplayscripts.co.za

Thank you for choosing RPS Crafting.