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

DevilEnchants

Mantic Development's Devil Enchants Minecraft Plugin

PreviousFree AddonsNextConfig Files

Last updated 9 months ago

Available on

DOLPHIN - Gain speed 3 whilst in water
TANK - Health Boost
HOARD - Chance to spawn 3 zombies to assist you in battle (1%, stay for 10 seconds)
DODGE - Chance to not take damage (5% chance)
LAST_RESORT - When your helmet pops the enemy gets launched away and you get Regen 2 for 5 seconds
FORGE - Every 7 hits your armor piece repairs slightly
GUARDIAN - Chance to gain regen 1 for 5 seconds
CURED - Grants immunity to poison effect
LAMP - Grants Immunity to blindness effect
COMBO - Damage increments for as long as you dont get hit back (5% more damage per hit)
BACKSTAB - Chance to do 2x damage from behind
VENOM - Chance to give enemy poison effect
BLINDNESS - Chance to give enemy blindness effect
PICK_POCKET - Chance to steal 5% of your opponents balance
THOR - Chance to strike your enemy with lightning
SELF_INFLICT - Chance to bow boost yourself
CONCUSSIVE_BLOW - Chance to give enemy nausea
WITHERED_EDGE - Chance to give enemy wither aspect
DOUBLE_SHOT - Chance to do double the damage
RPG - Chance to shoot TnT with your blow
PURGE - Chance to remove all your enemy's positive effects

FAQ

In the custom-enchant.yml menu how do I put individual enchants?

Here is an example:

title: '&cDevil Enchants'

pattern:
  - '         '
  - '   a b   '
  - '         ' 


items: 
  'a':
    material: ENCHANTED_BOOK
    data: 0
    name: '&c&lCombo I'
    enchant: COMBO
    cost: 4000
    lore: 
    - ' ' 
    - '&7Damage increments for as long as you'
    - '&7dont get hit back (5% more damage per hit)'
    - ' '
    - '&7Cost: &f4000 exp'
  'b':
    material: ENCHANTED_BOOK
    data: 0
    name: '&c&lDolphin I'
    enchant: DOLPHIN
    cost: 4000
    lore: 
    - ' ' 
    - '&7Gain speed 3 whilst in water' 
    - ' '
    - '&7Cost: &f4000 exp'

👿
mantic.dev/product/devilenchants