The linked ShopFusion repository contains dl_maps_for_builder, a FiveM map resource credited to Dont_LookTV. It supplies streamed map, model, texture and collision files. Its manifest declares a map but no client or server job scripts. Construction tasks, wages, tools and progression therefore need a separate job resource; downloading these maps does not install that gameplay.
Open the original builder map repository
Install the actual resource folder
Back up your current maps and server.cfg. Extract the repository download and locate dl_maps_for_builder/fxmanifest.lua. Place dl_maps_for_builder inside the server-data resources directory, keeping its manifest and stream directory together. Ensure the folder is not still nested under builderjobmap-main. Add ensure dl_maps_for_builder to the server configuration. A Steam game directory or a generic client Mods folder is not the installation location for this server resource.
Check streaming and collision first
Start the resource on an isolated server and inspect server and client logs for missing assets or manifest errors. Visit the construction locations defined by the maps and inspect floors, walls, entrances and vehicle routes. The archive also contains COL.rar alongside already-streamed collision files; do not overwrite working collision files blindly. Check overlapping maps individually and keep a rollback copy before changing their load order.
Connect the job separately
Use the documentation for your chosen builder-job script to configure task coordinates, interaction zones, rewards and access. A map manifest does not establish QBCore or ESX job compatibility. Test each work area and construction stage your job actually uses, including players joining midway through a task and repeated task completion. Confirm that rewards are validated by the server and paid only once.
Test a resource restart and a full server restart before opening the worksite. If a conflict appears, restore the previous map and job-coordinate configuration together. This review inspected the public repository and manifest; it did not run the map in GTA V or certify every collision and job combination.