Skip to content

Install Brick Flower Studio for FiveM

Install ox_lib and configure Brick Bridge first. Brick Bridge must select working framework, inventory, notification, and progress providers.

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.

Choose the matching copy-in snippet under install/inventory/:

  • ox_inventory-items.lua
  • qb-core-items.lua
  • quasar-inventory-items.lua
  • esx-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 and start that map before Flower Studio, or replace every studio, gathering, garage, and delivery position in config.lua to match your chosen location.

Place brick_flower_studio in your server resources and follow the canonical Startup Order guide. Add:

ensure brick_bridge
ensure brick_flower_studio