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

# Configuration

## Permissions

Add this permission in server.cfg

```editorconfig
add_ace group.admin "biyei_safezones.admin" allow
```

## Config File

```lua
Config = { }

Config.Debug = false


Config.Lang = 'es' -- 'en' for english, 'es' for spanish, 'fr' for french, 'pt' for portuguese, 'pr' for polish


Config.NotifyType = 'ox' -- 'ox' for ox_lib, 'default' for esx, qb or qbx, set false to use your custom notify public/client/interface.lua
Config.AlertUI = true

Config.Commands = {
    CreateZone = 'createzone',
    DeleteZone = 'deletezone',
    EditZone = 'editzone',
}

Config.WhitelistedJobs = {
    'police',
    -- 'ambulance',
}

Config.WeaponWhitelist = {
    -- 'weapon_pistol'
}

```

## How to add zones?

{% embed url="<https://youtu.be/JgpG7LXVwvk>" %}
