gta6/prompts
business
Vaultintermediatebusiness

Brewery & Bar Production

ESX/QBCore brewery-to-bar chain that distills/brews beverages, ages stock server-side, gates production behind an alcohol license, and serves from a tapped bar inventory.

NON-TESTÉ — the reference Lua is syntax-validated, not run in a live FiveM server. Adapt and test on your own dev server before shipping.
Est. Lua
~108 loc
Claude
Claude Opus 4.x / Sonnet 4.x
Validation
syntax-validated
Updated
2026-06-25

Description

A production-to-service brewery and bar for crafting-economy roleplay: an owner brews or distills beverages from ingredients, the batch ages on a server-side timer, an alcohol license gates production, and finished stock is served from a tapped bar inventory. Servers buy it because it chains crafting, time-gated value, licensing, and retail into one owned-business loop.

Prompt Template

You are writing a FiveM resource (client.lua + server.lua) for a brewery-to-bar…

🔒 Eyes-only — locked prompt body

The full prompt template and its reference Lua are part of a one-time pack. Pick your depth — both are lifetime access, no subscription, ever.

Core$49one-time
  • 60 prompts + syntax-validated reference Lua
  • Lifetime access — pay once
Most Popular · Best Value
Vault$199one-time
  • All 510 prompts — the full library
  • Per-prompt profit/trend intelligence (CSV + playbook)
  • Lifetime free updates — new niches as the market moves
Get the Vault — $199

$49 for 60 · $199 for all 510 + intelligence — one-time, no subscription.

Expected Output

The reference Lua at content/expected-outputs/business/21-brewery-bar-production.lua implements a server-authoritative supply chain: the client animates and requests brew/pour, while the server…

🔒 Eyes-only — locked prompt body

The full prompt template and its reference Lua are part of a one-time pack. Pick your depth — both are lifetime access, no subscription, ever.

Core$49one-time
  • 60 prompts + syntax-validated reference Lua
  • Lifetime access — pay once
Most Popular · Best Value
Vault$199one-time
  • All 510 prompts — the full library
  • Per-prompt profit/trend intelligence (CSV + playbook)
  • Lifetime free updates — new niches as the market moves
Get the Vault — $199

$49 for 60 · $199 for all 510 + intelligence — one-time, no subscription.

Known Failure Modes & Corrective Prompt

  • Client-side batches/aging — tracking batches or aging timers on the client lets a player fast-forward aging or spawn stock; keep batches, timestamps, and inventory on the server.
  • License bypass — running production without a server-side license check, or checking only on the client, defeats the gate; verify the license server-side before brewing.
  • Anim T-pose — calling TaskPlayAnim before the dict loads skips the animation; wait on HasAnimDictLoaded.

Corrective re-prompt: "Make production fully server-authoritative: the server checks the alcohol license, consumes ingredients, stamps each batch with os.time(), and only matures it after AGE_SECONDS. Pouring decrements the server-held bar inventory and settles money server-side. The client only triggers brew/pour and renders the result."

Framework Integration

  • ESX: resolve exports['es_extended']:getSharedObject(), gate the license via a licenses lookup, consume ingredients with xPlayer.removeInventoryItem, and settle with xPlayer.addMoney.
  • QBCore: use exports['qb-core']:GetCoreObject(), check the license through QBCore.Functions metadata, and use Player.Functions.RemoveItem / Player.Functions.AddMoney for ingredients and service.
  • QBox: call exports.qbx_core:GetPlayer(src) with ox_inventory for ingredient and bar-stock movement if you extend it to QBox.

Profit Potential

$150–$2000/mo on Tebex (expected ~$500). [INFERRED] priced inside the $50-389 FiveM script band for a stable crafting-economy niche; corpus median seller $11.85K/mo (signal-scraper tebex_snapshot n=100).

Trend Signal

stable — inferred: Production-to-service bar chain inferred stable from crafting-economy RP; brew, age, license and tap is an evergreen owned-business loop.

Sales Angle

Position as the full beverage supply chain — brew, age, license, tap — for crafting-economy servers that want time-gated value, not an instant vendor. Recommended Tebex price $149.

Difficulty & Ship Time

intermediate · ships in 1 day.