Detailed explanation of the config file to adapt the resource to your player needs.
Config.lua
Config = {}-- Framework : -- "qb" : QBCORE-- "esx" : ESXConfig.Framework ="esx"-- INVENTORY : -- "qb" : qb-inventory-- "ox" : ox-inventory -- "origen" : origen_inventory-- "ps" : ps-inventoryConfig.inventory ="ox"-- qb-core and qb-weapons versions:-- true : use crafting tables-- false : just use ped coords (NOT RECOMMENDED)Config.WashMachinehWeight =4000000-- you can change thisConfig.WashedPerSecond =0.5-- this is how money marked bills gets washed in 1 second (The less it is, the more time it takes washing)Config.ItemsToWash ="markedbills" -- Item To washConfig.RewardItem ="rollcash" -- Reward ItemConfig.TaxperItemToWash =25-- Taxes the playr 25 dollars for every item to wash