> For the complete documentation index, see [llms.txt](https://documentation.rcore.cz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.rcore.cz/paid-resources/rcore_prison/faq.md).

# FAQ

Common questions about `rcore_prison`.

***

<details>

<summary>Where is the included Prison Map?</summary>

* The included MLO is stored in `rcore_prison/assets/includedMaps/`
* Extract all assets into your `resources`
* Go to your `server.cfg` and run it like this.

**RCore map (server.cfg) example**

```lua
ensure rcore_prison_models
ensure rcore_prison_map
ensure [prison]
```

</details>

<details>

<summary>What is deployer shown in server console?</summary>

* The Deployer is our tool designed to simplify the installation and management of third-party scripts.
* It automates actions that require specific resource items in the player's inventory or framework, including importing inventory images.
* This tool streamlines the process for our customers, making it easier and more efficient.
* How it works: [guide](/paid-resources/rcore_prison/integrations/deployer.md).

</details>

<details>

<summary>Where can I change the canteen items?</summary>

* Refer to the [canteen configuration guide](/paid-resources/rcore_prison/features/canteen.md).

</details>

<details>

<summary>How can we make booths work with our phone resource?</summary>

* Obtain the phone resource's documentation to determine compatibility.
* Evaluate the documentation to identify possible integration methods.

</details>

<details>

<summary>Are prisoner accounts persistent?</summary>

* By default, prisoner accounts remain persistent after release.
* This behavior can be changed in `rcore_prison/config.lua` by setting the appropriate configuration to remove accounts upon release.

</details>

<details>

<summary>Where to change sentence time?</summary>

* Adjust sentence time in `rcore_prison/config.lua` under the `Time` section. Supported units include:
  * `SEC`
  * `MIN`
  * `HOURS`
  * `DAYS`
  * `WEEKS`
  * `MONTHS`

</details>

<details>

<summary>Where to specify certain items to keep after jail?</summary>

* Modify `Config.Stash.KeepItems` in `rcore_prison/config.lua` to define specific items that remain after being jailed.

</details>

<details>

<summary>Where to change NPC configurations?</summary>

* Edit NPC-related configurations in `rcore_prison/data/presets/yourMap.lua`.

</details>

<details>

<summary>How to disable prison break?</summary>

* Disable the prison break feature by setting `Escape.Enable = false` in `rcore_prison/config.lua`.

</details>
