Dive into the world of a simple farmer, gather crops and sell it for money!
- Highly Configurable
- Easily Add Locations
- Highly Optimized (0.00ms Idle & 0.00 ~ 0.09 ms Active)
- Usage of Targeting Script for more immersive experience
- Smooth Animations
Required
Framework
Target
Inventory
Join my Discord Server for updates
Add this to your server.cfg
setr ox:locale en
ensure FRAMEWORK # es_extended / qb-core
ensure ox_lib
ensure TARGET # ox_target / qb-target
ensure INVENTORY # ox_inventory / qb-inventory / lj-inventory
ensure kloud-farm
['potato'] = {['name'] = 'potato', ['label'] = 'Potato', ['weight'] = 350, ['type'] = 'item', ['image'] = 'potato.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Po-ta-to'},
['dirty_potato'] = {['name'] = 'dirty_potato', ['label'] = 'Dirty Potato', ['weight'] = 350, ['type'] = 'item', ['image'] = 'dirty_potato.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Po-ta-to'},
['tomato'] = {['name'] = 'tomato', ['label'] = 'Tomato', ['weight'] = 350, ['type'] = 'item', ['image'] = 'tomato.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'To-ma-to'},
['dirty_tomato'] = {['name'] = 'dirty_tomato', ['label'] = 'Dirty Tomato', ['weight'] = 350, ['type'] = 'item', ['image'] = 'dirty_tomato.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'To-ma-to'},
['coffee_beans'] = {['name'] = 'coffee_beans', ['label'] = 'Coffee Beans', ['weight'] = 350, ['type'] = 'item', ['image'] = 'coffee_beans.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Wakey wakey!'},
['dirty_coffee_beans'] = {['name'] = 'dirty_coffee_beans', ['label'] = 'Dirty Coffee Beans', ['weight'] = 350, ['type'] = 'item', ['image'] = 'dirty_coffee_beans.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Wakey wakey!'},
['cabbage'] = {['name'] = 'cabbage', ['label'] = 'Cabbage', ['weight'] = 350, ['type'] = 'item', ['image'] = 'cabbage.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Let-tuce? No!'},
['dirty_cabbage'] = {['name'] = 'dirty_cabbage', ['label'] = 'Dirty Cabbage', ['weight'] = 350, ['type'] = 'item', ['image'] = 'dirty_cabbage.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Let-tuce? No!'},
['orange'] = {['name'] = 'orange', ['label'] = 'Orange', ['weight'] = 350, ['type'] = 'item', ['image'] = 'orange.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'The talking orange!'},
['dirty_orange'] = {['name'] = 'dirty_orange', ['label'] = 'Dirty Orange', ['weight'] = 350, ['type'] = 'item', ['image'] = 'dirty_orange.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'The talking orange!'},
['trowel'] = {['name'] = 'trowel', ['label'] = 'Trowel', ['weight'] = 350, ['type'] = 'item', ['image'] = 'trowel.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Mini-shovel yes'},
['shovel'] = {['name'] = 'shovel', ['label'] = 'Shovel', ['weight'] = 350, ['type'] = 'item', ['image'] = 'shovel.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Legit shovel yes'},
['trowel'] = {
label = 'Trowel',
weight = 500,
decay = true,
stack = false,
close = false,
description = 'Diggy Diggy Diggy?',
},
['shovel'] = {
label = 'Shovel',
weight = 1000,
decay = true,
stack = false,
close = false,
description = 'Diggy Diggy Diggy?',
},
['dirty_potato'] = {
label = 'Dirty Potato',
weight = 250,
degrade = 7160,
decay = true,
stack = true,
close = false,
description = 'Potato potato but dirty dirty?',
},
['potato'] = {
label = 'Potato',
weight = 250,
degrade = 7160,
decay = true,
stack = true,
close = false,
description = 'Potato potato?',
},
['dirty_cabbage'] = {
label = 'Dirty Cabbage',
weight = 250,
degrade = 7160,
decay = true,
stack = true,
close = false,
description = 'Cabby cabby but dirty dirty?',
},
['cabbage'] = {
label = 'Cabbage',
weight = 250,
degrade = 7160,
decay = true,
stack = true,
close = false,
description = 'Cabby cabby?',
},
['dirty_tomato'] = {
label = 'Dirty Tomato',
weight = 250,
degrade = 7160,
decay = true,
stack = true,
close = false,
description = 'To-ma-to but dirty',
},
['tomato'] = {
label = 'Tomato',
weight = 250,
degrade = 7160,
decay = true,
stack = true,
close = false,
description = 'To-ma-to',
},
['dirty_orange'] = {
label = 'Dirty Orange',
weight = 250,
degrade = 7160,
decay = true,
stack = true,
close = false,
description = 'It talks!!!!',
},
['orange'] = {
label = 'Orange',
weight = 250,
degrade = 7160,
decay = true,
stack = true,
close = false,
description = 'It talks!!!!',
},
['dirty_coffee_beans'] = {
label = 'Dirty Coffee Beans',
weight = 250,
degrade = 7160,
decay = true,
stack = true,
close = false,
description = 'Ohh wakey wakey but dirty',
},
['coffee_beans'] = {
label = 'Coffee Beans',
weight = 250,
degrade = 7160,
decay = true,
stack = true,
close = false,
description = 'Ohh wakey wakey but dirty',
},
Contact me at my discord @ybarra. or join my Discord Server!