For the complete documentation index, see llms.txt. This page is also available as Markdown.

Jobs Guide

Detailed guide for all 23 jobs included in the Lite Jobs Pack. Each job has unique mechanics, payment systems, and progression.


Disabling / Enabling Jobs

You can enable or disable any individual job by editing its config file in shared/jobs/<jobname>.lua:

enabled = true,   -- Set to false to disable this job

When a job is disabled, its NPC and blip will not appear on the map and players cannot start it.


Reward Items (All Jobs)

Every job can optionally give bonus items upon mission completion. This feature is configurable per-job in the missioncompletedItems section:

missioncompletedItems = {
    giveItemPlayer = false,          -- Set to true to enable reward items
    dropMode = "weightedPool",
    itemList = {
        { item = "sandwich",     count = 1, chance = 50 },
        { item = "water_bottle", count = 1, chance = 30 },
    },
}
Item
Default Chance

sandwich

50%

water_bottle

30%

No item

20%

Reward items are disabled by default (giveItemPlayer = false). To enable, set it to true and make sure the items are defined in your framework's inventory.


1. Miner

Extract valuable ores from underground mines.

How It Works

  1. Talk to the mining NPC and start the job

  2. Travel to the mine entrance (Alamo Sea area or K4MB1 Cave)

  3. Use your pickaxe to extract ores from rock formations

  4. Collect the ores and deliver them to the processing station

Ore Types

Ore
Rarity

Coal

Common

Iron

Uncommon

Gold

Rare

Emerald

Very Rare

Diamond

Legendary

Payment & XP

Action
XP
Payment

Extract ore

25 XP

Per item (varies by ore type)

Job completion

500 XP

Completion bonus

Special Features

  • 5 custom ore rock props (requires stream resource)

  • 2 pickaxe tiers (Rusty Pickaxe, Carbon Pickaxe)

  • Processing scale with DUI display

  • Full coop support


2. Lumberjack

Cut down trees across forests and deliver logs.

How It Works

  1. Start the lumberjack job from the NPC

  2. Travel to the forest area

  3. Cut down trees with your hatchet/axe

  4. Collect logs and deliver to the lumber yard

Tree Tiers

Tier
Tree
Level Required
Health
XP per Tree
Respawn Time

1

Pine

0

100

30 XP

30 seconds

2

Oak

3

200

50 XP

45 seconds

3

Maple

7

300

75 XP

60 seconds

Payment & XP

Action
XP
Payment

Cut tree

30-75 XP (tier-based)

Per log delivered

Job completion

500 XP

Completion bonus

Special Features

  • 30 spawn locations across the map

  • 3 tree tiers with increasing health and XP rewards

  • Tree respawn: 30-60 seconds (tier-dependent)

  • Level-based drop quality


3. Farmer

Harvest vegetables and deliver crates.

How It Works

  1. Start the farmer job from the NPC

  2. Go to the farm area with planted crops

  3. Harvest vegetables from the fields

  4. Load crates and deliver to the buyer

Crop Types

Crop
Weight

Lettuce

Light

Pumpkin

Medium

Melon

Heavy

Watermelon

Heavy

Payment & XP

Action
XP
Payment

Harvest plant

20 XP

Per crate delivered

Job completion

500 XP

Completion bonus

Special Features

  • 4 custom crop props

  • Crate system with weight/slot requirements

  • Full coop support


4. Fruit Picker

Pick fruits from trees.

How It Works

  1. Start the fruit picker job

  2. Travel to the orchard area

  3. Pick oranges and apples from trees

  4. Deliver harvested fruits

Produce Types

Fruit
XP

Orange

25 XP

Apple

25 XP

Payment & XP

Action
XP
Payment

Pick fruit

25 XP

Per item (weight-based)

Job completion

500 XP

Completion bonus

Special Features

  • 20+ tree locations mapped

  • Tree-based harvesting animations


5. Cleaner

Clean dirt stains across city streets.

How It Works

  1. Start the cleaner job from the NPC

  2. Select a route from the available options

  3. Travel to marked stain locations

  4. Clean each stain to earn payment

Routes

Route
Area
Level Required

Route 1

Pillbox Hill

0

Route 2

La Mesa

Varies

Route 3

Textile City

Varies

Route 4

Vinewood Hills

Varies

Payment & XP

Action
XP
Payment

Clean stain

30 XP

$75 per stain

Job completion

500 XP

Completion bonus

Special Features

  • 4 different routes with level-locked progression

  • Marker-based stain detection system


6. Power Washer

Pressure wash dirty surfaces around the city.

How It Works

  1. Start the power washer job

  2. Get your pressure washer equipment

  3. Travel to marked dirty surfaces

  4. Spray each surface (8 hits required per stain)

Payment & XP

Action
XP
Payment

Clean stain

35 XP

$100 per stain

Job completion

600 XP

Completion bonus

Special Features

  • Raycast-based surface detection

  • Route system similar to cleaner job

  • 8 spray hits per stain for realistic feel


7. Window Cleaner

Clean windows on city buildings.

How It Works

  1. Start the window cleaner job

  2. Select your route

  3. Travel to buildings with dirty windows

  4. Clean each window (8 hits per window)

Payment & XP

Action
XP
Payment

Clean window

30 XP

$80 per window

Job completion

500 XP

Completion bonus

Special Features

  • Multiple routes with different buildings

  • Break session minigame system

  • Full coop support


8. Car Detailer

Wash and polish customer vehicles.

How It Works

  1. Start the car detailer job

  2. Find a customer vehicle at the marked location

  3. Phase 1: Spray Wash — Spray the vehicle (6 hits)

  4. Phase 2: Polish — Polish 3 points on the vehicle

Payment & XP

Action
XP
Payment

Spray wash

40 XP

$80 per wash

Polish

25 XP

$50 per polish

Job completion

500 XP

Completion bonus

Special Features

  • Two-phase detailing process

  • Decal stain system on vehicles

  • Customer location detection


9. Scrapyard

Dismantle junk vehicles and collect scrap metal.

How It Works

  1. Start the scrapyard job

  2. Go to the scrapyard area

  3. Use a crowbar to dismantle vehicles

  4. Collect metal components

  5. Weigh and sell the scrap

Payment & XP

Action
XP
Payment

Collect scrap

20 XP

$15 per kg (weight-based)

Job completion

400 XP

Completion bonus

Special Features

  • 17 custom spawn locations

  • Multiple junk vehicle models

  • Weight-based payment system


10. Hunting

Hunt animals in the wilderness.

How It Works

  1. Start the hunting job from the NPC

  2. Get your weapon from the available tiers

  3. Hunt animals (boar, rabbits, coyotes, etc.)

  4. Load carcasses into your vehicle

  5. Deliver to the processing station for weighing and selling

Weapon Tiers

Tier
Weapon
Level Required
Ammo
Damage Multiplier

1

Hunting Rifle (weapon_musket)

0

30

1.0x

2

Bolt-Action Rifle (weapon_sniperrifle)

3

40

1.3x

3

Heavy Sniper (weapon_heavysniper)

7

50

1.6x

Payment & XP

Action
XP
Payment

Kill animal

15 XP

Deliver carcass

50 XP

$15 per kg

Job completion

500 XP

Completion bonus

Special Features

  • 3 weapon tiers unlocked by level with increasing damage multipliers

  • Disabled friendly fire during hunting

  • Weighing system at processing station


11. Newspaper Delivery

Deliver newspapers by bicycle.

How It Works

  1. Start the newspaper delivery job

  2. Get on your bicycle

  3. Pick up newspapers from the depot

  4. Ride to marked houses and throw newspapers using the newspaper bundle weapon

Routes

Route
Difficulty
Payment

Restaurant

Easy

$200

Easy Route

Easy

$300

Hard Route

Hard

$700

Payment & XP

Action
XP
Payment

Deliver newspaper

50 XP

Route-based ($200-700)

Job completion

300 XP

Special Features

  • Bicycle-based delivery mechanics

  • Newspaper throwing physics

  • Multiple routes with varying difficulty


12. Cleanup Collector

Collect garbage from bins and dumpsters.

How It Works

  1. Start the cleanup collector job

  2. Drive the sanitation truck to marked areas

  3. Collect garbage bags from bins/dumpsters (27+ bin model types detected)

  4. Load bags onto the truck

  5. Deliver to the dump when full

Payment & XP

Action
XP
Payment

Collect bag

10 XP

$50 per bag

Truck delivery

100 XP

$200 bonus

Job completion

500 XP

Completion bonus

Special Features

  • 27+ dumpster/bin model detection

  • Truck capacity system

  • Full coop support


13. Truck Driver

Long-haul trucking with trailers.

How It Works

  1. Start the truck driver job

  2. Pick up your truck and attach a trailer

  3. Drive to the delivery destination

  4. Payment is calculated based on distance driven

Payment & XP

Action
XP
Payment

Per 100m driven

10 XP

$10 per 100m

Illegal route (20% chance)

Same

2x pay multiplier

Special Features

  • Distance-based payment system

  • 20% chance of high-paying illegal routes

  • Police alert mechanics on illegal deliveries

  • Trailer attach/detach system

  • Queue management for truck assignments


14. Treasure Hunter

Underwater treasure hunting (multiplayer encouraged).

How It Works

  1. Start the treasure hunter job

  2. Board a boat with your team

  3. Use the tracker/beacon to locate underwater treasures

  4. Dive to the treasure location and collect chests

  5. Return to the surface and sell your finds

Payment & XP

Action
XP
Payment

Find treasure

50 XP

Custom per treasure

Job completion

500 XP

1.2x coop bonus

Special Features

  • 25 underwater treasure locations

  • Shared treasure system for teams

  • Tracker/beacon mechanics

  • Multiplayer cooperation encouraged — coop bonus for team play


15. Dog Walker

Walk dogs for wealthy clients.

How It Works

  1. Start the dog walker job

  2. Pick up the dog from the client

  3. Walk the dog along the route (leash mechanics)

  4. Handle poop cleanup when needed

  5. Return the dog to the client

Payment & XP

Action
XP
Payment

Per 100m walked

15 XP

$10 per 100m

Poop cleanup

10 XP

$5 bonus

Job completion

100 XP

Completion bonus

Special Features

  • Leash mechanics with movement restrictions

  • Poop management system (random intervals)

  • Walking animation sequences


16. Powerlines

Repair electrical panels and phone pole wiring.

How It Works

  1. Start the powerlines job

  2. Select a route

  3. Panel Repairs — Go to houses and fix electrical panels (grid matching minigame)

  4. Pole Repairs — Use a bucket truck to reach phone poles (welding minigame)

Payment & XP

Action
XP
Payment

Repair panel

50 XP

$525 per panel

Repair pole

100 XP

$525 per pole

Job completion

300 XP

Completion bonus

Special Features

  • Two different repair types with unique minigames

  • Bucket truck mechanics for pole access

  • Route system with varying panel/pole counts


17. Delivery

Package delivery service.

How It Works

  1. Start the delivery job

  2. Go to the depot and load packages into your van

  3. Drive to delivery locations (60+ location pool)

  4. Hand packages to customer NPCs

Payment & XP

Action
XP
Payment

Deliver package

50 XP

$225 per delivery

Multi-box delivery (30% chance)

50 XP

$225 per box

Special Features

  • 60+ delivery location pool

  • 30% chance of multi-box deliveries

  • Vehicle trunk/cargo system

  • Customer NPC interaction


18. Warehouse

Freight and logistics operations.

How It Works

  1. Start the warehouse job

  2. Go to the warehouse facility

  3. Load boxes by hand or use a forklift for pallets

  4. Place cargo onto the delivery truck

  5. NPC truck driver takes the loaded truck

Payment & XP

Action
XP
Payment

Load box

15 XP

$50 per box

Load pallet

50 XP

$200 per pallet

Job completion

100 XP

Completion bonus

Special Features

  • Forklift or hand-carry mechanics

  • NPC truck driver system

  • Multiple truck orders to fulfill

  • Truck capacity limits


19. Landscaping

Garden maintenance and landscaping.

How It Works

  1. Start the landscaping job

  2. Pick up equipment from your work truck (trimmer + shovel)

  3. Travel to the route locations

  4. Trim overgrown bushes with the trimmer

  5. Dig up weeds with the shovel

Payment & XP

Action
XP
Payment

Trim bush

30 XP

$50 per bush

Dig lawn/weed

20 XP

$30 per lawn

Job completion

500 XP

Completion bonus

Special Features

  • Two types of tasks (trimming + digging)

  • Equipment pickup from work truck

  • Multiple routes with different task counts

  • Tool management system


20. Fishing

Professional fishing with rod tiers and minigame.

How It Works

  1. Start the fishing job

  2. Select your fishing rod and bait

  3. Cast your line into the water

  4. Complete the fishing minigame to catch fish

  5. Deliver your catch for payment

Fishing Rods

Rod
Level Required

Standard Rod

0

Carbon Rod

Mid-level

Pro Rod

High-level

Fish Types (9)

Fish
Difficulty

Anchovy

Easy

Trout

Easy

Mackerel

Easy

Salmon

Medium

Snapper

Medium

Tuna

Medium

Grouper

Hard

Swordfish

Hard

Shark

Hard

Payment & XP

Action
XP
Payment

Catch fish

20 XP

Custom per fish type

Deliver catch

40 XP

$150 delivery bonus

Job completion

400 XP

Completion bonus

Special Features

  • 3 fishing rod tiers with level unlocks

  • 6 bait types affecting catch rates

  • Fishing minigame with difficulty levels

  • Free mode option (fish without starting a job)


21. Diving

Underwater diving for treasures and corals.

How It Works

  1. Start the diving job

  2. Board the dive boat

  3. Sail to the dive location and drop anchor

  4. Dive underwater and complete tasks

  5. Collect corals and treasures

  6. Surface and sell your finds

Collectibles

Item
Payment

Dendrogyra Coral (Pillar)

$1,500

Antipatharia Coral (Black)

$1,500

Payment & XP

Action
XP
Payment

Complete underwater task

25 XP

Sell item

50 XP

$1,500 per coral

Job completion

500 XP

Completion bonus

Special Features

  • Boat mechanics with anchor system

  • Underwater task system

  • 2 coral types to collect


22. Forklift Operator

Underground logistics and crate sorting.

How It Works

  1. Start the forklift operator job

  2. Enter the underground depot

  3. Get on the forklift

  4. Pick up crates and transport to the conveyor belt

  5. Sort crates by category

Crate Categories

Category
Value

Jewellery

$200

Antiques

$150

Tobacco

$100

Hazard

$75

Fake

$50

Payment & XP

Action
XP
Payment

Sort crate

Variable

Per crate value

Job completion

$600 completion bonus

Special Features

  • 5 crate categories with 3 variants each (15 total crate props)

  • Forklift mechanics (raise/lower forks)

  • Categorization and sorting system

  • Conveyor belt delivery


23. Tire Technician

Roadside tire repair service.

How It Works

  1. Start the tire technician job

  2. Get your tools (jack, wrench)

  3. Drive to the stranded vehicle location

  4. Jack up the vehicle

  5. Remove the flat tire

  6. Install the new tire

  7. Lower the vehicle

Payment & XP

Action
XP
Payment

Complete repair

70 XP

$115 per repair

Job completion

350 XP

Completion bonus

Special Features

  • Multi-step realistic repair process

  • Jack and tool mechanics

  • 6 repair locations across the map

  • Multiple vehicle models for service


Need Help?

Having questions about a specific job? Join our Discord server and open a support ticket.

Last updated