⚙️Configuration

Configuration for mCraft v2 Resource

Framework Configuration

Select the framework you are using on your server.

SQL Database Configuration

Select the database system you are using on your server.

Inventory Items Picture Configuration

Type the destination of your inventories image folder to the determined area.

Interaction Handler Configuration

Select the interaction handler you are using on your server.

Players First Craft Points Configuration

Adjust the start craft point you'll provide to your players.

Inventory Configuration

Select the inventory system you are using on your server.

Craft Settings Configuration

You can set the craft settings as you like in this section. You can copy and paste multiple craft settings for jobs or etc.

PED Visibility Configuration

If you want peds to not displayed on the server set ['ped']value to " false ".

Blip Visibility Configuration

If you dont want to show the blips set " show " value to "false"

Unique Craft Tables Configuration

IMPORTANT : If you want to create unique Craft Tables you need to create unique values of the craft tables on the config. For example ; 'craftable1' 'craftable2' 'crafttable3' etc.

Craft Tables for Jobs Configuration

You can add multiple jobs in here.

If you want to show this craft tables for every player add the command line below

['all'] = true

Category Configuration

You can add multipe categories in this section.

To add items to categories you need to put the items to category table in the code section. This names needs to be the same as the " categories " tables values.

IMPORTANT : Do not delete " all " category from the config.

Items Properties Configuration

Craft Chance

You can determine between 0 and 100 as chance to craft items.

Craft Point Reward

You can determine the craft point reward when player finishes the crafts.

XP Reward

You can determine the XP Reward when player finishes the crafts.

Improve Craft Point

You can determine the chance of improved craft option value.

Required Items

You can add multipe items in here as crafts receipt.

IMPORTANT

If you change something in the config, if the player has learned this changed data before, it will automatically work integrated with the new data. So the changes you make in the config will also change in SQL.

Last updated