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

# Configuration

```lua
Config = {}

Config.locales = {}

Config.Locale = "en"

Config.CreateCommand = "adminprop"
Config.AdminViewCommand = "adminview"

Config.Permissions = { --can be license, license2, steam etc.
    'license2:f77e98f3595bfd60df8be29bb7cc653f2cec6f0f',
}
```
