π¨βπ§Electrician
Make sure to add the necessary items, item images and job names required for the job
π€ General Settings
name:@stringThe job name shown in menus and notifications. Example:"Electrician"debug:@booleanEnables debug mode for logging and testing purposes.disabled:@booleanDisables the job when set totrue.
π₯ Multiplayer Settings
can_multiplayer:@booleanAllows the job to be completed by multiple players in a group.show_members_blips:@booleanShows map blips for other group members when set totrue.
π Bucket Ped Sync Settings
["bucket_sync_cooldown"] = 5000, -- in milliseconds
["bucket_ped_positions"] = {
["bone"] = "bucket",
["coords"] = vec3(0.0, -0.35, 0.50),
["rotation"] = vec3(0.0, 0.0, 0.0),
}bucket_sync_cooldown:@number(in ms) Time between ped position sync updates while in the bucket (e.g., cherry picker).bucket_ped_positions: Determines how a ped is positioned inside the bucket:bone:@stringβ Bone to attach the ped to (e.g.,"bucket").coords:@vector3β Position offset within the bucket.rotation:@vector3β Rotation offset applied to the ped model.
π Job Menu
job_menu:@vector3Coordinates for accessing the job menu.interaction_distance:@floatInteraction range to open the job menu.blips: Map blip configuration for the job center.show:@booleanlabel:@stringsprite:@numbercolor:@numberscale:@float
π Vehicle Settings
model:@stringVehicle model name used for the job. Example:"utillitruck4"spawnCoords:@vector4Coordinates and heading to spawn the utility truck.
π§° Mission List
Each entry in the list defines a repair or maintenance task set.
Mission Fields
title:@stringThe mission title displayed to the player.reward:@numberTotal reward given upon mission completion.split_reward_members:@booleanWhether to split the reward among group members.
β±οΈ Timer Settings
extra_time:@number(ms) Extra time allowed after the mission ends before failure.mission_time:@number(ms) Total time allowed to complete the mission.deducted_per_min:@numberAmount deducted from reward per extra minute.
π§ Animation Settings
duration:@numberAnimation duration (-1for looping indefinitely).flag:@numberAnimation flag (controls behavior like freezing position, looping, etc.).dict:@stringAnimation dictionary.name:@stringAnimation name inside the dictionary.
π Maintenance Locations
Each maintenance point includes:
type:@stringType of task to be completed. Valid types:"FixCables"β Repair broken electrical lines."FuseReplace"β Replace a blown fuse.
coords:@vector4Position and heading for the maintenance location.radius:@floatInteraction range around the location.ptfx: Particle effect settings for electrical visuals:class: Particle effect asset class (e.g.,"core")scale: Particle scale multiplier.effect: Particle name (e.g.,"ent_ray_prologue_elec_crackle")coords: Particle position.
Last updated