Mantic Development
DiscordStore
  • Join our Discord
  • Visit our Store
  • Welcome!
  • 📚ManticLib
  • 🤖Server Bot
    • 📬Setup Guide
    • 🆘Frequently Asked Questions
    • Config Files
      • config.yml
      • custom_responses.yml
      • messages.yml
      • reactionroles.yml
      • ticketsettings.json
      • technical_settings.yml
    • Modules
      • Application Module
      • Music Module
      • AI Module Module
      • MCModule
  • 🌾ManticHoes
    • Permissions
    • Placeholders
    • Config Files
      • config.yml
      • enchants.yml
      • prestige.yml
      • messages.yml
      • harvest-event.yml
      • commands.yml
      • harvester-hoes.yml
      • override-prices.yml
      • Menus
        • main.yml
        • prestige.yml
        • crop-prices.yml
        • token-shop.yml
        • leaderboard.yml
        • upgrades.yml
  • ⚔️ManticSwords
    • Config Files
      • config.yml
      • messages.yml
      • commands.yml
      • mob-swords.yml
      • leaderboard.yml
      • crystal-shop.yml
      • upgrades.yml
      • drops.yml
      • override_prices.yml
      • enchants.json
    • Placeholders
    • Permissions
  • 🎣ManticRods
    • Config Files
      • config.yml
      • messages.yml
      • commands.yml
      • rods.yml
      • leaderboard.yml
      • shard-shop.yml
      • upgrades.yml
      • drops.json
      • enchants.json
    • Permissions
    • Placeholders
  • 🌑ManticDarkzone
    • Config Files
      • config.yml
      • darkzone-mobs.yml
      • commands.yml
      • messages.yml
    • Frequently Asked Questions (FAQ)
  • 🛡️ManticSets
    • Placeholders
    • Permissions
    • Config Files
      • config.yml
      • messages.yml
      • _INFO.txt
      • Pre-Made Sets
        • Damage Set
        • Patching Set
        • XP Booster Set
        • McMMO Booster Set
        • Money Booster Set
        • ShopGUI+ Booster Set
        • Token Booster Set
        • Crystal Booster Set
        • Shard Booster Set
        • Coin Booster Set
        • Regeneration Set
        • Health Boost Set
    • Custom data for armour
  • 💴AfkZone
    • Setup Guide
    • Placeholders
    • Config Files
      • config.yml
      • gem-shop.yml
  • 💴ManticCurrency
    • Frequently Asked Questions (FAQ)
    • Placeholders
    • Config Files
      • config.yml
      • currency-shop.yml
      • leaderboard.yml
  • 🎁Giftcards
    • Config Files
      • config.yml
      • giftcard_items.yml
      • view_menu.yml
  • 🗡️InfiniteKoth
  • 🌊Water Pearls
  • 🤺PvPItems
    • 📖Configurations
    • 🎟️Permissions
  • ⛏️Mining Economy
    • 📑Configuration
    • ⌨️Commands and Usages
    • 🎟️Permissions
    • 📂Placeholders
    • ⚙️API
    • 🍩Free Addons
  • 👿DevilEnchants
    • Config Files
      • config.yml
      • lang.yml
      • enchant-settings.yml
      • custom-enchant.yml
  • 🪄VanillaEnchants
    • Config Files
      • config.yml
      • messages.yml
      • enchant-settings.yml
      • custom-enchant.yml
  • 💣Throwable Creepers
    • Config Files
      • config.yml
  • 🛄Reclaim
    • config.yml
  • 🤝EULA
Powered by GitBook
On this page
  1. ManticDarkzone
  2. Config Files

config.yml

ManticDarkzone Configuration Files

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

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

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

# 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 our portals be enabled?
enable-portals: 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

# 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
PreviousConfig FilesNextdarkzone-mobs.yml

Last updated 1 year ago

🌑