Configuration

Configuration for mWeed Resource

Framework Configuration

You can choose between oldesx, newesx, newqb, oldqb, autodetect and standalone in config file.

Config.Framework = 'autodetect' 

Interaction Handler Configuration

Interaction handler for peds.

Config.InteractionHandler = "ox_target"  -- qb-target, ox_target, drawtext or custom

Ff it's selected to custom you can edit it from client/interaction.lua

Text UI Handler Configuration

Text ui handler to open weed menu.

Config.TextUIHandler = 'default' -- default, esx_textui, qb_default_textui, custom

If it's selected to custom you can edit it from client/editable.lua

Progress Time Configuration

Time for how long it will take to procedures.

Config.ActionTimes = {
    ["dig"] = 10000,
    ["fertilizer"] = 10000,
    ["planting_seed"] = 10000,
    ["closing_area"] = 10000,
    ["watering"] = 10000,
    ["floundering"] = 10000,
    ["destroying"] = 3000,
    ["grinding_weed"] = 10000,
    ["rolling_joint"] = 10000,
}

Item Names Configuration

If default items get conflict with an existing item in your server you can change it from here

Water And Floundering Status Configuration

Time to reduce watering and floundering status.

Plant Waste Scenario Configuration

Revival rate if the player did not use Quality Fertilizer and water or floundering status drops to 0 (higher number means more luck) (set the number between 1-100).

Production Quantity Configuration

Items to be given after the player rolls the weed you can change it by your like.

Last updated