> ## Documentation Index
> Fetch the complete documentation index at: https://docs.thecruxstudio.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Golden Pub: FiveM Pub & Bar Job Script | Crux Studio

> Add a fully featured Golden Pub job script to your FiveM RP server. Immersive pub roleplay experience with QBCore, QBOX, and ESX framework support.

Golden Pub is a rich pub job script that delivers an authentic bar roleplay experience to your FiveM server. Players work as Golden Pub staff — pouring drinks, serving patrons, and managing the pub floor with a detailed and engaging workflow. The script adds the perfect layer of realism and roleplay to your city.

## Supported Maps

The script is preconfigured for the maps listed below. You can use it with any map — only the maps below come preconfigured out of the box.

* Gabz
* TStudios
* G\&N's Studio
* Molo Modding

If your map isn't listed, open a ticket on the Crux Studio Discord server and we'll add support for it.

## Installation

<Steps>
  <Step title="Install Dependencies">
    * [ox\_lib v3.30.6](https://github.com/overextended/ox_lib/releases/tag/v3.30.6)
    * [oxmysql v2.12.0](https://github.com/overextended/oxmysql/releases/tag/v2.12.0)
    * `crux_lib` — included with your script download
  </Step>

  <Step title="Configure the Script">
    Open `config/config.lua` and adjust the settings for your server.
  </Step>

  <Step title="Add Job Grades">
    <Tabs>
      <Tab title="QBCore">Copy job grade from `README` into `qb-core/shared/jobs.lua`.</Tab>
      <Tab title="QBOX">Copy job grade from `README` into `qbx_core/shared/jobs.lua`.</Tab>
      <Tab title="ESX">Run the SQL from `install_ESX.md` in your database.</Tab>
    </Tabs>
  </Step>

  <Step title="Add Inventory Items">
    Copy items from the `install` folder into your inventory system. Copy images from `install/images` to your inventory's images folder.
  </Step>

  <Step title="Start the Resources">
    ```
    ensure ox_lib
    ensure crux_lib
    ensure crux-goldenpubjob
    ```
  </Step>
</Steps>

## Integrations

This script supports the most popular FiveM targeting, inventory, banking, and notification systems. See [Framework Compatibility](/framework-compatibility) for the full list.

<Note>If your preferred script isn't listed, open a ticket on the Crux Studio Discord server.</Note>
