> For the complete documentation index, see [llms.txt](https://docs.mantic.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mantic.dev/manticdarkzone/config-files/zones.yml.md).

# zones.yml

ManticDarkzone Configuration Files

You can make unlimited zones simply by copying and pasting and old one!

```yaml
# Changes here will only apply on restart.
zones:
- zone-id: main
  world-name: world
  min-x: 0
  min-y: 0
  min-z: 0
  max-x: 0
  max-y: 0
  max-z: 0
  allow-commands: true
  allow-pvp: true
  mobs:
  - WITHER_SKELETON:70
  - ZOMBIE:25
  - WOLF:5
  max-mobs: 20
  mobs-bound-to-area: true
```
