MythicMobs
MythicMobs Plugin Integration for Adding Zaphkiel Item Equipment and Drop Support to Mobs
Mob Equipment Configuration
Basic Syntax
Add the Zaphkiel.equipments
node to your MythicMobs configuration:
Equipment Slot Explanation
Supported equipment slots:
mainhand
- Main hand weaponoffhand
- Off hand itemhelmet
- Head armorchestplate
- Chest armorleggings
- Leg armorboots
- Foot armor
Special Configuration
To leave a slot empty, either omit it or use air
:
Mob Drop Configuration
Basic Syntax
Add the Zaphkiel.drops
node to your MythicMobs configuration:
Drop Format Explanation
Drop configuration format: "ItemID Quantity Chance"
- ItemID: Unique identifier of the Zaphkiel item
- Quantity: Drop quantity, supports fixed values or ranges (e.g.,
2-5
) - Chance: Drop probability, decimal between 0.0-1.0
Complete Configuration Examples
Elite Warrior
Mage Boss
Mimic Chest
Working Mechanism
Equipment Application
When a mob spawns:
- System detects
Zaphkiel.equipments
configuration - Equips the mob with corresponding Zaphkiel items based on configuration
- Automatically sets equipment drop chance to 0% (prevents duplicate drops)
Drop Processing
When a mob dies:
- System checks
Zaphkiel.drops
configuration - Calculates whether each item drops based on probability
- Generates the corresponding quantity of Zaphkiel items
- Adds items to the drop list
Usage Tips
Balance Recommendations
- Equipment Strength: Mob equipment should match their level
- Drop Probabilities: Set lower probabilities for rare items, higher for common ones
- Quantity Ranges: Use ranges to increase drop randomness and fun
Performance Optimization
- Avoid configuring complex equipment for large numbers of common mobs
- Set reasonable drop probabilities to prevent excessive item generation
- Regularly clean up unused item configurations
Frequently Asked Questions
Mob isn't equipping items? Check that item IDs are correct and ensure Zaphkiel items are properly loaded.
Dropped items are incorrect? Verify drop configuration format and ensure probability values are between 0.0-1.0.
Will equipped items drop? No, the system automatically sets equipment drop probability to 0%. Only items in the drops configuration will drop.
Does this support vanilla mobs? Yes, it supports all mob types supported by MythicMobs.