Install Brick Flower Studio for FiveM
Requirements
Section titled “Requirements”Install ox_lib and configure Brick Bridge first. Brick Bridge must select working framework, inventory, notification, and progress providers.
Install the florist job
Section titled “Install the florist job”The default configuration uses Config.Access.Job = 'florist'. Choose the matching file under install/jobs/:
| Framework | Install file | Destination |
|---|---|---|
| QBCore | qb-core-jobs.lua |
Add the entry inside QBShared.Jobs in qb-core/shared/jobs.lua. |
| Qbox/QBX | qbx-core-jobs.lua |
Add the entry inside the table returned by qbx_core/shared/jobs.lua. |
| ESX | esx-jobs.sql |
Import it into the database used by es_extended. |
The supplied job contains Assistant at grade 0, Florist at grade 1, and Owner at grade 2. Grade 2 is the boss grade. Restart the affected framework or core through its normal installation process after adding the job.
You may skip the job import only after deliberately setting Config.Access.Job = false for open access. Open access also disables Flower Studio duty, boss management, and the garage vehicle feature.
Install the inventory items
Section titled “Install the inventory items”Choose the matching copy-in snippet under install/inventory/:
ox_inventory-items.luaqb-core-items.luaquasar-inventory-items.luaesx-items.sql
Copy only the supplied item entries into the inventory owner’s item registry. Do not replace an existing registry with the snippet file.
Copy all twelve PNG files from install/inventory/images/ into the image directory used by your inventory. Every image is named after its item and is 100x100 pixels.
Install the map or change the locations
Section titled “Install the map or change the locations”Install and start that map before Flower Studio, or replace every studio, gathering, garage, and delivery position in config.lua to match your chosen location.
Start order
Section titled “Start order”Place brick_flower_studio in your server resources and follow the canonical Startup Order guide. Add:
ensure brick_bridgeensure brick_flower_studio