!logo ExecutableItems & MythicMobs Integration Plugin
A simple plugin that lets you drop ExecutableItems from MythicMobs mobs without complex setup.
This plugin connects ExecutableItems with MythicMobs. Add EI drops to your mob configs and watch ExecutableItems drop when mobs die!
EI item_id amount chanceMust Have:
Server Version: Spigot/Paper 1.20+
EI-MythicMobs-hook-1.0.jarplugins/ folderAdd to your MythicMobs config:
mm_ei:
Type: CHICKEN
Health: 1
Damage: 0
Drops:
- EI my_ei_id 1 0.5
- EI legendary_sword 1to2 0.25
- EI material_item 10 1
Drop Format: - EI <item_id> <amount> <chance>
EI - Drop type marker<item_id> - Your ExecutableItem ID<amount> - Quantity (e.g., 1, 5, or 1to3)<chance> - Probability 0.0-1.0 (0.5 = 50%, 1 = 100%)Rare Legendary Drop:
legendary_mob:
Type: WITHER
Health: 100
Drops:
- EI legendary_sword 1 0.25
Common Resources:
zombie_soldier:
Type: ZOMBIE
Drops:
- EI common_material 1to3 1
Bulk Drop - Low Chance:
treasure_mob:
Type: ARMOR_STAND
Drops:
- EI bulk_item 10to15 0.10
Multiple Drops:
mm_ei:
Type: CHICKEN
Health: 1
Damage: 0
Drops:
- EI my_ei_id 1 0.5
- EI common_drop 2 1
- EI rare_drop 1 0.25
/eimm reload - Reloads the plugin configuration (requires eimm.reload permission)/eimm testdrop <item_id> <amount> <chance> - Test drop an ExecutableItem at your location
/eimm testdrop barevne_pirko 1to10 1/mm m s <mob_name> - Test spawn a mob using MythicMobs commandThe plugin creates a config.yml file in the plugins folder:
# EI MythicMobs Hook Configuration
# Debug mode - set to true to see detailed logs
debug: true
For support or feature suggestions, contact me on Discord:
discord://-/users/771295264153141250!bStats
Enjoy custom drops! 🎮

This plugin connects MythicMobs with ExecutableItems, allowing you to use custom items as abilities and mob skills. Easily trigger ExecutableItems through MythicMobs mechanics, events, or drops. Perfect for RPG servers and advanced combat systems.