✨AzCustomEnchant✨ [1.16x - 1.21x] [Custom Enchants✅] [Unique Combat & Tools✅] icon

✨AzCustomEnchant✨ [1.16x - 1.21x] [Custom Enchants✅] [Unique Combat & Tools✅] -----

✨ Unlock powerful new abilities — add custom enchantments for weapons, armor, and tools to spice up



AzCustomEnchant
A powerful custom enchantment plugin for Minecraft

AzCustomEnchant transforms your Minecraft server with 100+ unique custom enchantments that add exciting new mechanics and gameplay elements!
upload_2025-9-11_12-37-32.png

✨ Features

️ Combat Enchantments
  • Lifesteal - Heal yourself by dealing damage to enemies
  • Poison - Apply deadly poison effects to your foes
  • Fire Aspect - Set enemies ablaze with every strike
  • Bleeding - Cause damage over time with bleeding wounds
  • Critical Strike - Land devastating critical hits
  • Vampire - Heal on enemy kills
  • Lightning - Strike enemies with powerful lightning
  • Teleport Strike - Instantly teleport to your target
  • Reflect - Mirror damage back to attackers
  • Counter Attack - Automatically counter incoming attacks
  • And many more...

⛏️ Mining Enchantments
  • Explode - Mine in explosive 3x3 areas
  • Telepathy - Items go directly to your inventory
  • Vein Miner - Mine entire ore veins at once
  • Auto Smelt - Automatically smelt ores as you mine
  • Timber - Cut down entire trees instantly
  • Excavation - Dig large areas efficiently
  • Magnet - Attract nearby items to you
  • Treasure Hunter - Find rare items while mining
  • Haste - Permanent mining speed boost
  • And many more...

️ Utility Enchantments
  • Unbreakable - Tools that never break
  • Speed - Permanent speed boost while wearing
  • Regeneration - Slowly heal over time
  • Invisibility - Become invisible to enemies
  • Flight - Creative flight capabilities
  • Teleportation - Random teleportation abilities
  • Night Vision - See clearly in the dark
  • Water Breathing - Breathe underwater indefinitely
  • Luck - Increase your fortune and chances
  • And many more...

Ranged Enchantments
  • Sniper - Deal more damage at longer distances
  • Bomber - Arrows explode on impact
  • Multishot - Fire multiple projectiles
  • Piercing - Arrows penetrate through enemies
  • Flame - Set targets on fire with arrows
  • Infinity - Never run out of arrows
  • And many more...

Special Features
  • Team Protection - Prevent friendly fire damage
  • Luck of the Draw - Multiply your block drops
  • 100+ Total Enchantments with unique mechanics
  • Command System with tab completion
  • Configurable Settings for all enchantments
  • Permission-based Access Control
  • Multi-language Support (coming soon)

Commands & Permissions

Command Description Permission Default
/customenchants Main command help azcustomenchant.use OP
/customenchants add <enchant> [level] Add enchantment to held item azcustomenchant.add OP
/customenchants remove <enchant> Remove enchantment from item azcustomenchant.remove OP
/customenchants info <enchant> Get enchantment information azcustomenchant.info ALL
/customenchants list List all enchantments azcustomenchant.list ALL
/customenchants reload Reload plugin configuration azcustomenchant.reload OP


Permission Nodes
  • Code (Text):
    azcustomenchant.*
    - Access to all features
  • Code (Text):
    azcustomenchant.use
    - Basic plugin usage
  • Code (Text):
    azcustomenchant.admin
    - Administrative commands
  • Code (Text):
    azcustomenchant.bypass
    - Bypass enchantment restrictions

Requirements
  • Minecraft Version: 1.16+ (tested on 1.16-1.20)
  • Java Version: Java 8+
  • Server Software: Spigot, Paper, or compatible forks
  • Dependencies: None (standalone plugin)

⚙️ Configuration
Code (Text):

# AzCustomEnchant Configuration
# Plugin by GamingHuzai

# General Settings
general:
  # Enable debug messages
  debug: false
  # Plugin prefix for messages
  prefix: "&8[&6AzCustomEnchant&8] &r"
  # Language file (future feature)
  language: "en_US"

# Enchantment Settings
enchantments:
  # Global enchantment settings
  global:
    # Maximum enchantment level allowed
    max-level: 10
    # Allow enchantments on all items
    allow-on-all-items: false
    # Enable enchantment stacking
    allow-stacking: true

  # Individual enchantment configurations
  explode:
    enabled: true
    max-level: 5
    radius-per-level: 1
    chance: 100
    applicable-items:
      - "DIAMOND_PICKAXE"
      - "NETHERITE_PICKAXE"

  telepathy:
    enabled: true
    max-level: 1
    chance: 100
    applicable-items:
      - "DIAMOND_PICKAXE"
      - "IRON_PICKAXE"

  lifesteal:
    enabled: true
    max-level: 3
    heal-percentage: 10
    applicable-items:
      - "DIAMOND_SWORD"
      - "NETHERITE_SWORD"

# GUI Settings
gui:
  # GUI title
  title: "&6Custom Enchantments"
  # GUI size (must be multiple of 9)
  size: 54
  # Fill empty slots
  fill-empty-slots: true
  # Fill material
  fill-material: "GRAY_STAINED_GLASS_PANE"

# Message Settings
messages:
  # Success messages
  enchantment-added: "&a✓ &7Added &6{enchantment} {level} &7to your item!"
  enchantment-removed: "&c✗ &7Removed &6{enchantment} &7from your item!"
 
  # Error messages
  no-permission: "&c❌ &7You don't have permission to use this!"
  invalid-enchantment: "&c❌ &7Unknown enchantment: &6{enchantment}"
  invalid-item: "&c❌ &7This enchantment cannot be applied to this item!"
  max-level-reached: "&c❌ &7Maximum level reached for this enchantment!"
 
  # Info messages
  enchantment-info: |
    &8▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
    &6⚡ {name} &8- &7Level {level}
    &8▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
    &7Description: &f{description}
    &7Max Level: &6{max-level}
    &7Applicable Items: &6{items}
    &8▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
 

Installation
  1. Download the latest
    Code (Text):
    AzCustomEnchant.jar
    from releases
  2. Place the jar file in your server's
    Code (Text):
    plugins/
    folder
  3. Restart your server
  4. Configure the plugin in
    Code (Text):
    plugins/AzCustomEnchant/config.yml
  5. Enjoy 100+ custom enchantments!

Usage Examples
Code (Text):

# Add Explode enchantment level 3 to your pickaxe
/customenchants add explode 3

# Remove Telepathy from your tool
/customenchants remove telepathy

# Get information about Lifesteal enchantment
/customenchants info lifesteal

# Open the enchantment GUI
/customenchants gui

# List all available enchantments
/customenchants list
 
Support
Need help? Here are some common solutions:
  • Plugin not loading? Check your server version (1.16+ required)
  • Commands not working? Verify you have the correct permissions
  • Enchantments not applying? Make sure the item is compatible

Planned Features
  • Multi-language Support
  • Custom Enchantment Effects
  • Statistics & Analytics
  • Auto-updater
  • More Enchantment Categories
  • Advanced Protection Systems

License
AzCustomEnchant is released under the MIT License.
Code (Text):

MIT License - Feel free to modify and distribute!
 
‍ Author
Made with ❤️ by GamingHuzai

Thank you for using AzCustomEnchant!

Transform Your Minecraft Experience Today!
Enjoy over 100 unique enchantments
Resource Information
Author:
----------
Total Downloads: 8
First Release: Sep 11, 2025
Last Update: Sep 11, 2025
Category: ---------------
All-Time Rating:
2 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings