> 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/installation.md).

# Installation

1. Download script from <https://portal.cfx.re>
2. Place the folder in your server’s `resources` directory
3. Add the following line to your **server.cfg**:<br>

   ```
   ensure bunny_garage
   ```
4. Run this SQL in your database (phpMyAdmin / HeidiSQL / etc.):<br>

   ```
   CREATE TABLE IF NOT EXISTS `bunny_garage` (
     `id` INT NOT NULL AUTO_INCREMENT,
     `name` VARCHAR(64) NOT NULL,
     `marker` JSON NOT NULL,
     `spawn` JSON NOT NULL,
     `impound_point` JSON NOT NULL,
     `impound_spawn` JSON NOT NULL,
     `impound_fee` INT NOT NULL DEFAULT 0,
     `created_by` VARCHAR(64) DEFAULT NULL,
     `created_at` TIMESTAMP NULL DEFAULT CURRENT_TIMESTAMP,
     PRIMARY KEY (`id`)
   ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

   ALTER TABLE `bunny_garage`
   ADD COLUMN `garage_blip` TINYINT(1) NOT NULL DEFAULT 1,
   ADD COLUMN `impound_blip` TINYINT(1) NOT NULL DEFAULT 1;


   ALTER TABLE `owned_vehicles`
     MODIFY COLUMN `stored` TINYINT(1) NOT NULL DEFAULT 1;

   ALTER TABLE `owned_vehicles`
     MODIFY COLUMN `garage` VARCHAR(64) NOT NULL DEFAULT 'Legion Square';

   ALTER TABLE `bunny_garage`
   ADD COLUMN `garage_type` VARCHAR(20) NOT NULL DEFAULT 'car';

   INSERT INTO `bunny_garage` (`id`, `name`, `marker`, `spawn`, `impound_point`, `impound_spawn`, `impound_fee`, `blip_scale`, `created_by`, `created_at`, `garage_blip`, `impound_blip`, `garage_type`) VALUES
   (1, 'Legion Garage', '{\"x\":215.5194091796875,\"h\":245.47772216796876,\"y\":-809.7815551757813,\"z\":30.73769569396972}', '{\"x\":228.35023498535157,\"h\":160.61952209472657,\"y\":-804.5110473632813,\"z\":30.54846954345703}', '{\"x\":241.43698120117188,\"h\":66.6187515258789,\"y\":-811.8047485351563,\"z\":30.19887733459472}', '{\"x\":228.5963134765625,\"h\":155.9441070556641,\"y\":-802.8262939453125,\"z\":30.56386947631836}', 5000, 0.8, 'char3:c404dfcd88bf749c671b4ea6b5c88f102f863ee3', '2025-11-06 23:36:00', 1, 1, 'car'),
   (2, 'Beech Garage', '{\"x\":-1622.270263671875,\"z\":8.23072052001953,\"y\":-955.1066284179688,\"h\":48.85237121582031}', '{\"x\":-1625.7694091796876,\"z\":8.34297561645507,\"y\":-945.8434448242188,\"h\":315.5252685546875}', '{\"x\":-1619.5489501953126,\"z\":8.32508659362793,\"y\":-951.93115234375,\"h\":46.05311584472656}', '{\"x\":-1625.130126953125,\"z\":8.35906600952148,\"y\":-945.1980590820313,\"h\":313.4684143066406}', 5000, 0.8, 'char3:c404dfcd88bf749c671b4ea6b5c88f102f863ee3', '2025-11-07 00:04:59', 1, 1, 'car'),
   (3, 'Madrazo Garage', '{\"x\":1404.6224365234376,\"z\":114.83769989013672,\"y\":1114.3663330078126,\"h\":2.41137838363647}', '{\"x\":1404.66455078125,\"z\":114.83769989013672,\"y\":1117.6109619140626,\"h\":86.85094451904297}', '{\"x\":1398.514404296875,\"z\":114.83768463134766,\"y\":1114.3658447265626,\"h\":356.7308349609375}', '{\"x\":1404.66455078125,\"z\":114.83769989013672,\"y\":1117.6109619140626,\"h\":86.85094451904297}', 5000, 0.8, 'char3:c404dfcd88bf749c671b4ea6b5c88f102f863ee3', '2025-11-07 00:06:29', 1, 1, 'car'),
   (4, 'Airport Garage', '{\"x\":-717.9431762695313,\"z\":13.94921875,\"y\":-2469.93994140625,\"h\":335.154296875}', '{\"x\":-714.4111328125,\"z\":13.82846927642822,\"y\":-2465.0009765625,\"h\":58.86512756347656}', '{\"x\":-720.0604858398438,\"z\":13.94798469543457,\"y\":-2468.770263671875,\"h\":333.0154113769531}', '{\"x\":-714.39599609375,\"z\":13.82846927642822,\"y\":-2465.006103515625,\"h\":58.86512756347656}', 5000, 0.8, 'char3:c404dfcd88bf749c671b4ea6b5c88f102f863ee3', '2025-11-07 00:08:08', 1, 1, 'car'),
   (5, 'Motel Garage', '{\"x\":276.88525390625,\"z\":44.91983795166015,\"y\":-345.1529846191406,\"h\":248.4654235839844}', '{\"x\":290.745361328125,\"z\":44.96254348754883,\"y\":-337.82537841796877,\"h\":165.56900024414066}', '{\"x\":295.5423889160156,\"z\":44.91988754272461,\"y\":-326.465576171875,\"h\":164.29074096679688}', '{\"x\":290.745361328125,\"z\":44.96254348754883,\"y\":-337.82537841796877,\"h\":165.56900024414066}', 5000, 0.8, 'char3:c404dfcd88bf749c671b4ea6b5c88f102f863ee3', '2025-11-07 00:09:24', 1, 1, 'car'),
   (6, 'Sandy Garage', '{\"x\":1408.4508056640626,\"z\":34.89643096923828,\"y\":3616.813720703125,\"h\":290.69482421875}', '{\"x\":1420.2664794921876,\"z\":34.88795471191406,\"y\":3620.6533203125,\"h\":195.2831268310547}', '{\"x\":1427.3612060546876,\"z\":34.87971496582031,\"y\":3624.78271484375,\"h\":108.7411880493164}', '{\"x\":1420.269287109375,\"z\":34.88787841796875,\"y\":3620.6591796875,\"h\":194.5004119873047}', 5000, 0.8, 'char3:c404dfcd88bf749c671b4ea6b5c88f102f863ee3', '2025-11-07 00:10:13', 1, 1, 'car'),
   (7, 'Paletoby Garage', '{\"x\":123.03916931152344,\"z\":31.83824729919433,\"y\":6614.283203125,\"h\":228.15830993652345}', '{\"x\":127.91404724121094,\"z\":31.84764289855957,\"y\":6609.66943359375,\"h\":225.2694854736328}', '{\"x\":125.43859100341796,\"z\":31.81506729125976,\"y\":6616.80810546875,\"h\":225.13870239257813}', '{\"x\":128.43307495117188,\"z\":31.84697151184082,\"y\":6609.1572265625,\"h\":225.2694854736328}', 5000, 0.8, 'char3:c404dfcd88bf749c671b4ea6b5c88f102f863ee3', '2025-11-07 00:11:17', 1, 1, 'car'),
   (8, 'Highway Garage', '{\"x\":-2361.96728515625,\"z\":32.46669769287109,\"y\":4089.013671875,\"h\":250.5218505859375}', '{\"x\":-2359.747802734375,\"z\":32.34702682495117,\"y\":4083.32080078125,\"h\":158.30093383789066}', '{\"x\":-2365.263916015625,\"z\":31.85394859313965,\"y\":4081.1611328125,\"h\":252.90350341796876}', '{\"x\":-2359.747802734375,\"z\":32.34780120849609,\"y\":4083.32080078125,\"h\":158.30093383789066}', 5000, 0.8, 'char3:c404dfcd88bf749c671b4ea6b5c88f102f863ee3', '2025-11-07 00:12:05', 1, 1, 'car'),
   (9, 'Hanger 1', '{\"x\":-1285.7489013671876,\"z\":13.94014453887939,\"y\":-3349.871826171875,\"h\":157.28916931152345}', '{\"x\":-1266.90673828125,\"z\":13.94014453887939,\"y\":-3367.726318359375,\"h\":324.45751953125}', '{\"x\":-1288.294677734375,\"z\":13.94014453887939,\"y\":-3348.412109375,\"h\":152.06192016601566}', '{\"x\":-1266.912109375,\"z\":13.94014453887939,\"y\":-3367.726318359375,\"h\":322.5382385253906}', 20000, 0.8, 'char3:c404dfcd88bf749c671b4ea6b5c88f102f863ee3', '2025-11-07 00:15:06', 1, 1, 'plane'),
   (10, 'La Garage', '{\"x\":-1083.342041015625,\"z\":5.5858359336853,\"y\":-1261.8861083984376,\"h\":303.2586059570313}', '{\"x\":-1073.6904296875,\"z\":5.58427429199218,\"y\":-1251.8570556640626,\"h\":211.8935546875}', '{\"x\":-1086.0716552734376,\"z\":5.4674744606018,\"y\":-1257.1522216796876,\"h\":298.3897094726563}', '{\"x\":-1073.6888427734376,\"z\":5.58414697647094,\"y\":-1251.8489990234376,\"h\":205.07699584960936}', 5000, 0.8, 'char3:c404dfcd88bf749c671b4ea6b5c88f102f863ee3', '2025-11-07 00:20:40', 1, 1, 'car'),
   (11, 'Vagos Garage', '{\"x\":354.4668884277344,\"z\":24.40613555908203,\"y\":-1974.037109375,\"h\":328.78289794921877}', '{\"x\":356.33416748046877,\"z\":24.40925979614257,\"y\":-1971.0972900390626,\"h\":318.63323974609377}', '{\"x\":350.6969909667969,\"z\":24.4522476196289,\"y\":-1972.279296875,\"h\":318.51458740234377}', '{\"x\":356.33416748046877,\"z\":24.40925979614257,\"y\":-1971.0972900390626,\"h\":318.63323974609377}', 5000, 0.8, 'char3:c404dfcd88bf749c671b4ea6b5c88f102f863ee3', '2025-11-07 00:21:58', 1, 1, 'car'),
   (12, 'Shank ST', '{\"x\":-773.6613159179688,\"z\":1.59521698951721,\"y\":-1432.785400390625,\"h\":41.49347686767578}', '{\"x\":-784.266845703125,\"z\":-0.47475990653038,\"y\":-1425.8021240234376,\"h\":127.81021881103516}', '{\"x\":-776.909423828125,\"z\":1.59521842002868,\"y\":-1438.3839111328126,\"h\":71.10469055175781}', '{\"x\":-784.2658081054688,\"z\":-0.47475823760032,\"y\":-1425.80126953125,\"h\":127.81028747558594}', 10000, 0.8, 'char3:c404dfcd88bf749c671b4ea6b5c88f102f863ee3', '2025-11-07 00:23:33', 1, 1, 'boat'),
   (13, 'Catfish Garage', '{\"x\":3867.148193359375,\"z\":2.72496581077575,\"y\":4462.39306640625,\"h\":94.88412475585938}', '{\"x\":3877.712890625,\"z\":-0.50981867313385,\"y\":4464.47412109375,\"h\":274.5153503417969}', '{\"x\":3867.279541015625,\"z\":2.72448921203613,\"y\":4464.91552734375,\"h\":91.91061401367188}', '{\"x\":3877.712890625,\"z\":-0.47480496764183,\"y\":4464.47412109375,\"h\":274.52587890625}', 10000, 0.8, 'char3:c404dfcd88bf749c671b4ea6b5c88f102f863ee3', '2025-11-07 00:36:11', 1, 1, 'boat');

   ```


---

# 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/installation.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.
