> For the complete documentation index, see [llms.txt](https://docs.meteofivem.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meteofivem.net/paid-scripts/meteo-prison-bundle.md).

# Meteo Prison Bundle

#### What is Meteo Prison Bundle?

A full prison script for FiveM. Police can jail, unjail and solitary players with proper sentences. Inmates get a real prison loop with kitchen duty, cleaning and repair jobs, reputation tiers, in-prison traders, an escape system with crafting and a tunnel break, visitation, meal times, a prison alarm and a custom HUD that tracks remaining time, reputation and active missions.

Works with both **QBCore** and **QBox**.

***

#### What's Included

| Script               | Description                                                                      |
| -------------------- | -------------------------------------------------------------------------------- |
| **meteo-jail**       | Core prison system - jail commands, jobs, traders, escape and solitary           |
| **meteo-jailhud**    | Prison HUD showing remaining time, reputation, missions and area info            |
| **meteo-fuseboxfix** | Fusebox minigame used by the Electronic Repairs prison job (comes free for this) |

***

#### Features

| Feature                  | Description                                                                            |
| ------------------------ | -------------------------------------------------------------------------------------- |
| **Jail Commands**        | `/jail`, `/unjail`, `/updatejail`, `/solitary`, `/unsolitary`, `/updatesolitary`       |
| **Belongings System**    | Confiscates items, cash and bank on jail. Restored on release via belongings ped       |
| **Jail Clothing**        | Auto applies prison outfit and takes a mugshot at the police station                   |
| **Prison Jobs**          | Kitchen duty, floor cleaning and electronic repairs with rep, cigarettes and time-cuts |
| **Reputation Tiers**     | Inmate, Trusted and Respected ranks unlock higher tier traders and the escape route    |
| **In-Prison Traders**    | Kitchen worker, smuggler and arms dealer - each gated by rep and cigarette currency    |
| **Escape System**        | Craft a prison shovel, dig a tunnel and break out - alerts police via dispatch         |
| **Solitary**             | Separate solitary cell with its own spawn, gym and timer                               |
| **Visitation**           | Outside players can visit inmates with a notification on arrival                       |
| **Meal System**          | Periodic canteen meals with random food rewards                                        |
| **Prison Alarm**         | Triggers on tunnel break - police can stop with `/stopalarm`                           |
| **Prison Zone Security** | Jailed players that try to leave the perimeter are teleported back and reported        |
| **Multi Dispatch**       | Auto detects meteo-dispatch, ps-dispatch or tk\_dispatch                               |
| **Prison HUD**           | Time remaining, rep level, active mission and current prison area                      |
| **Auto Target**          | Auto detects ox\_target or qb-target                                                   |
| **Auto Inventory**       | Auto detects ox\_inventory or qb-inventory                                             |
| **Multi-Language**       | Full ox\_lib locale support across both scripts                                        |
| **Modern UI**            | Clean NUI for jail dialogs, trader menus, mugshot board and HUD                        |
| **Useful Exports**       | `JailPlayer`, `UnjailPlayer`, `SolitaryPlayer`, `GetJailedPlayers`, `GetSentence`, etc |

***

#### Requirements

* QBCore or QBox
* ox\_lib
* oxmysql
* ox\_target or qb-target
* **meteo-fuseboxfix** - used by the Electronic Repairs prison job. comes free with the bundle when you purchase

***

#### Locations

The bundle ships configured for the [Gabz Prison MLO](https://fivem.gabzv.com/package/4724793) at Bolingbroke Penitentiary out of the box. All spawn points, ped positions, job locations, dig spots and the visitation area are set in the config and can be moved to fit any other prison MLO. Just paste your coords into the config.

***

#### Quick Links

* [Installation Guide](/paid-scripts/meteo-prison-bundle/installation-guide.md)
* [Useful Exports](/paid-scripts/meteo-prison-bundle/useful-exports.md)
* [Changelogs](/paid-scripts/meteo-prison-bundle/changelogs.md)

***

#### Support

* Discord: [discord.meteofivem.net](http://discord.meteofivem.net/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.meteofivem.net/paid-scripts/meteo-prison-bundle.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
