# Installation

### Installation

1. **Download & extract**
   * Place the resource folder in your `resources` directory.
   * Make sure the folder name matches the resource name (`3M_HouseRobbery` or as provided).
2. **Add to `server.cfg`**

   ```cfg
   ensure 3M_HouseRobbery
   ```
3. **Configure**
   * Open `config.lua` and adjust:
     * Framework / inventory modes
     * Locale and notify mode
     * Minigame provider
     * Noise behavior
     * Police, dispatch, loot and house list
     * Start locations and cooldown
4. **Locales**
   * Edit `locale/locales.lua` if you want to change or add languages.
   * Set `Config.Locale` to your desired language code (e.g. `en`, `hr`).
5. **Restart the server**
   * Restart your server or start the resource and test in-game.

***
