For the complete documentation index, see llms.txt. This page is also available as Markdown.

zones.yml

ManticDarkzone Configuration Files

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

# 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

Last updated