Installation

Installation of the NYX Crafting resource. Please ensure you've read all of this guide and completed all the steps before opening a ticket!

Download Your Resources

You will have been given access to a new resource via Keymaster:

nyx_crafting

Add Your Resources

Add the downloaded resources to your resources folder. We personally like to structure our folders like below:

resources/
    [nyx]/
        nyx_crafting

Add the resources to your server.cfg:

# If you used our folder structure, you can just ensure the folder
ensure [nyx]

# Otherwise, just start the resources
ensure nyx_crafting

Install Dependencies

This resource requires oxmysqlto work, you can download the latest version from their GitHub here:

Run nyx_crafting.sql

Run the nyx_crafting.sql file in the nyx_craftingresource, this will create the tables required.

Configuration

For the most part, the crafting system is drag and drop and will start working immediately. For advanced usage, you must configure it.

Check out all of the options in nyx_crafting/config.lua

Last updated