> 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/config.yml.md).

# config.yml

ManticDarkzone Configuration Files

```yaml
# Make sure to enter your license key here!
license: XXXX-XXXX-XXXX-XXXX

# Settings
# basecommand-permission is required for all other permissions to work and is allows player to view their own giftcards.
basecommand-permission: mantic.darkzone.basecommand
reload-permission: mantic.darkzone.reload
reset-target-permission: mantic.darkzone.resettarget
mob-clear-permission: mantic.darkzone.mobclear
force-spawn-permission: mantic.darkzone.forcespawn
give-drop-permission: mantic.darkzone.givedrop
portal-permission: manticdarkzone.admin

# This is case sensitive!
darkzone-world-name: Darkzone

# Should we block all commands in that world by default?
should-block-all-commands: true

# Enabling this setting will log information to console
debug: false

# If you would like to block all commands beginning with 'f' and allow 'f who', add 'f' to blocked-commands and 'f who' to whitelisted-commands

# Commands that are not allowed to be used in the darkzone world.
blocked-commands:
- /f

# Commands that are allowed to be used in the darkzone world.
allowed-commands:
- /f who

# Should enderpearls be disabled in the darkzone world?
disable-enderpearls: true

# Should we disable flight on teleport to darkzone? manticdarkzone.flightdisabler.bypass permission to bypass
disable-flight-on-teleport-to-darkzone: true

# The option to allow portals to be used during combat by bypassing some combat plugins
bypass-combat-plugin-anti-teleport: true
# Enable if you want players to be out of combat in order to use portals. Currently supports DeluxeCombat and CombatLogX
must-be-out-of-combat-to-use-portal: false

# Should our portals be enabled?
enable-portals: true

# Should we enable the darkzone shop?
enable-dz-shop: true

# Ignored regions for the above restrictions.
ignored-regions:
- corner-one:
    world: world
    x: 0.0
    y: 0.0
    z: 0.0
    yaw: 0.0
    pitch: 0.0
  corner-two:
    world: world
    x: 0.0
    y: 0.0
    z: 0.0
    yaw: 0.0
    pitch: 0.0

```
