> For the complete documentation index, see [llms.txt](https://bunny-store.gitbook.io/bunny-store-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bunny-store.gitbook.io/bunny-store-docs/bunny-garage-creator.md).

# Bunny Garage Creator

This script allows you to **create, manage, and control garages dynamically in-game**, without touching SQL manually.<br>

### ✨ Features

#### 🚗 Garage Management

<table><thead><tr><th>Feature</th><th>Description</th></tr></thead><tbody><tr><td><strong>Create Garages</strong></td><td>Create new garages easily using in-game commands or the NUI interface.</td></tr><tr><td><strong>Delete Garages</strong></td><td>Remove existing garages instantly without editing the database.</td></tr><tr><td><strong>Update Garages</strong></td><td>Modify garage name, coordinates, and settings in real time.</td></tr><tr><td><strong>Pre-designed Garage Locations</strong></td><td>Comes with ready-made garage locations for quick setup.</td></tr><tr><td>Create Command</td><td><p>Create garage with </p><pre class="language-lua"><code class="lang-lua">/creategarage
</code></pre></td></tr><tr><td>Edit Command</td><td><p>You can edit/delete garage with </p><pre class="language-lua"><code class="lang-lua">/editgarage
</code></pre></td></tr></tbody></table>

***

#### 🎯 Access & Permissions

| Feature                   | Description                                                               |
| ------------------------- | ------------------------------------------------------------------------- |
| **3rd Eye System**        | Optional integration with target systems such as `ox_target`.             |
| **Job / Admin Whitelist** | Restrict garage creation and management to specific jobs or admin groups. |
| **Unique Garage System**  | Enable shared garages or unique garages per player/job.                   |

***

#### 🔑 Vehicle Key Compatibility

Fully compatible with the following key systems:

* Jaksam Vehicle Keys
* MK Vehicle Keys
* QS Vehicle Keys
* Wasabi Carlock
* T1ger Carlock
* MrNewb Vehicle Keys
* Renewed Vehicle Keys
* MX Car Keys

Custom vehicle key scripts are also supported.

***

#### 🌍 Localization

* Multi-language support via localization files
* Easy to add or edit languages

***

### ✅ Compatibility

This resource is fully compatible with:

* **ESX Legacy**
* **ox\_lib**
* **MySQL Async**
* **oxmysql**
* **All major vehicle key systems listed above**

***

### 📦 Dependencies

Make sure the following resources are installed:

* `es_extended`
* `esx_society`
* `esx_addonaccount`
* `ox_lib`

***

### ⚙️ Installation Guide

1. Upload the script into your **resources** folder
2. Import the provided **SQL file** into your database
3. Add the resource **at the bottom** of your `server.cfg`

   > *(This prevents framework loading errors)*
4. Restart your server

***

### ⚠️ Important Notes

* ❌ **Do not upload using FileZilla**\
  ✅ Use **WinSCP** if uploading via FTP
* ❌ **Renaming the script is not allowed**
* ❌ **Custom frameworks, heavily modified ESX versions, or deprecated resources are not supported**


---

# 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:

```
GET https://bunny-store.gitbook.io/bunny-store-docs/bunny-garage-creator.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
