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
  • Where should should I begin in my setup?
  • How do I add custom modal support to Shop Items?
  • What are the PlaceholderAPI placeholders?
  • What are the permissions?
  • How can I make the item sell-able in ShopGUIPlus?
  1. ManticDarkzone

Frequently Asked Questions (FAQ)

ManticDarkzone FAQ's

Where should should I begin in my setup?

In config.yml: Make sure darkzone-world-name is what the darkzone world is called (case-sensitive)

In darkzone-mobs.yml: Make sure enabled is set to true

The below is the center point where the mobs will spawn spawn-x spawn-y spawn-z

bound-radius is the area from the center point where they can spawn (bigger the radius, the bigger the spawn area)

bound-to-area if true means they will stay in the bound area (unless chasing someone)

How do I add custom modal support to Shop Items?

How do I add custom modal support to Shop Items?

Add the field `customModalData` in the shop config and set the number accordingly.

What are the PlaceholderAPI placeholders?

%manticdarkzone_killed% - RAW e.g. 1234
%manticdarkzone_killed_formatted% - COMMA e.g. 1,234
%manticdarkzone_killed_formatted_short% - SHORT e.g. 1.23k

What are the permissions?

manticdarkzone.bypass | Bypass restrictions

How can I make the item sell-able in ShopGUIPlus?

      nbt:
        1: 
          type: STRING
          key: manticdarkzone
          value: rainbow_orb

The 'key' will always be 'manticdarkzone', but the 'value' is whatever you put as your item id in the darkzone mobs configuration file. Below is a full example of our Rainbow Item which is buyable and sellable in ShopGUIPlus:

    18:
      type: item
      item:
        material: PLAYER_HEAD
        quantity: 1
        skin: 'eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTNmOWVlZGEzYmEyM2ZlMTQyM2M0MDM2ZTdkZDBhNzQ0NjFkZmY5NmJhZGM1YjJmMmI5ZmFhN2NjMTZmMzgyZiJ9fX0='
        name: '&e&lR&6&lA&c&lI&d&lN&5&lB&9&lO&3&lW &b&lO&a&lR&e&lB'
      buyPrice: 100.01
      sellPrice: 50.02
      slot: 32
      nbt:
        1: 
          type: STRING
          key: manticdarkzone
          value: rainbow_orb

Important: Make sure your ShopGUIPlus is up-to-date for this to work!

Previousmessages.ymlNextManticSets

Last updated 10 months ago

According to their you can add nbt checks to items, like this:

🌑
documentation